Re: [PATCH] test: fix option block

2024-10-07 Thread Stephen Hemminger
On Thu, 14 Mar 2024 09:46:26 + 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

RE: [PATCH] test: fix option block

2024-07-10 Thread Stokes, Ian
> -Original Message- > From: Ye, MingjinX > Sent: Friday, July 5, 2024 2:39 AM > To: Stokes, Ian ; dev@dpdk.org > Subject: RE: [PATCH] test: fix option block > > > > > -Original Message- > > From: Stokes, Ian > > Sent: Thursday,

RE: [PATCH] test: fix option block

2024-07-04 Thread Ye, MingjinX
> -Original Message- > From: Stokes, Ian > Sent: Thursday, July 4, 2024 8:02 PM > To: Ye, MingjinX ; dev@dpdk.org > Subject: RE: [PATCH] test: fix option block > > > > -Original Message- > > > From: Stokes, Ian > > > Sent:

RE: [PATCH] test: fix option block

2024-07-04 Thread Stokes, Ian
> > -Original Message- > > From: Stokes, Ian > > Sent: Wednesday, July 3, 2024 10:35 PM > > To: Ye, MingjinX ; dev@dpdk.org > > Subject: [PATCH] test: fix option block > > > > > > The options allow (-a) and block (-b) cannot be used at the s

RE: [PATCH] test: fix option block

2024-07-04 Thread Ye, MingjinX
> -Original Message- > From: Stokes, Ian > Sent: Wednesday, July 3, 2024 10:35 PM > To: Ye, MingjinX ; dev@dpdk.org > Subject: [PATCH] test: fix option block > > > > The options allow (-a) and block (-b) cannot be used at the same time. > > > The

[PATCH] test: fix option block

2024-07-03 Thread Stokes, Ian
> > 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 Hi Mingjin, in genera

RE: [PATCH] test: fix option block

2024-03-14 Thread Jiale, SongX
> -Original Message- > From: Mingjin Ye > Sent: Thursday, March 14, 2024 5:46 PM > To: dev@dpdk.org > Cc: Ye, MingjinX ; sta...@dpdk.org > Subject: [PATCH] test: fix option block > > The options allow (-a) and block (-b) cannot be used at the same time. > The

[PATCH] test: fix option block

2024-03-14 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 --- app/test/process.h | 17 ++---