DPDK patches and discussions
 help / color / mirror / Atom feed
* Can rte_eth_tx_burst frees buffer to external cache which could be configured during rte_eth_tx_queue_setup
@ 2024-06-06 14:37 Syed Intekhab Anjum
  0 siblings, 0 replies; only message in thread
From: Syed Intekhab Anjum @ 2024-06-06 14:37 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

Hi,

Does DPDK support to free the transmitted buffers to external cache which
is provided during tx queue configurations (rte_eth_tx_queue_setup).

This is needed to extract better performance when multiple tx queues are
being worked on by unregistered non-eal pthreads which sends the packets
(mbuf from common rte_mempool) to the queue parallelly using
rte_eth_tx_burst.

Otherwise, they are bypassed frim local cache and go to the path of CAS
operation on the common pool for free operation.

Or is there any other way to achieve this?


Thanks

Syed

[-- Attachment #2: Type: text/html, Size: 2803 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-10 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-06 14:37 Can rte_eth_tx_burst frees buffer to external cache which could be configured during rte_eth_tx_queue_setup Syed Intekhab Anjum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).