Re: [dpdk-dev] [PATCH v7 02/19] eal: enable multi process init callback

2018-06-28 Thread Zhang, Qi Z
> -Original Message- > From: Burakov, Anatoly > Sent: Thursday, June 28, 2018 9:09 PM > To: Zhang, Qi Z ; tho...@monjalon.net > Cc: Ananyev, Konstantin ; dev@dpdk.org; > Richardson, Bruce ; Yigit, Ferruh > ; Shelton, Benjamin H > ; Vangati, Narender > > Subject: Re: [PATCH v7 02/19] eal:

Re: [dpdk-dev] [PATCH v7 02/19] eal: enable multi process init callback

2018-06-28 Thread Burakov, Anatoly
On 28-Jun-18 1:56 PM, Qi Zhang wrote: Introduce new API rte_eal_register_mp_init that help to register a callback function which will be invoked right after multi-process channel be established (rte_mp_channel_init). Typically the API will be used by other module that want it's mp channel action

[dpdk-dev] [PATCH v7 02/19] eal: enable multi process init callback

2018-06-28 Thread Qi Zhang
Introduce new API rte_eal_register_mp_init that help to register a callback function which will be invoked right after multi-process channel be established (rte_mp_channel_init). Typically the API will be used by other module that want it's mp channel action callbacks can be registered during rte_e