Re: [PATCH v4 2/2] testpmd: enable interrupt in interactive mode

2023-03-17 Thread Stephen Hemminger
On Fri, 17 Mar 2023 17:20:59 +0100 Olivier Matz wrote: > On Wed, Mar 15, 2023 at 10:31:32AM -0700, Stephen Hemminger wrote: > > The setting in terminal handling for both Unix style and > > Windows was not ensuring that Ctrl-C character would > > cause interrupt. > > > > This is a first release b

Re: [PATCH v4 2/2] testpmd: enable interrupt in interactive mode

2023-03-17 Thread Olivier Matz
On Wed, Mar 15, 2023 at 10:31:32AM -0700, Stephen Hemminger wrote: > The setting in terminal handling for both Unix style and > Windows was not ensuring that Ctrl-C character would > cause interrupt. > > This is a first release bug. Testpmd interactive mode has > always disabled control-c handling

[PATCH v4 2/2] testpmd: enable interrupt in interactive mode

2023-03-15 Thread Stephen Hemminger
The setting in terminal handling for both Unix style and Windows was not ensuring that Ctrl-C character would cause interrupt. This is a first release bug. Testpmd interactive mode has always disabled control-c handling on Linux. Fixes: af75078fece3 ("first public release") Signed-off-by: Stephen