23/07/2018 12:44, Jasvinder Singh:
> Fix testpmd app exit by pressing ctrl+d, End-of-Transmission character (EOT)
> on the empty command line.
Please describe what is the issue and what is the cause.
> Fixes: 0ad778b398c6 ("app/testpmd: rework softnic forward mode")
>
> Reported-by: Mordechay Haimovsky <[email protected]>
> Signed-off-by: Jasvinder Singh <[email protected]>
> ---
> app/test-pmd/cmdline.c | 10 ++++++----
> lib/librte_cmdline/cmdline.c | 2 +-
It is very suspicious to change the cmdline library.
If there is a bug in this library, it deserves a separate fix.