On Wed, Nov 8, 2023 at 12:22 AM Pavan Nikhilesh Bhagavatula
<[email protected]> 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 <[email protected]>
>
> Acked-by: Pavan Nikhilesh <[email protected]>


Acked-by: Jerin Jacob <[email protected]>
Applied to dpdk-next-eventdev/for-main. Thanks

Reply via email to