Re: [PATCH v5 1/3] ethdev: support mulitiple mbuf pools per Rx queue

2022-10-07 Thread Andrew Rybchenko
On 10/6/22 20:29, Stephen Hemminger wrote: On Thu, 6 Oct 2022 22:31:24 +0530 Hanumanth Pothula wrote: + /** +* Points to an array of mempools. +* +* Valid only when RTE_ETH_RX_OFFLOAD_MUL_MEMPOOL flag is set in +* Rx offloads. +* +* This pr

[PATCH v5 1/3] ethdev: support mulitiple mbuf pools per Rx queue

2022-10-06 Thread Hanumanth Pothula
This patch adds support for multiple mempool capability. Some of the HW has support for choosing memory pools based on the packet's size. The capability allows PMD to choose a memory pool based on the packet's length. This is often useful for saving the memory where the application can create a di