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

2022-11-17 Thread Hanumanth Reddy Pothula
Thursday, November 17, 2022 2:13 PM > To: Hanumanth Reddy Pothula ; Singh, Aman > Deep ; Zhang, Yuying > > Cc: dev@dpdk.org; andrew.rybche...@oktetlabs.ru; > tho...@monjalon.net; Jerin Jacob Kollanukkaran ; > Nithin Kumar Dabilpuram > Subject: [EXT] RE: [PATCH v14 1/1] app/

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

2022-11-17 Thread Jiang, YuX
ying > > Cc: dev@dpdk.org; andrew.rybche...@oktetlabs.ru; tho...@monjalon.net; > jer...@marvell.com; ndabilpu...@marvell.com; hpoth...@marvell.com > Subject: [PATCH v14 1/1] app/testpmd: support multiple mbuf pools per Rx > queue > > Some of the HW has support for choosing m

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

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 13:16, 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

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

2022-11-10 Thread Hanumanth Pothula
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, print pool name on which packet is received.