Re: [dpdk-dev] [PATCH v7] app/pdump: add pudmp exits with primary support

2019-05-02 Thread mousuanming
Ah, yes! I'm so sorry that I have left the company today. It's not able to update the patch now. I think it will be done tomorrow. Thanks again for your suggestions enriched that simple patch. (May the reply on mobile phone won't break any mail formats) ---

Re: [dpdk-dev] [PATCH v7] app/pdump: add pudmp exits with primary support

2019-05-02 Thread Burakov, Anatoly
On 02-May-19 1:35 PM, Suanming.Mou wrote: When primary app exits, the residual running pdump will stop the primary app to restart. Add pdump exits with primary support. Signed-off-by: Suanming.Mou --- <...> + if (rte_eal_primary_proc_alive(NULL)) { + rte_eal_alarm_set(MO

Re: [dpdk-dev] [PATCH v7] app/pdump: add pudmp exits with primary support

2019-05-02 Thread Pattan, Reshma
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Suanming.Mou > Sent: Thursday, May 2, 2019 1:35 PM > To: dev@dpdk.org > Cc: Varghese, Vipin ; Burakov, Anatoly > > Subject: [dpdk-dev] [PATCH v7] app/pdump: add pudmp exits with primary > support > > When prima