Re: [dpdk-dev] [PATCH v3 1/5] eal: bring forward multi-process channel init

2018-04-20 Thread Tan, Jianfeng
On 4/20/2018 4:16 PM, Burakov, Anatoly wrote: On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: Adjust the init sequence: put mp channel init before bus scan so that we can init the vdev bus through mp channel in the secondary process before the bus scan. Signed-off-by: Jianfeng Tan Reviewed-by: Qi

Re: [dpdk-dev] [PATCH v3 1/5] eal: bring forward multi-process channel init

2018-04-20 Thread Burakov, Anatoly
On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: Adjust the init sequence: put mp channel init before bus scan so that we can init the vdev bus through mp channel in the secondary process before the bus scan. Signed-off-by: Jianfeng Tan Reviewed-by: Qi Zhang --- Hi Jianfeng, Just a general questio

[dpdk-dev] [PATCH v3 1/5] eal: bring forward multi-process channel init

2018-04-19 Thread Jianfeng Tan
Adjust the init sequence: put mp channel init before bus scan so that we can init the vdev bus through mp channel in the secondary process before the bus scan. Signed-off-by: Jianfeng Tan Reviewed-by: Qi Zhang --- lib/librte_eal/bsdapp/eal/eal.c | 23 +-- lib/librte_eal/li