> Subject: [RFT v2] test-pmd: go back to using cmdline_interact
>
> External email: Use caution opening links or attachments
>
>
> The cmdline library poll function is broken on Windows and was never
> tested, don't use it.
>
> Instead, use sigaction() to cancel
> -Original Message-
> From: Stephen Hemminger
> Sent: Tuesday, March 14, 2023 5:39 AM
> To: dev@dpdk.org
> Cc: Stephen Hemminger
> Subject: [RFT v2] test-pmd: go back to using cmdline_interact
>
> The cmdline library poll function is broken on Windows and was n
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
---
v2 - make cmdline_cancel an exposed API
app/test-pmd/cmdline
3 matches
Mail list logo