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

2018-07-03 Thread Zhang, Qi Z
in H ; Vangati, Narender > > Subject: Re: [dpdk-dev] [PATCH v8 02/19] eal: enable multi process init > callback > > 03/07/2018 17:16, Zhang, Qi Z: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > > > Hi Qi, > > > > > > Sorry I do not u

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

2018-07-03 Thread Thomas Monjalon
03/07/2018 17:16, Zhang, Qi Z: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > Hi Qi, > > > > Sorry I do not understand neither the commit log, nor the doxygen. > > If it can help, consider your reader is in a bad mood and needs a pleasant > > description. > > OK, I think is not a g

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

2018-07-03 Thread Zhang, Qi Z
i, Narender > > Subject: Re: [dpdk-dev] [PATCH v8 02/19] eal: enable multi process init > callback > > Hi Qi, > > Sorry I do not understand neither the commit log, nor the doxygen. > If it can help, consider your reader is in a bad mood and needs a pleasant > descri

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

2018-07-03 Thread Thomas Monjalon
Hi Qi, Sorry I do not understand neither the commit log, nor the doxygen. If it can help, consider your reader is in a bad mood and needs a pleasant description. 02/07/2018 07:44, Qi Zhang: > Introduce new API rte_eal_register_mp_init that help to register > a callback function which will be invo

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

2018-07-01 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