[dpdk-dev] [PATCH v6] app/pdump: add pudmp exits with primary support
Pattan, Reshma
reshma.pattan at intel.com
Thu May 2 11:54:29 CEST 2019
> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Suanming.Mou
<snip>
> static void
> +monitor_primary(void *arg __rte_unused) {
> + if (quit_signal)
> + return;
> +
> + if (rte_eal_primary_proc_alive(NULL))
> + rte_eal_alarm_set(MONITOR_INTERVAL, monitor_primary,
> NULL);
> + else
> + quit_signal = 1;
> +}
> +
Adding the log message saying primary existing so, secondary.. would be helpful here.
I am ok to have it as default behaviour.
As Vipin mentioned, can you also update the document doc/guides/tools/pdump.rst
Thanks,
Reshma
More information about the dev
mailing list