Re: [ovs-dev] [PATCH] netdev-dpdk: add dpdk interface strip_vlan option

2017-04-18 Thread Zang MingJie
Yes, It is better to use the bit-field. I'll update the patch after the refereed patch has been applied On Tue, Apr 4, 2017 at 10:03 PM, Kevin Traynor wrote: > On 03/15/2017 08:46 AM, Zang MingJie wrote: >> dpdk-strip-vlan option specifies whether strip vlan for the dpdk

Re: [ovs-dev] [PATCH] netdev-dpdk: add dpdk interface strip_vlan option

2017-04-04 Thread Kevin Traynor
On 03/15/2017 08:46 AM, Zang MingJie wrote: > dpdk-strip-vlan option specifies whether strip vlan for the dpdk interface. > > Signed-off-by: Zang MingJie > --- > lib/netdev-dpdk.c| 23 ++- > vswitchd/vswitch.xml | 7 +++ > 2 files changed, 29