[dpdk-dev] [PATCH V3 5/7] app/testpmd: move position of verifying DCB test

Li, Xiaoyun xiaoyun.li at intel.com
Tue Apr 27 13:33:01 CEST 2021


> -----Original Message-----
> From: Huisong Li <lihuisong at huawei.com>
> Sent: Tuesday, April 20, 2021 17:01
> To: dev at dpdk.org
> Cc: Yigit, Ferruh <ferruh.yigit at intel.com>; Li, Xiaoyun <xiaoyun.li at intel.com>;
> linuxarm at openeuler.org; lihuisong at huawei.com
> Subject: [PATCH V3 5/7] app/testpmd: move position of verifying DCB test
> 
> Currently, the check for doing DCB test is assigned to start_packet_forwarding(),
> which will be called when run "start" cmd. But fwd_config_setup() is used in
> many scenarios, such as, "port config all rxq".
> 
> This patch moves the check from start_packet_forwarding() to
> fwd_config_setup().
> 
> Fixes: 7741e4cf16c0 ("app/testpmd: VMDq and DCB updates")
> 
> Signed-off-by: Huisong Li <lihuisong at huawei.com>
> Signed-off-by: Lijun Ou <oulijun at huawei.com>
> ---
>  app/test-pmd/config.c  | 23 +++++++++++++++++++++--  app/test-
> pmd/testpmd.c | 19 -------------------
>  2 files changed, 21 insertions(+), 21 deletions(-)

Acked-by: Xiaoyun Li <xiaoyun.li at intel.com>


More information about the dev mailing list