mbox

[V4,0/7] modifications about DCB forwarding configuration

Message ID 1619592046-22269-1-git-send-email-lihuisong@huawei.com (mailing list archive)
Headers

Message

lihuisong (C) April 28, 2021, 6:40 a.m. UTC
  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 configuration when config DCB
- remove redundant fwd streams initialization

---
V3->V4:
 - fix some commit log and code comments
 - add forwarding configuration when configure DCB instead of start port

V2->V3
 - fix abnormal print information

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 configuration when config DCB
  app/testpmd: remove redundant fwd streams initialization

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