Re: [dpdk-dev] [PATCH v3 03/10] app/testpmd: support check of single port stop

2018-01-08 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 26, 2017 5:44 PM > To: Wu, Jingjing ; Yigit, Ferruh > > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 03/10] app/testpmd: support check

[dpdk-dev] [PATCH v3 03/10] app/testpmd: support check of single port stop

2017-12-26 Thread Shahaf Shuler
This patch adds supports for checking if a single port is stopped. currently there is a function to check only for all ports. Signed-off-by: Shahaf Shuler --- app/test-pmd/testpmd.c | 16 app/test-pmd/testpmd.h | 1 + 2 files changed, 13 insertions(+), 4 deletions(-) diff --gi