[PATCH] testpmd: fix early exit from signal
Ferruh Yigit
ferruh.yigit at amd.com
Fri Oct 27 14:30:11 CEST 2023
On 10/27/2023 8:30 AM, David Marchand wrote:
> On Thu, Oct 26, 2023 at 7:11 PM Stephen Hemminger
> <stephen at networkplumber.org> 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
>> Fixes: 0fd1386c30c3 ("app/testpmd: cleanup cleanly from signal")
>
> We need this fix in LTS.
> Cc: stable at dpdk.org
>
>
>> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
>>
<...>
>
> Just a nit here.
> Indent seems odd, I see an extra whitespace.
>
Empty line and indentation updated while merging.
> Otherwise the fix lgtm and resolves the issue reported in bz.
> Reviewed-by: David Marchand <david.marchand at redhat.com>
>
>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list