Re: [dpdk-dev] [PATCH] eal: call plugin init before device parse

2017-10-13 Thread Thomas Monjalon
13/10/2017 14:35, Maxime Coquelin: > > On 10/13/2017 01:55 PM, Santosh Shukla wrote: > > Default eal_init code calls > > 0. eal_plugins_init > > 1. eal_option_device_parse > > 2. rte_bus_scan > > > > IOVA commit:cf408c224 missed on calling eal_plugins_init before > > eal_option_device_parse, rte_

Re: [dpdk-dev] [PATCH] eal: call plugin init before device parse

2017-10-13 Thread Maxime Coquelin
On 10/13/2017 01:55 PM, Santosh Shukla wrote: Default eal_init code calls 0. eal_plugins_init 1. eal_option_device_parse 2. rte_bus_scan IOVA commit:cf408c224 missed on calling eal_plugins_init before eal_option_device_parse, rte_bus_scan and that introduced below regression for shared mode:

[dpdk-dev] [PATCH] eal: call plugin init before device parse

2017-10-13 Thread Santosh Shukla
Default eal_init code calls 0. eal_plugins_init 1. eal_option_device_parse 2. rte_bus_scan IOVA commit:cf408c224 missed on calling eal_plugins_init before eal_option_device_parse, rte_bus_scan and that introduced below regression for shared mode: with CONFIG_RTE_BUILD_SHARED_LIB=y: 'net_vhost0,i