Re: [PATCH] app/testpmd: fix slave port reset action

2022-10-17 Thread Andrew Rybchenko
On 10/13/22 20:42, Singh, Aman Deep wrote: On 10/12/2022 1:13 PM, Qiming Yang wrote: As stop action has been forbidden in secondary process, so the reset action should also not be allowed. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Cc: sta...@dpdk.org Signed-off-by: Qiming Yang

Re: [PATCH] app/testpmd: fix slave port reset action

2022-10-13 Thread Singh, Aman Deep
On 10/12/2022 1:13 PM, Qiming Yang wrote: As stop action has been forbidden in secondary process, so the reset action should also not be allowed. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Cc: sta...@dpdk.org Signed-off-by: Qiming Yang Acked-by: Aman Singh --- app/test-pm

[PATCH] app/testpmd: fix slave port reset action

2022-10-12 Thread Qiming Yang
As stop action has been forbidden in secondary process, so the reset action should also not be allowed. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Cc: sta...@dpdk.org Signed-off-by: Qiming Yang --- app/test-pmd/testpmd.c| 18 ++ doc/guides/testpmd