Re: [PATCH v4 1/3] ethdev: Add support for mulitiple mbuf pools per Rx queue

2022-09-28 Thread Thomas Monjalon
28/09/2022 11:43, Andrew Rybchenko: > "Add support for" -> "add support for" or just "support" if > line is long Even if line is not too long, we all prefer shorter lines, "add support for" should always be replaced by "support" in titles. Note I am often doing such change when pulling.

Re: [PATCH v4 1/3] ethdev: Add support for mulitiple mbuf pools per Rx queue

2022-09-28 Thread Andrew Rybchenko
"Add support for" -> "add support for" or just "support" if line is long On 9/15/22 10:07, Hanumanth Pothula wrote: This patch adds support for multiple mempool capability. "This patch adds" -> "Add" Some of the HW has support for choosing memory pools based on the packet's size. Thiscapabil

[PATCH v4 1/3] ethdev: Add support for mulitiple mbuf pools per Rx queue

2022-09-15 Thread Hanumanth Pothula
This patch adds support for multiple mempool capability. Some of the HW has support for choosing memory pools based on the packet's size. Thiscapability 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 create a di