On Sun, Sep 10, 2023 at 1:46 PM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Split XAQ counts into reserved and cached to allow more events > to be inflight. > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks commit e227b98adbbacde663fbf0cafe512a1a123adef1 (HEAD -> for-main, origin/for-main, origin/HEAD) Author: Pavan Nikhilesh <pbhagavat...@marvell.com> Date: Sat Sep 9 22:27:47 2023 +0530 common/cnxk: fix XAQ limits Split XAQ counts into reserved and cached to allow more events to be in flight. Fixes: c3320d21b475 ("event/cnxk: use LMTST for enqueue new burst") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> commit 87007fcc6a0c7274226dcb80675986fdcab57de8 Author: Pavan Nikhilesh <pbhagavat...@marvell.com> Date: Sat Sep 9 22:27:46 2023 +0530 event/cnxk: fix context flush in port cleanup Flush currently held flow context during event port cleanup. Fixes: e8594de2731d ("event/cnxk: implement event port quiesce function") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>