RE: [EXT] Re: [PATCH v13 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Hanumanth Reddy Pothula
t: [EXT] Re: [PATCH v13 1/1] app/testpmd: support multiple mbuf > pools per Rx queue > > External Email > > -- > On 11/10/22 11:17, Hanumanth Pothula wrote: > > Some of the HW has support for choosing memory

Re: [PATCH v13 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 11:17, Hanumanth Pothula wrote: Some of the HW has support for choosing memory pools based on the packet's size. The pool sort capability allows PMD/NIC to choose a memory pool based on the packet's length. On multiple mempool support enabled, populate mempool array accordingly. Also