Re: [dpdk-dev] [PATCH v2] app/testpmd: fix flow flush with invalid port

2020-10-16 Thread Ferruh Yigit
On 10/16/2020 3:03 AM, Junyu Jiang wrote: There is no error info displayed when running flow flush command with invalid port. This patch fixed the issue. Fixes: 2a449871a12d ("app/testpmd: align behaviour of multi-port detach") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang Reviewed-by: Suanmi

[dpdk-dev] [PATCH v2] app/testpmd: fix flow flush with invalid port

2020-10-15 Thread Junyu Jiang
There is no error info displayed when running flow flush command with invalid port. This patch fixed the issue. Fixes: 2a449871a12d ("app/testpmd: align behaviour of multi-port detach") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang Reviewed-by: Suanming Mou --- app/test-pmd/config.c | 13