Re: [dpdk-dev] [PATCH] app/testpmd: fix duplicate exit

2018-08-23 Thread Iremonger, Bernard
> -Original Message- > From: Archbold, Brian > Sent: Wednesday, August 22, 2018 7:05 AM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > Cc: dev@dpdk.org; Archbold, Brian ; > sta...@dpdk.org > Subject: [PATCH] app/testpmd: fix duplicate exit > > In interactive mode, when the "qui

[dpdk-dev] [PATCH] app/testpmd: fix duplicate exit

2018-08-22 Thread Brian Archbold
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. - t