Re: [PATCH v12 1/4] ethdev: add API for mbufs recycle mode

2023-09-20 Thread Ferruh Yigit
On 8/24/2023 8:36 AM, Feifei Wang wrote: > Add 'rte_eth_recycle_rx_queue_info_get' and 'rte_eth_recycle_mbufs' > APIs to recycle used mbufs from a transmit queue of an Ethernet device, > and move these mbufs into a mbuf ring for a receive queue of an Ethernet > device. This can bypass mempool 'put/

RE: [PATCH v12 1/4] ethdev: add API for mbufs recycle mode

2023-08-31 Thread Feifei Wang
+ping. Have any comments about mbuf recycle mode?

[PATCH v12 1/4] ethdev: add API for mbufs recycle mode

2023-08-24 Thread Feifei Wang
Add 'rte_eth_recycle_rx_queue_info_get' and 'rte_eth_recycle_mbufs' APIs to recycle used mbufs from a transmit queue of an Ethernet device, and move these mbufs into a mbuf ring for a receive queue of an Ethernet device. This can bypass mempool 'put/get' operations hence saving CPU cycles. For eac