mbox series

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

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

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

Comments

Li, Xiaoyun April 28, 2021, 7:01 a.m. UTC | #1
> -----Original Message-----
> From: Huisong Li <lihuisong@huawei.com>
> Sent: Wednesday, April 28, 2021 14:41
> To: dev@dpdk.org
> Cc: Yigit, Ferruh <ferruh.yigit@intel.com>; Li, Xiaoyun <xiaoyun.li@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.li@intel.com>
  
Ferruh Yigit April 29, 2021, 4:13 p.m. UTC | #2
On 4/28/2021 8:01 AM, Li, Xiaoyun wrote:
>> -----Original Message-----
>> From: Huisong Li <lihuisong@huawei.com>
>> Sent: Wednesday, April 28, 2021 14:41
>> To: dev@dpdk.org
>> Cc: Yigit, Ferruh <ferruh.yigit@intel.com>; Li, Xiaoyun <xiaoyun.li@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.li@intel.com>
> 

Series applied to dpdk-next-net/main, thanks.