Re: [dpdk-dev] [PATCH v7 05/27] net/i40e: set Tx loopback from PF

2017-01-05 Thread Lu, Wenzhuo
Hi Jingjing, > -Original Message- > From: Wu, Jingjing > Sent: Friday, January 6, 2017 8:33 AM > To: Lu, Wenzhuo; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: RE: [dpdk-dev] [PATCH v7 05/27] net/i40e: set Tx loopback from PF > > Is the Tx lookback meaning as VEB mod

Re: [dpdk-dev] [PATCH v7 05/27] net/i40e: set Tx loopback from PF

2017-01-05 Thread Wu, Jingjing
Is the Tx lookback meaning as VEB mode ore VEPA mode? If so, how about change the API's name to set_switch_mode? Another comment is: you removed all mac vlan filters before changing The mode, and restore them after changing. How about vlan filters? The Patch for vlan anti-spoof enables it, correct