Re: [PATCH] net/cnxk: add atomic fc check in poll mode Tx path

2023-06-12 Thread Jerin Jacob
On Tue, Jun 6, 2023 at 11:43 AM Rahul Bhansali wrote: > > Add a support of atomic fc check in poll mode Tx path. This atomic > check is useful if multiple threads are using the same Tx queue. > This will be enabled when Tx offload RTE_ETH_TX_OFFLOAD_MT_LOCKFREE > is set. > > Signed-off-by: Rahul B

[PATCH] net/cnxk: add atomic fc check in poll mode Tx path

2023-06-05 Thread Rahul Bhansali
Add a support of atomic fc check in poll mode Tx path. This atomic check is useful if multiple threads are using the same Tx queue. This will be enabled when Tx offload RTE_ETH_TX_OFFLOAD_MT_LOCKFREE is set. Signed-off-by: Rahul Bhansali --- drivers/net/cnxk/cn10k_ethdev.c | 3 ++ drivers/net/c