Re: [PATCH 4.4-only] openvswitch: clear sender cpu before forwarding packets

From: Greg KH
Date: Wed May 17 2017 - 04:19:54 EST


On Tue, May 16, 2017 at 03:25:10PM +0100, Anoob Soman wrote:
> Similar to commit c29390c6dfee ("xps: must clear sender_cpu before
> forwarding") the skb->sender_cpu needs to be cleared before forwarding
> packets.
>
> Fixes: 2bd82484bb4c ("xps: fix xps for stacked devices")
> Signed-off-by: Anoob Soman <anoob.soman@xxxxxxxxxx>
> ---
> net/openvswitch/vport.c | 1 +
> 1 file changed, 1 insertion(+)

Why is this a non-upstream patch? What commit in Linus's tree fixed
this? Why not just backport that?

thanks,

greg k-h