Re: [PATCH v2.40 6/7] datapath: Break out deacceleration portion of vlan_push
From: Jesse Gross <hidden>
Date: 2013-09-27 21:05:29
From: Jesse Gross <hidden>
Date: 2013-09-27 21:05:29
On Fri, Sep 27, 2013 at 12:48 PM, Ben Pfaff [off-list ref] wrote:
On Fri, Sep 27, 2013 at 09:18:35AM +0900, Simon Horman wrote:quoted
Break out deacceleration portion of vlan_push into vlan_put so that it may be re-used by mpls_push. For both vlan_push and mpls_push if there is an accelerated VLAN tag present then it should be deaccelerated, adding it to the data of the skb, before the new tag is added. Signed-off-by: Simon Horman <horms@verge.net.au>I think Jesse already reviewed and approved patches 6 and 7, but I don't see any Acked-by attached to them.
There were a few small issues remaining last time, so I'll look through them again.