Re: [PATCH 3/3] net/cnxk: reduce Tx queue release time

2023-12-06 Thread Jerin Jacob
On Tue, Dec 5, 2023 at 3:39 PM Rakesh Kudurumalla 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 > --- Updated the git commit as follows and Series applied to

[PATCH 3/3] net/cnxk: reduce Tx queue release time

2023-12-05 Thread Rakesh Kudurumalla
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 --- drivers/net/cnxk/cnxk_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/cnxk/cnxk_eth