On Tue, 2017-05-16 at 15:25 +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 <[email protected]>
> ---
>  net/openvswitch/vport.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c
> index 31cbc8c..a4887e7 100644
> --- a/net/openvswitch/vport.c
> +++ b/net/openvswitch/vport.c
> @@ -503,6 +503,7 @@ void ovs_vport_send(struct vport *vport, struct sk_buff 
> *skb)
>       }
>  
>       skb->dev = vport->dev;
> +     skb_sender_cpu_clear(skb);
>       vport->ops->send(skb);
>       return;
>  

LGTM

Acked-by: Greg Rose <[email protected]>


_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to