On Tue, Dec 5, 2023 at 3:39 PM Rakesh Kudurumalla <rkuduruma...@marvell.com> wrote: > > Invoked newly added roc API to disable > SQB aura FC during TX queue start and TX queue > stop. This fix reduces ethdev teardown time > > Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> > ---
Updated the git commit as follows and Series applied to dpdk-next-net-mrvl/for-main. Thanks commit 48e0c652ed7116df61db6a0d1cf3f0b450faec79 (HEAD -> for-main) Author: Rakesh Kudurumalla <rkuduruma...@marvell.com> Date: Tue Dec 5 15:30:48 2023 +0530 net/cnxk: reduce Tx queue release time Invoked newly added roc API to disable SQB aura FC during TX queue start and TX queue stop. This fix reduces ethdev teardown time Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> commit 3f2604b698e530c8296030de3be60d242d7fc761 Author: Rakesh Kudurumalla <rkuduruma...@marvell.com> Date: Tue Dec 5 15:30:47 2023 +0530 common/cnxk: support to enable disable SQ Added a new ROC API to disable SQB aura FC and update SQ state to disabled state in TX queue stop. The same SQ status is verified during sq flush to enable or disable SQB aura FC during ethdev teardown. This fix reduces teardown time by 90%. Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> commit 6ed4c08ec7023a119e181b8e29442c3cc95c48ce Author: Rakesh Kudurumalla <rkuduruma...@marvell.com> Date: Tue Dec 5 15:30:46 2023 +0530 common/cnxk: optimize ethdev teardown time API mbox_alloc_msg_npa_aq_enq() mbox is called if SQ needs to be updated from mbox response else mbox call to kernel is bypassed reducing the time taken to complete roc_nix_tm_sq_aura_fc() function. This reduces ethdev teardown time by 20%. Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com>