https://bugs.dpdk.org/show_bug.cgi?id=1181
lingwei ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from lingwei ([email protected]) --- The patch has been merged, and verified PASSED. OS: Ubuntu 22.04.1 LTS/Linux 5.15.45-051545-generic commit f1d0993e034e39968a2c80a8561b46c260c27487 (HEAD -> main, origin/main, origin/HEAD) Author: Stephen Hemminger <[email protected]> Date: Fri Mar 17 09:59:41 2023 -0700 app/testpmd: fix interactive mode on Windows The cmdline_poll() function is broken and was not fully tested, go back to using cmdline_interact(). Instead, use sigaction() to cancel read character on Unix OS's and a new helper to cancel I/O on Windows. Bugzilla ID: 1180 Fixes: 0fd1386c30c3 ("app/testpmd: cleanup cleanly from signal") Cc: [email protected] Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Olivier Matz <[email protected]> -- You are receiving this mail because: You are the assignee for the bug.

