Re: [ovs-dev] [PATCH v2] datapath: Fix pop_vlan()

2011-11-15 Thread Jesse Gross
On Mon, Nov 14, 2011 at 6:39 PM, Pravin B Shelar wrote: > diff --git a/acinclude.m4 b/acinclude.m4 > index 648132a..8c33690 100644 > --- a/acinclude.m4 > +++ b/acinclude.m4 > @@ -254,6 +254,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [ >   OVS_GREP_IFELSE([$KSRC/include/net/netlink.h], [nla_get_be16])

[ovs-dev] [PATCH v2] datapath: Fix pop_vlan()

2011-11-14 Thread Pravin B Shelar
Fixed according to comments from Jesse. --8<--cut here-->8-- Followng patch fixes bug in pop_vlan code by setting network and transport header offsets. pop_vlan is updated to make it in sync with newer kernel. Signed-off-by: Pravin B Shelar --- a