RE: [EXT] Re: [PATCH v3 1/3] ethdev: introduce pool sort capability

2022-09-13 Thread Hanumanth Reddy Pothula
kplumber.org; yuanx.w...@intel.com; > m...@ashroe.eu; yuying.zh...@intel.com; qi.z.zh...@intel.com; > viachesl...@nvidia.com; Jerin Jacob Kollanukkaran ; > Nithin Kumar Dabilpuram > Subject: [EXT] Re: [PATCH v3 1/3] ethdev: introduce pool so

Re: [PATCH v3 1/3] ethdev: introduce pool sort capability

2022-09-13 Thread Ferruh Yigit
On 9/13/2022 9:06 AM, Andrew Rybchenko wrote: On 9/2/22 10:00, Hanumanth Pothula wrote: This patch adds support for the pool sort capability. "Add support for serveral (?) mbuf pools per Rx queue." I dislike the word "sort" in summary and the feature description. IMHO it is too restrictive fo

Re: [PATCH v3 1/3] ethdev: introduce pool sort capability

2022-09-13 Thread Andrew Rybchenko
On 9/2/22 10:00, Hanumanth Pothula wrote: This patch adds support for the pool sort capability. "Add support for serveral (?) mbuf pools per Rx queue." I dislike the word "sort" in summary and the feature description. IMHO it is too restrictive for intended behaviour. The key feature here is

[PATCH v3 1/3] ethdev: introduce pool sort capability

2022-09-02 Thread Hanumanth Pothula
This patch adds support for the pool sort capability. Some of the HW has support for choosing memory pools based on the packet's size. The pool sort capability allows PMD to choose a memory pool based on the packet's length. This is often useful for saving the memory where the application can crea