* Re: [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2
2020-11-25 11:39 [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2 lingwei
@ 2020-11-25 3:46 ` Ling, WeiX
2020-11-25 11:39 ` [dts] [PATCH V1 1/3] conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g lingwei
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Ling, WeiX @ 2020-11-25 3:46 UTC (permalink / raw)
To: Ling, WeiX, dts
[-- Attachment #1: Type: text/plain, Size: 962 bytes --]
Tested-by: Ling, Wei <weix.ling@intel.com>
Regards,
Ling Wei
> -----Original Message-----
> From: lingwei <weix.ling@intel.com>
> Sent: Wednesday, November 25, 2020 07:40 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support
> columbiaville_25gx2
>
> vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2
>
> lingwei (3):
> conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g
> columbiaville_100g and modify fortville25g to fortville_25g
> tests/vf_l3fwd_kernelpf: support columbiaville_25gx2
> tests/l3fwd_base: support columbiaville_25gx2 and set-ice-16bytes when
> build dpdk
>
> conf/vf_l3fwd.cfg | 2 +-
> tests/TestSuite_vf_l3fwd_kernelpf.py | 3 ++-
> tests/l3fwd_base.py | 22 ++++++++--------------
> 3 files changed, 11 insertions(+), 16 deletions(-)
>
> --
> 2.17.1
[-- Attachment #2: TestVfL3fwdKernelPf.log --]
[-- Type: application/octet-stream, Size: 63259 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2
@ 2020-11-25 11:39 lingwei
2020-11-25 3:46 ` Ling, WeiX
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: lingwei @ 2020-11-25 11:39 UTC (permalink / raw)
To: dts; +Cc: lingwei
vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2
lingwei (3):
conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g
columbiaville_100g and modify fortville25g to fortville_25g
tests/vf_l3fwd_kernelpf: support columbiaville_25gx2
tests/l3fwd_base: support columbiaville_25gx2 and set-ice-16bytes when
build dpdk
conf/vf_l3fwd.cfg | 2 +-
tests/TestSuite_vf_l3fwd_kernelpf.py | 3 ++-
tests/l3fwd_base.py | 22 ++++++++--------------
3 files changed, 11 insertions(+), 16 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [PATCH V1 1/3] conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g
2020-11-25 11:39 [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2 lingwei
2020-11-25 3:46 ` Ling, WeiX
@ 2020-11-25 11:39 ` lingwei
2020-11-25 11:39 ` [dts] [PATCH V1 2/3] tests/vf_l3fwd_kernelpf: support columbiaville_25gx2 lingwei
2020-11-25 11:39 ` [dts] [PATCH V1 3/3] tests/l3fwd_base: support columbiaville_25gx2 and set-ice-16bytes when build dpdk lingwei
3 siblings, 0 replies; 5+ messages in thread
From: lingwei @ 2020-11-25 11:39 UTC (permalink / raw)
To: dts; +Cc: lingwei
support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g
Signed-off-by: lingwei <weix.ling@intel.com>
---
conf/vf_l3fwd.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/vf_l3fwd.cfg b/conf/vf_l3fwd.cfg
index e14da64f..7c6ab803 100644
--- a/conf/vf_l3fwd.cfg
+++ b/conf/vf_l3fwd.cfg
@@ -1,2 +1,2 @@
[suite]
-perf_params = {"frame_size": [64, 128, 256, 512, 1024, 1518], "queue_number": {"fortville_spirit" : 2, "fortville25g" : 2, "fortville_eagle" : 1, "niantic" : 1}}
+perf_params = {"frame_size": [64, 128, 256, 512, 1024, 1518], "queue_number": {"fortville_spirit" : 2, "fortville_25g" : 2, "fortville_eagle" : 1, "niantic" : 1, "columbiaville_25gx2" : 2, "columbiaville_25g" : 4, "columbiaville_100g" : 4}}
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [PATCH V1 2/3] tests/vf_l3fwd_kernelpf: support columbiaville_25gx2
2020-11-25 11:39 [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2 lingwei
2020-11-25 3:46 ` Ling, WeiX
2020-11-25 11:39 ` [dts] [PATCH V1 1/3] conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g lingwei
@ 2020-11-25 11:39 ` lingwei
2020-11-25 11:39 ` [dts] [PATCH V1 3/3] tests/l3fwd_base: support columbiaville_25gx2 and set-ice-16bytes when build dpdk lingwei
3 siblings, 0 replies; 5+ messages in thread
From: lingwei @ 2020-11-25 11:39 UTC (permalink / raw)
To: dts; +Cc: lingwei
support columbiaville_25gx2
Signed-off-by: lingwei <weix.ling@intel.com>
---
tests/TestSuite_vf_l3fwd_kernelpf.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/TestSuite_vf_l3fwd_kernelpf.py b/tests/TestSuite_vf_l3fwd_kernelpf.py
index 054d5621..b2ae7ec0 100644
--- a/tests/TestSuite_vf_l3fwd_kernelpf.py
+++ b/tests/TestSuite_vf_l3fwd_kernelpf.py
@@ -50,7 +50,8 @@ class TestVfL3fwdKernelPf(TestCase, L3fwdBase):
"fortville_25g",
"fortville_eagle",
"columbiaville_100g",
- "columbiaville_25g"], "NIC Unsupported: " + str(self.nic))
+ "columbiaville_25g",
+ "columbiaville_25gx2"], "NIC Unsupported: " + str(self.nic))
self.dut_ports = self.dut.get_ports(self.nic)
valports = [
_ for _ in self.dut_ports if self.tester.get_local_port(_) != -1]
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [PATCH V1 3/3] tests/l3fwd_base: support columbiaville_25gx2 and set-ice-16bytes when build dpdk
2020-11-25 11:39 [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2 lingwei
` (2 preceding siblings ...)
2020-11-25 11:39 ` [dts] [PATCH V1 2/3] tests/vf_l3fwd_kernelpf: support columbiaville_25gx2 lingwei
@ 2020-11-25 11:39 ` lingwei
3 siblings, 0 replies; 5+ messages in thread
From: lingwei @ 2020-11-25 11:39 UTC (permalink / raw)
To: dts; +Cc: lingwei
support columbiaville_25gx2 and set-ice-16bytes when build dpdk
Signed-off-by: lingwei <weix.ling@intel.com>
---
tests/l3fwd_base.py | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py
index 94b68347..5f1f9092 100644
--- a/tests/l3fwd_base.py
+++ b/tests/l3fwd_base.py
@@ -543,24 +543,18 @@ class L3fwdBase(object):
# Update config file and rebuild to get best perf on FVL
if self.__mode is SUITE_TYPE.PF:
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/"
- "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y/' "
- "./config/common_base"))
self.dut.set_build_options({'RTE_LIBRTE_I40E_16BYTE_RX_DESC': 'y'})
- self.dut.build_install_dpdk(self.target)
+ elif self.nic in ["columbiaville_100g", "columbiaville_25g"]:
+ self.dut.set_build_options({'RTE_LIBRTE_ICE_16BYTE_RX_DESC': 'y'})
+ self.dut.build_install_dpdk(self.target)
def __restore_compilation(self):
if self.__mode is SUITE_TYPE.PF:
if self.nic in ["fortville_spirit", "fortville_eagle", "fortville_25g"]:
- self.d_con(
- ("sed -i -e 's/"
- "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y/"
- "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/' "
- "./config/common_base"))
- self.dut.set_build_options({'RTE_LIBRTE_I40E_16BYTE_RX_DESC': 'n'})
- self.dut.build_install_dpdk(self.target)
+ self.dut.set_build_options({'RTE_LIBRTE_ICE_16BYTE_RX_DESC': 'n'})
+ elif self.nic in ["columbiaville_100g", "columbiaville_25g"]:
+ self.dut.set_build_options({'RTE_LIBRTE_ICE_16BYTE_RX_DESC': 'n'})
+ self.dut.build_install_dpdk(self.target)
def __preset_compilation(self):
# Update config file and rebuild to get best perf on FVL
@@ -677,7 +671,7 @@ class L3fwdBase(object):
'whitelist': self.__l3fwd_white_list if self.__l3fwd_white_list else '',
'port_mask': utils.create_mask(self.__valports),
'config': config, })
- if self.nic in ["niantic", "columbiaville_100g", "columbiaville_25g"]:
+ if self.nic in ["niantic", "columbiaville_100g", "columbiaville_25g", "columbiaville_25gx2"]:
command_line += " --parse-ptype"
if frame_size > 1518:
command_line += " --enable-jumbo --max-pkt-len %d" % frame_size
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-11-25 3:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 11:39 [dts] [PATCH V1 0/3] vf_l3fwd_kernelpf and vf_l3fwd support columbiaville_25gx2 lingwei
2020-11-25 3:46 ` Ling, WeiX
2020-11-25 11:39 ` [dts] [PATCH V1 1/3] conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g lingwei
2020-11-25 11:39 ` [dts] [PATCH V1 2/3] tests/vf_l3fwd_kernelpf: support columbiaville_25gx2 lingwei
2020-11-25 11:39 ` [dts] [PATCH V1 3/3] tests/l3fwd_base: support columbiaville_25gx2 and set-ice-16bytes when build dpdk lingwei
test suite reviews and discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \
dts@dpdk.org
public-inbox-index dts
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.dts
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git