Re: [EXT] [PATCH] test/eventdev: avoid configuring port or queue twice

2023-11-09 Thread Jerin Jacob
On Wed, Nov 8, 2023 at 12:22 AM Pavan Nikhilesh Bhagavatula wrote: > > > > In the basic sanity tests of eventdev for queue and port setup, queue 0 > > was configured separately before running a loop to configure the rest of > > the queues. This loop started from 0, so reconfigured queue 0, and a >

RE: [EXT] [PATCH] test/eventdev: avoid configuring port or queue twice

2023-11-07 Thread Pavan Nikhilesh Bhagavatula
> In the basic sanity tests of eventdev for queue and port setup, queue 0 > was configured separately before running a loop to configure the rest of > the queues. This loop started from 0, so reconfigured queue 0, and a > similar reconfiguration happens with port 0 in the later port setup > test.

[PATCH] test/eventdev: avoid configuring port or queue twice

2023-11-07 Thread Bruce Richardson
In the basic sanity tests of eventdev for queue and port setup, queue 0 was configured separately before running a loop to configure the rest of the queues. This loop started from 0, so reconfigured queue 0, and a similar reconfiguration happens with port 0 in the later port setup test. While most