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
Hi Hanumanth, We meet an issue on this patch, can you pls have a look quickly? https://bugs.dpdk.org/show_bug.cgi?id=1128 Best regards, Yu Jiang > -Original Message- > From: Hanumanth Pothula > Sent: Thursday, November 10, 2022 6:17 PM > To: Singh, Aman Deep ; Zhang, Yuying > > Cc: dev

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