Re: [PATCH v8 2/4] ethdev: support multiple mbuf pools per Rx queue

2022-10-07 Thread Andrew Rybchenko
On 10/7/22 21:35, Thomas Monjalon wrote: 07/10/2022 19:29, Andrew Rybchenko: +* **Added support for mulitiple mbuf pools per ethdev Rx queue.** mulitiple -> multiple I can fix when merging. Thanks, I've delegated first 3 patches to you. I think it is ready to go. Let's sort out testpmd patc

Re: [PATCH v8 2/4] ethdev: support multiple mbuf pools per Rx queue

2022-10-07 Thread Thomas Monjalon
07/10/2022 19:29, Andrew Rybchenko: > +* **Added support for mulitiple mbuf pools per ethdev Rx queue.** mulitiple -> multiple I can fix when merging. > + > + The capability allows application to provide many mempools of different > + size and PMD and/or NIC to choose a memory pool based on th

[PATCH v8 2/4] ethdev: support multiple mbuf pools per Rx queue

2022-10-07 Thread Andrew Rybchenko
From: Hanumanth Pothula Some of the HW has support for choosing memory pools based on the packet's size. This is often useful for saving the memory where the application can create a different pool to steer the specific size of the packet, thus enabling more efficient usage of memory. For examp