[dpdk-dev] [PATCH V2 0/7] modifications about DCB forwarding configuration

Huisong Li lihuisong at huawei.com
Tue Apr 20 09:31:59 CEST 2021


This patchset modifies some codes about DCB forwarding configuration.
It mainly includes:
- fix forward lcores number when dcb test
- remove dcb_test
- fix a segment fault when dcb test
- add check for support of reporting dcb info
- move position of verifying DCB test
- add forwarding config in start port
- remove redundant fwd streams initialization

---
V1->V2
 - remove patch "app/testpmd: use of Rx/Tx in testpmd"
 - fix patch title
 - remove dcb_test
 - add some new adjustments

---
Huisong Li (7):
  app/testpmd: fix forward lcores number when DCB test
  app/testpmd: fix DCB forwarding configuration
  app/testpmd: fix a segment fault when DCB test
  app/testpmd: add check for support of reporting DCB info
  app/testpmd: move position of verifying DCB test
  app/testpmd: add forwarding config in start port
  app/testpmd: remove redundant fwd streams initialization

 app/test-pmd/cmdline.c |  9 +++++++
 app/test-pmd/config.c  | 68 ++++++++++++++++++++++++++++++++++++++++++++++++--
 app/test-pmd/testpmd.c | 45 +++++++--------------------------
 app/test-pmd/testpmd.h |  1 -
 4 files changed, 84 insertions(+), 39 deletions(-)

-- 
2.7.4



More information about the dev mailing list