Re: [dpdk-dev] [PATCH v3 5/8] examples/ioat: add signal-triggered device dumps

2021-09-29 Thread Conor Walsh
On 28/09/2021 17:29, Kevin Laatz wrote: Enable dumping device info via the signal handler. With this change, when a SIGUSR1 is issued, the application will print a dump of all devices being used by the application. Signed-off-by: Kevin Laatz --- Reviewed-by: Conor Walsh

[dpdk-dev] [PATCH v3 5/8] examples/ioat: add signal-triggered device dumps

2021-09-28 Thread Kevin Laatz
Enable dumping device info via the signal handler. With this change, when a SIGUSR1 is issued, the application will print a dump of all devices being used by the application. Signed-off-by: Kevin Laatz --- examples/ioat/ioatfwd.c | 17 + 1 file changed, 17 insertions(+) diff --g