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

2016-02-25 Thread Wu, Jingjing
> @@ -68,6 +68,7 @@ struct internal_config { > volatile unsigned xen_dom0_support; /**< support app running on > Xen Dom0*/ > volatile unsigned no_pci; /**< true to disable PCI */ > volatile unsigned no_hpet;/**< true to disable HPET */ > + volatile unsigned fl

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

2016-02-23 Thread Zhe Tao
Add the new floating related argument option in the EAL. Using this parameter, all the samples can decide whether to use legacy VEB/VEPA, or floating VEB. Even the floating argument is provided in the EAL, but this floating feature are only support for FVL so far. Signed-off-by: Zhe Tao --- lib