> -----Original Message-----
> From: Suanming.Mou [mailto:mousuanm...@huawei.com]
> Sent: Wednesday, May 15, 2019 6:11 AM
> To: dev@dpdk.org
> Cc: Varghese, Vipin <vipin.vargh...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>; tho...@monjalon.net; Pattan, Reshma
> <reshma.pat...@intel.com>
> Subject: [PATCH v9] app/pdump: exit with primary process
>
> From: Suanming Mou <mousuanm...@huawei.com>
>
> The pdump tool works as the secondary process. When the primary process
> exits and the residual secondary process keeps running, it will make the
> primary process can't start up again. Since the ex-fbarry files are still
> attached by the secondary process pdump, the 'new' primary process can't
> get these files locked.
>
> The patch is to set up an alarm which runs every 0.5s periodically to monitor
> the primary process in the pdump. Once the primary exits, so will the
> pdump.
>
> Signed-off-by: Suanming Mou <mousuanm...@huawei.com>
> Reviewed-by: Anatoly Burakov <anatoly.bura...@intel.com>
> Reviewed-by: Vipin Varghese <vipin.vargh...@intel.com>
> Reviewed-by: Reshma Pattan <reshma.pat...@intel.com>
> Reviewed-by: Thomas Monjalon <tho...@monjalon.net>
> ---
> V9:
> * reword the comments and update the git log.
> * move release note to release_19_08.rst.
> * remove dot in name.
>
Acked-by line is missing, so re acking. Keep my ack if you have to send next
version.
Acked-by: Reshma Pattan <reshma.pat...@intel.com>