Hi Hemant, On Sun, Jun 21, 2026 at 6:33 AM Hemant Agrawal <[email protected]> wrote: > > Hi Maxime, > > On 16-06-2026 15:57, Maxime Leroy wrote: > > This series lets a dpaa2 worker sleep on a queue's data-availability > > notification instead of busy-polling, exposed through the generic > > rte_eth_dev_rx_intr_* API (NAPI-style: poll while frames keep coming, > > arm the interrupt and sleep when the queue runs dry). > > > We need to try out few things on it. I am afraid that it will take > some time and our review for this patch will be late. >
Thanks for the update. No problem, please take the time you need. I am also preparing a v2 using CDAN only for notifications, while keeping packets on the regular volatile-dequeue path. This should improve PPS compared to v1, but I still need more time for validation and performance testing before sending it. I will also send the VLAN strip cleanup separately soon. Regards, Maxime

