RE: [PATCH] test/event: fix number of queues in eventdev conf

2025-02-25 Thread Jerin Jacob
> -Original Message- > From: Pavan Nikhilesh Bhagavatula > Sent: Tuesday, February 25, 2025 6:37 PM > To: Shijith Thotton ; Jerin Jacob > Cc: dev@dpdk.org; Shijith Thotton ; sta...@dpdk.org; > Naga Harish K S V > Subject: RE: [PATCH] test/event: fix number of qu

RE: [PATCH] test/event: fix number of queues in eventdev conf

2025-02-25 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Shijith Thotton > Sent: Thursday, February 6, 2025 8:03 PM > To: Jerin Jacob > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > ; Shijith Thotton ; > sta...@dpdk.org; Naga Harish K S V > Subject: [PATCH] test/event: fix number of

[PATCH] test/event: fix number of queues in eventdev conf

2025-02-06 Thread Shijith Thotton
The unit test adapter_pollq_instance_get requires three event queues, but the test suite was only configuring a single queue. This patch updates the test suite setup function to configure max available queues. Fixes: a1793ee8aba0 ("eventdev/eth_rx: add adapter instance get API") Cc: sta...@dpdk.or