Re: [dpdk-dev] [v2] ethdev: support Tx queue used count

2024-02-07 Thread Ferruh Yigit
On 1/23/2024 11:46 AM, Ferruh Yigit wrote: > On 1/22/2024 1:00 PM, Konstantin Ananyev wrote: >> CAUTION: This message has originated from an External Source. Please use >> proper judgment and caution when opening attachments, clicking links, or >> responding to this email. >> >> >>> From: Jerin J

Re: [dpdk-dev] [v2] ethdev: support Tx queue used count

2024-01-29 Thread Ferruh Yigit
On 1/18/2024 9:47 AM, jer...@marvell.com wrote: > diff --git a/lib/ethdev/version.map b/lib/ethdev/version.map > index a050baab0f..73a788d91a 100644 > --- a/lib/ethdev/version.map > +++ b/lib/ethdev/version.map > @@ -319,6 +319,7 @@ EXPERIMENTAL { > > # added in 24.03 > rte_eth_find_r

Re: [dpdk-dev] [v2] ethdev: support Tx queue used count

2024-01-23 Thread Ferruh Yigit
On 1/22/2024 1:00 PM, Konstantin Ananyev wrote: > CAUTION: This message has originated from an External Source. Please use > proper judgment and caution when opening attachments, clicking links, or > responding to this email. > > >> From: Jerin Jacob >> >> Introduce a new API to retrieve the n

RE: [dpdk-dev] [v2] ethdev: support Tx queue used count

2024-01-22 Thread Konstantin Ananyev
> From: Jerin Jacob > > Introduce a new API to retrieve the number of used descriptors > in a Tx queue. Applications can leverage this API in the fast path to > inspect the Tx queue occupancy and take appropriate actions based on the > available free descriptors. > > A notable use case could b