* [dts] [PATCH V1 0/1] l3fwd: fix nic name typo
@ 2020-02-25 8:04 yufengmx
2020-02-25 8:04 ` [dts] [PATCH V1 1/1] " yufengmx
0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2020-02-25 8:04 UTC (permalink / raw)
To: dts, lijuan.tu; +Cc: yufengmx
fix nic name typo.
yufengmx (1):
l3fwd: fix nic name typo
tests/l3fwd_base.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.21.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V1 1/1] l3fwd: fix nic name typo
2020-02-25 8:04 [dts] [PATCH V1 0/1] l3fwd: fix nic name typo yufengmx
@ 2020-02-25 8:04 ` yufengmx
2020-02-25 9:07 ` Tu, Lijuan
0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2020-02-25 8:04 UTC (permalink / raw)
To: dts, lijuan.tu; +Cc: yufengmx
::fix nic name typo.
Signed-off-by: yufengmx <yufengx.mo@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1 1/1] l3fwd: fix nic name typo
2020-02-25 8:04 ` [dts] [PATCH V1 1/1] " yufengmx
@ 2020-02-25 9:07 ` Tu, Lijuan
0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-02-25 9:07 UTC (permalink / raw)
To: Mo, YufengX, dts
Applied, thanks
> -----Original Message-----
> From: Mo, YufengX
> Sent: Tuesday, February 25, 2020 4:04 PM
> To: dts@dpdk.org; Tu, Lijuan <lijuan.tu@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts][PATCH V1 1/1] l3fwd: fix nic name typo
>
>
> ::fix nic name typo.
>
> Signed-off-by: yufengmx <yufengx.mo@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-25 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 8:04 [dts] [PATCH V1 0/1] l3fwd: fix nic name typo yufengmx
2020-02-25 8:04 ` [dts] [PATCH V1 1/1] " yufengmx
2020-02-25 9:07 ` Tu, Lijuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).