[dpdk-dev] [PATCH v3] i40e: add VEB switching support for i40e

2016-03-11 Thread Bruce Richardson
On Wed, Mar 09, 2016 at 06:02:38AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Tao, Zhe > > Sent: Wednesday, March 09, 2016 1:39 PM > > To: dev at dpdk.org > > Cc: Tao, Zhe; Wu, Jingjing > > Subject: [dpdk-dev][PATCH v3

[dpdk-dev] [PATCH v3] i40e: add VEB switching support for i40e

2016-03-09 Thread Zhe Tao
VEB switching feature for i40e is used to enable the switching between the VSIs connect to the virtual bridge. The old implementation is setting the virtual bridge mode as VEPA which is port aggregation. Enable the switching ability by setting the loop back mode for the specific VSIs which connect

[dpdk-dev] [PATCH v3] i40e: add VEB switching support for i40e

2016-03-09 Thread Wu, Jingjing
> -Original Message- > From: Tao, Zhe > Sent: Wednesday, March 09, 2016 1:39 PM > To: dev at dpdk.org > Cc: Tao, Zhe; Wu, Jingjing > Subject: [dpdk-dev][PATCH v3] i40e: add VEB switching support for i40e > > VEB switching feature for i40e is used to enable t