> -----Original Message----- > From: Huisong Li <lihuis...@huawei.com> > Sent: Wednesday, April 28, 2021 14:41 > To: dev@dpdk.org > Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Li, Xiaoyun <xiaoyun...@intel.com> > Subject: [PATCH V4 0/7] modifications about DCB forwarding configuration > > 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(-) > > -- > 2.7.4
Acked-by: Xiaoyun Li <xiaoyun...@intel.com>