mbox series

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

Message ID 1618909266-17584-1-git-send-email-lihuisong@huawei.com (mailing list archive)
Headers
Series modifications about DCB forwarding configuration |

Message

lihuisong (C) April 20, 2021, 9 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 config in start port
- remove redundant fwd streams initialization

---
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 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(-)