[dpdk-dev] [PATCH v8 0/3] i40e: Add floating VEB support for i40e

2016-05-31 Thread Wu, Jingjing
> -Original Message- > From: Tao, Zhe > Sent: Wednesday, May 25, 2016 1:28 AM > To: dev at dpdk.org > Cc: Tao, Zhe ; Wu, Jingjing > Subject: [PATCH v8 0/3] i40e: Add floating VEB support for i40e > > This patch-set add the support for floating VEB in i40e. > All the VFs VSIs can decide

[dpdk-dev] [PATCH v8 0/3] i40e: Add floating VEB support for i40e

2016-05-25 Thread Thomas Monjalon
2016-05-24 12:22, Stephen Hemminger: > kvargs are a very awkward API to use in a portable application. > Good for Intel testing NIC's bad for DPDK users. Yes. The alternative would be to have some driver-specific API. We can live with devargs until driver API is introduced.

[dpdk-dev] [PATCH v8 0/3] i40e: Add floating VEB support for i40e

2016-05-25 Thread Zhe Tao
This patch-set add the support for floating VEB in i40e. All the VFs VSIs can decide whether to connect to the legacy VEB/VEPA or the floating VEB. When connect to the floating VEB a new floating VEB is created. Now all the VFs need to connect to floating VEB or legacy VEB, cannot connect to both o

[dpdk-dev] [PATCH v8 0/3] i40e: Add floating VEB support for i40e

2016-05-24 Thread Stephen Hemminger
On Wed, 25 May 2016 01:28:03 +0800 Zhe Tao wrote: > This patch-set add the support for floating VEB in i40e. > All the VFs VSIs can decide whether to connect to the legacy VEB/VEPA or > the floating VEB. When connect to the floating VEB a new floating VEB is > created. Now all the VFs need to con