Re: [PATCH v3 0/3] dumpcap and pdump patches for 24.07

2024-07-23 Thread Thomas Monjalon
03/07/2024 17:45, Stephen Hemminger: > Stephen Hemminger (3): > app/dumpcap: handle SIGTERM and SIGHUP > app/pdump: handle SIGTERM and SIGHUP > dumpcap: add lcores option Applied, thanks. Note: I did few edits for space aligned arguments and "CPU" uppercase.

[PATCH v3 0/3] dumpcap and pdump patches for 24.07

2024-07-03 Thread Stephen Hemminger
Fix bug where dumpcap and pdump programs would leave resources if killed with SIGTERM (or if file gets full). Fix bug where dumpcap would always run on CPU 0 only. v3 - combine and rebase these patches Stephen Hemminger (3): app/dumpcap: handle SIGTERM and SIGHUP app/pdump: handle SIGTERM an