[dpdk-dev] [PATCH v12 1/2] i40e: support floating VEB config

2016-06-27 Thread Zhe Tao
On Fri, Jun 24, 2016 at 12:14:14PM +0100, Ferruh Yigit wrote: > Hi Zhe, > > On 6/24/2016 9:29 AM, Zhe Tao wrote: > > Add the new floating VEB related arguments option in the devarg. > > Using this parameter, all the applications can decide whether to use legacy > > VEB/VEPA or floating VEB. > > To

[dpdk-dev] [PATCH v12 1/2] i40e: support floating VEB config

2016-06-24 Thread Zhe Tao
Add the new floating VEB related arguments option in the devarg. Using this parameter, all the applications can decide whether to use legacy VEB/VEPA or floating VEB. To enable this feature, the user should pass a devargs parameter to the EAL like "-w 84:00.0,enable_floating_veb=1", and the applica

[dpdk-dev] [PATCH v12 1/2] i40e: support floating VEB config

2016-06-24 Thread Ferruh Yigit
Hi Zhe, On 6/24/2016 9:29 AM, Zhe Tao wrote: > Add the new floating VEB related arguments option in the devarg. > Using this parameter, all the applications can decide whether to use legacy > VEB/VEPA or floating VEB. > To enable this feature, the user should pass a devargs parameter to the > EAL

[dpdk-dev] [PATCH v12 1/2] i40e: support floating VEB config

2016-06-24 Thread Bruce Richardson
On Fri, Jun 24, 2016 at 04:29:38PM +0800, Zhe Tao wrote: > Add the new floating VEB related arguments option in the devarg. > Using this parameter, all the applications can decide whether to use legacy > VEB/VEPA or floating VEB. > To enable this feature, the user should pass a devargs parameter to