> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Bernard Iremonger > Sent: Thursday, April 13, 2017 10:53 AM > To: [email protected] > Cc: Xing, Beilei <[email protected]>; Lu, Wenzhuo <[email protected]>; > Zhang, Qi <[email protected]>; Iremonger, Bernard > <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH v3] net/i40e: fix to ensure vector mode is not used > > In rx vector mode, QinQ is not supported. > When hw_vlan_extend is set for QinQ ensure that > rx vector mode is not selected. > > Fixes: 5b2d37858d32 ("net/i40e: fix single VLAN tag to be outer VLAN tag") > Cc: [email protected] > > Signed-off-by: Bernard Iremonger <[email protected]> > --- > Changes in v3: > Rebased to latest dpdk-next-net > Revised commit message. > > Changes in v2: > Rebased to latest dpdk-next-net > Updated Fixes line. > Added Cc: line > > drivers/net/i40e/i40e_rxtx_vec_common.h | 4 ++++ > 1 file changed, 4 insertions(+) >
Acked-by: Konstantin Ananyev <[email protected]>

