> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Tuesday, March 14, 2023 5:39 AM > To: [email protected] > Cc: Stephen Hemminger <[email protected]> > Subject: [RFT v2] test-pmd: go back to using cmdline_interact > > The cmdline library poll function is broken on Windows and was never tested, > don't use it. > > Instead, use sigaction() to cancel read character on Unix OS's and a new > helper to cancel I/O on Windows. > > Signed-off-by: Stephen Hemminger <[email protected]> > ---
Tested-by: Wei Ling <[email protected]>

