Re: [PATCH] testpmd: fix early exit from signal

2023-10-27 Thread Ferruh Yigit
On 10/27/2023 8:30 AM, David Marchand wrote: > On Thu, Oct 26, 2023 at 7:11 PM Stephen Hemminger > wrote: >> >> Other signals may occur causing read to get interrupted. >> Loop until quit flag is set by signal, a character is entered, >> or end of file. This fixes bug where testpmd would exit earl

Re: [PATCH] testpmd: fix early exit from signal

2023-10-27 Thread David Marchand
On Thu, Oct 26, 2023 at 7:11 PM Stephen Hemminger wrote: > > Other signals may occur causing read to get interrupted. > Loop until quit flag is set by signal, a character is entered, > or end of file. This fixes bug where testpmd would exit early > because of signal used by TAP device. > > Bugzill

Re: [PATCH] testpmd: fix early exit from signal

2023-10-26 Thread Ferruh Yigit
On 10/26/2023 6:11 PM, Stephen Hemminger wrote: > Other signals may occur causing read to get interrupted. > Loop until quit flag is set by signal, a character is entered, > or end of file. This fixes bug where testpmd would exit early > because of signal used by TAP device. > > Bugzilla ID: 1305