[dpdk-dev] [PATCH] net/enic: heed VLAN strip flag in device configure function

2016-07-22 Thread Thomas Monjalon
> > The configure function enicpmd_dev_configure() was not paying attention to > > the rxmode VLAN strip bit. Set the VLAN strip mode according to the bit. > > > > Fixes: fefed3d1e62c ("enic: new driver") > > > > Signed-off-by: John Daley > > Reviewed-by: David Harton > Tested-by: David Harton

[dpdk-dev] [PATCH] net/enic: heed VLAN strip flag in device configure function

2016-07-20 Thread David Harton (dharton)
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John Daley (johndale) > Sent: Tuesday, July 19, 2016 6:44 PM > To: dev at dpdk.org > Cc: bruce.richardson at intel.com; John Daley (johndale) cisco.com> > Subject: [dpdk-dev] [PATCH] net/

[dpdk-dev] [PATCH] net/enic: heed VLAN strip flag in device configure function

2016-07-19 Thread John Daley
The configure function enicpmd_dev_configure() was not paying attention to the rxmode VLAN strip bit. Set the VLAN strip mode according to the bit. Fixes: fefed3d1e62c ("enic: new driver") Signed-off-by: John Daley --- Although not critical, it is low risk and would be nice to have in 16_07.