[dpdk-dev] [PATCH v8 3/3] i40e: add floating VEB extension support

2016-06-09 Thread Bruce Richardson
On Wed, May 25, 2016 at 01:28:06AM +0800, Zhe Tao wrote: > To enable this feature, the user should pass a devargs parameter to the EAL > like "-w 84:00.0,enable_floating=1", and the application will make sure the > PMD > will use the floating VEB feature for all the VFs created by this PF device.

[dpdk-dev] [PATCH v8 3/3] i40e: add floating VEB extension support

2016-05-30 Thread Peng, Yuan
ge- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhe Tao Sent: Wednesday, May 25, 2016 1:28 AM To: dev at dpdk.org Cc: Tao, Zhe ; Wu, Jingjing Subject: [dpdk-dev] [PATCH v8 3/3] i40e: add floating VEB extension support To enable this feature, the user should pass a devargs parameter to

[dpdk-dev] [PATCH v8 3/3] i40e: add floating VEB extension support

2016-05-25 Thread Zhe Tao
To enable this feature, the user should pass a devargs parameter to the EAL like "-w 84:00.0,enable_floating=1", and the application will make sure the PMD will use the floating VEB feature for all the VFs created by this PF device. Also you can specifiy which VF need to connect to this floating v