Re: [dpdk-dev] [PATCH] app/testpmd: check port is stopped for QinQ setup

2017-04-20 Thread Xing, Beilei
Hi Bernard, > -Original Message- > From: Iremonger, Bernard > Sent: Thursday, April 20, 2017 11:14 PM > To: dev@dpdk.org; Xing, Beilei ; Zhang, Qi > > Cc: Iremonger, Bernard > Subject: [PATCH] app/testpmd: check port is stopped for QinQ setup > > Check port is stopped before configuring

[dpdk-dev] [PATCH] app/testpmd: check port is stopped for QinQ setup

2017-04-20 Thread Bernard Iremonger
Check port is stopped before configuring it for QinQ, with the "vlan set qinq on " command. Signed-off-by: Bernard Iremonger --- app/test-pmd/cmdline.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index f6bd75b78