RE: [PATCH v2] test: fix option block

2024-10-14 Thread Ye, MingjinX
> -Original Message- > From: Stephen Hemminger > Sent: Sunday, October 13, 2024 6:21 AM > To: Ye, MingjinX > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH v2] test: fix option block > > On Sat, 12 Oct 2024 09:35:19 + > Mingjin Ye wrote: &

Re: [PATCH v2] test: fix option block

2024-10-12 Thread Stephen Hemminger
On Sat, 12 Oct 2024 09:35:19 + Mingjin Ye wrote: > The options allow (-a) and block (-b) cannot be used at the same time. > Therefore, allow (-a) will not be added when block (-b) is present. > > Fixes: b3ce7891ad38 ("test: fix probing in secondary process") > Cc: sta...@dpdk.org > > Signed

[PATCH v2] test: fix option block

2024-10-12 Thread Mingjin Ye
The options allow (-a) and block (-b) cannot be used at the same time. Therefore, allow (-a) will not be added when block (-b) is present. Fixes: b3ce7891ad38 ("test: fix probing in secondary process") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- v2: The long form of the fix option is "--bl