mbox

[v2,0/3] net/bonding: support device private dump

Message ID 20221214061325.20272-1-fengchengwen@huawei.com (mailing list archive)
Headers

Message

fengchengwen Dec. 14, 2022, 6:13 a.m. UTC
  This patchset adds device private dump for bonding PMD, and use 
rte_eth_dev_priv_dump API to implement testpmd show bonding command.

Chengwen Feng (3):
  net/bonding: support private dump ops
  net/bonding: support dump LACP info
  net/bonding: use dump API to impl show bonding cmd

---
v2: 
* address Min Hu's comment
* use rte_eth_dev_priv_dump API to implement testpmd show bonding 
  command.

 .../link_bonding_poll_mode_drv_lib.rst        |  13 +-
 drivers/net/bonding/bonding_testpmd.c         | 281 +-----------------
 drivers/net/bonding/rte_eth_bond_pmd.c        | 244 ++++++++++++++-
 3 files changed, 249 insertions(+), 289 deletions(-)