[PATCH v2 0/3] Backport of testpmd signal fixes

Kevin Traynor ktraynor at redhat.com
Wed Sep 4 16:38:26 CEST 2024


On 02/09/2024 20:47, Stephen Hemminger wrote:
> Backport some of the signal handling changes for testpmd.
> 
> v2 - rebase on current 21.11 branch
> 
> Stephen Hemminger (3):
>   app/testpmd: cleanup cleanly from signal
>   app/testpmd: fix early exit from signal
>   app/testpmd: fix interactive mode on Windows
> 
>  app/test-pmd/cmdline.c           | 32 ++++++-------
>  app/test-pmd/testpmd.c           | 79 +++++++++++++++-----------------
>  app/test-pmd/testpmd.h           |  1 +
>  lib/cmdline/cmdline.c            |  1 +
>  lib/cmdline/cmdline_os_unix.c    |  6 +++
>  lib/cmdline/cmdline_os_windows.c | 14 ++++++
>  lib/cmdline/cmdline_private.h    |  5 +-
>  7 files changed, 77 insertions(+), 61 deletions(-)
> 

Thanks Stephen. Pushed to 21.11 LTS branch.

Kevin.



More information about the stable mailing list