[PATCH 0/2] add function to set dedicated queue size
Stephen Hemminger
stephen at networkplumber.org
Wed Jun 5 17:57:04 CEST 2024
On Wed, 5 Jun 2024 13:55:18 +0800
Chaoyong He <chaoyong.he at corigine.com> wrote:
> This patch series mainly add a function to bonding PMD to set
> dedicated queue size, also add a command to testpmd application
> to invoke this function.
>
> At the same time, standard the log message of bonding PMD.
>
> Long Wu (2):
> net/bonding: standard the log message
> net/bonding: add command to set dedicated queue size
>
> .../link_bonding_poll_mode_drv_lib.rst | 8 ++
> doc/guides/rel_notes/release_24_07.rst | 4 +
> drivers/net/bonding/bonding_testpmd.c | 126 ++++++++++++++----
> drivers/net/bonding/eth_bond_8023ad_private.h | 3 +
> drivers/net/bonding/rte_eth_bond_8023ad.c | 39 ++++++
> drivers/net/bonding/rte_eth_bond_8023ad.h | 23 ++++
> drivers/net/bonding/rte_eth_bond_pmd.c | 6 +-
> drivers/net/bonding/version.map | 1 +
> 8 files changed, 185 insertions(+), 25 deletions(-)
>
This is confusing.
The patch goes to all the effort to configure rx_queue_size but it is
never actually used in the driver.
More information about the dev
mailing list