[PATCH 0/2] enhance bonding PMD to support the LACP negotiation

Chaoyong He chaoyong.he at corigine.com
Thu Feb 16 08:15:12 CET 2023


App may not support the LACP negotiation in some cases.
This patch series solves this problem and add logics to
testpmd app to support the forward of bonding port in
mode 4 with the disabled dedicated queue.

Long Wu (2):
  net/bonding: add independent LACP sending function
  app/testpmd: add support for bonding port's LACP negotiation

 app/test-pmd/config.c                     | 23 +++++++++
 app/test-pmd/parameters.c                 | 10 ++++
 app/test-pmd/testpmd.c                    | 43 ++++++++++++++++-
 app/test-pmd/testpmd.h                    |  9 ++++
 doc/guides/testpmd_app_ug/run_app.rst     |  4 ++
 drivers/net/bonding/rte_eth_bond_8023ad.c | 58 +++++++++++++++++++++++
 drivers/net/bonding/rte_eth_bond_8023ad.h | 19 ++++++++
 7 files changed, 165 insertions(+), 1 deletion(-)

-- 
2.29.3



More information about the dev mailing list