[dts] [PATCH V1 1/1] l3fwd: fix nic name typo

Tu, Lijuan lijuan.tu at intel.com
Tue Feb 25 10:07:33 CET 2020


Applied, thanks

> -----Original Message-----
> From: Mo, YufengX
> Sent: Tuesday, February 25, 2020 4:04 PM
> To: dts at dpdk.org; Tu, Lijuan <lijuan.tu at intel.com>
> Cc: Mo, YufengX <yufengx.mo at intel.com>
> Subject: [dts][PATCH V1 1/1] l3fwd: fix nic name typo
> 
> 
> ::fix nic name typo.
> 
> Signed-off-by: yufengmx <yufengx.mo at intel.com>
> ---
>  tests/l3fwd_base.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py index
> 4eb823c..5e3b68d 100644
> --- a/tests/l3fwd_base.py
> +++ b/tests/l3fwd_base.py
> @@ -336,7 +336,7 @@ class L3fwdBase(object):
> 
>      def __preset_compilation(self):
>          # Update config file and rebuild to get best perf on FVL
> -        if self.nic in ["fortville_sprit", "fortville_eagle", "fortville_25g"]:
> +        if self.nic in ["fortville_spirit", "fortville_eagle", "fortville_25g"]:
>              self.d_con(
>                  ("sed -i -e 's/"
>                   "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/"
> --
> 2.21.0



More information about the dts mailing list