Re: [ovs-dev] [PATCH v2 1/2] datapath: simplify VLAN segmentation

2013-09-25 Thread Jesse Gross
On Tue, Sep 24, 2013 at 12:44 AM, Simon Horman ho...@verge.net.au wrote: Push vlan tag onto packet before segmentation to simplify the code. As suggested by Pravin Shelar and Jesse Gross. Signed-off-by: Simon Horman ho...@verge.net.au Applied, thanks.

[ovs-dev] [PATCH v2 1/2] datapath: simplify VLAN segmentation

2013-09-24 Thread Simon Horman
Push vlan tag onto packet before segmentation to simplify the code. As suggested by Pravin Shelar and Jesse Gross. Signed-off-by: Simon Horman ho...@verge.net.au --- v2 * No change --- datapath/vport-netdev.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff