RE: [EXT] [PATCH v8 4/4] app/testpmd: support mulitiple mbuf pools per Rx queue

2022-10-07 Thread Hanumanth Reddy Pothula
> -Original Message- > From: Andrew Rybchenko > Sent: Saturday, October 8, 2022 1:13 AM > To: Hanumanth Reddy Pothula > Cc: dev@dpdk.org; Thomas Monjalon ; Ferruh Yigit > > Subject: Re: [EXT] [PATCH v8 4/4] app/testpmd: support mulitiple mbuf pools > per >

Re: [EXT] [PATCH v8 4/4] app/testpmd: support mulitiple mbuf pools per Rx queue

2022-10-07 Thread Andrew Rybchenko
ation in above if condition and confirmed its working fine. Regards, Hanumanth -Original Message- From: Andrew Rybchenko Sent: Friday, October 7, 2022 10:59 PM To: Aman Singh ; Yuying Zhang Cc: dev@dpdk.org; Hanumanth Reddy Pothula Subject: [EXT] [PATCH v8 4/4] app/testpmd: sup

[PATCH v8 4/4] app/testpmd: support mulitiple 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. 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 and also print pool name on which pac