[PATCH v11 0/3] Fix cmdline_poll and testpmd signal handling
Stephen Hemminger
stephen at networkplumber.org
Sun Feb 19 18:53:48 CET 2023
On Fri, 3 Feb 2023 11:14:06 -0800
Stephen Hemminger <stephen at networkplumber.org> wrote:
> This patchset keeps uncovering bad practices in the cmdline library
> around end of file and signal handling.
>
> Stephen Hemminger (3):
> cmdline: make rdline status not private
> cmdline: handle EOF in cmdline_poll
> testpmd: cleanup cleanly from signal
>
> app/test-pmd/cmdline.c | 29 +++++--------
> app/test-pmd/testpmd.c | 77 ++++++++++++++++-------------------
> app/test-pmd/testpmd.h | 1 +
> lib/cmdline/cmdline.c | 11 +++--
> lib/cmdline/cmdline.h | 6 +++
> lib/cmdline/cmdline_private.h | 6 ---
> 6 files changed, 62 insertions(+), 68 deletions(-)
>
Could this please be merged for 23.03?
There are Ack's.
The only CI failure is a bogus performance test failure.
More information about the dev
mailing list