Re: [PATCH v1] app/testpmd: avoid the process ID out of range

2021-11-15 Thread Ferruh Yigit
On 11/15/2021 8:56 AM, Min Hu (Connor) wrote: 在 2021/11/15 14:05, Haiyue Wang 写道: The 'proc-id' should be less than 'num-procs', if not, exit the testpmd and show the error message. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Signed-off-by: Haiyue Wang > Acked-by: Min Hu (Co

Re: [PATCH v1] app/testpmd: avoid the process ID out of range

2021-11-15 Thread Min Hu (Connor)
Acked-by: Min Hu (Connor) 在 2021/11/15 14:05, Haiyue Wang 写道: The 'proc-id' should be less than 'num-procs', if not, exit the testpmd and show the error message. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Signed-off-by: Haiyue Wang --- app/test-pmd/parameters.c | 6 ++

[PATCH v1] app/testpmd: avoid the process ID out of range

2021-11-14 Thread Haiyue Wang
The 'proc-id' should be less than 'num-procs', if not, exit the testpmd and show the error message. Fixes: a550baf24af9 ("app/testpmd: support multi-process") Signed-off-by: Haiyue Wang --- app/test-pmd/parameters.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/app/test-pmd/paramete