mbox series

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

Message ID 20240703154705.19192-1-stephen@networkplumber.org (mailing list archive)
Headers
Series dumpcap and pdump patches for 24.07 |

Message

Stephen Hemminger July 3, 2024, 3:45 p.m. UTC
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 and SIGHUP
  dumpcap: add lcores option

 app/dumpcap/main.c | 45 +++++++++++++++++++++++++++++++++++++++++++--
 app/pdump/main.c   | 21 +++++++++++++++------
 2 files changed, 58 insertions(+), 8 deletions(-)
  

Comments

Thomas Monjalon July 23, 2024, 1:22 p.m. UTC | #1
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.