On Wed, Nov 8, 2023 at 12:22 AM Pavan Nikhilesh Bhagavatula <pbhagavat...@marvell.com> 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 > > similar reconfiguration happens with port 0 in the later port setup > > test. While most eventdevs should handle this reconfiguration without > > stop/start correctly, it can cause issues, and should be tested > > separately from basic config tests. > > > > Therefore, adjust loops to start at 1 rather than 0 and avoid > > configuring queue 0 and port 0 twice. > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > Acked-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Acked-by: Jerin Jacob <jer...@marvell.com> Applied to dpdk-next-eventdev/for-main. Thanks