Re: [PATCH net-next v3 0/6] openvswitch: make vlan handling consistent

2016-10-10 Thread Jiri Benc
On Fri, 7 Oct 2016 12:59:08 -0700, Pravin Shelar wrote: > On Fri, Oct 7, 2016 at 9:07 AM, Jiri Benc wrote: > > Always keep the first vlan tag "accelerated", i.e. in skb->vlan_tci. > > > > Unfortunately, with all the changes since v2, this patchset no longer has > > the nice deletions > insertions

Re: [PATCH net-next v3 0/6] openvswitch: make vlan handling consistent

2016-10-07 Thread Pravin Shelar
On Fri, Oct 7, 2016 at 9:07 AM, Jiri Benc wrote: > Always keep the first vlan tag "accelerated", i.e. in skb->vlan_tci. > > Unfortunately, with all the changes since v2, this patchset no longer has > the nice deletions > insertions diffstat. I still think it's worth it, as it > makes things more c

[PATCH net-next v3 0/6] openvswitch: make vlan handling consistent

2016-10-07 Thread Jiri Benc
Always keep the first vlan tag "accelerated", i.e. in skb->vlan_tci. Unfortunately, with all the changes since v2, this patchset no longer has the nice deletions > insertions diffstat. I still think it's worth it, as it makes things more consistent overall. Patch 3 is valid on its own. Patch 6 is