> -----Original Message----- > From: Archbold, Brian > Sent: Wednesday, August 22, 2018 7:05 AM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing > <[email protected]>; Iremonger, Bernard <[email protected]> > Cc: [email protected]; Archbold, Brian <[email protected]>; > [email protected] > Subject: [PATCH] app/testpmd: fix duplicate exit > > In interactive mode, when the "quit" command is issued, pmd_test_exit() is > being called twice, once through the "quit" command and the other after > termination of prompt. > > Remove duplicated exit routine by removing call from "quit" command. > > Steps to reproduce: > - Run testpmd in interactive mode. > - type "quit". > > Fixes: af75078fece3 ("first public release") > Cc: [email protected] > > Signed-off-by: Brian Archbold <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

