* [dts] [PATCH V3 0/5] update test plan to sync with testcase
@ 2020-09-07 16:49 lingwei
2020-09-07 16:49 ` [dts] [dts 1/5] test_plans/nic_single_core_perf_test_plan:update " lingwei
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: lingwei @ 2020-09-07 16:49 UTC (permalink / raw)
To: dts; +Cc: lingwei
update test plan to sync with testcase and fix wrong describle
lingwei (5):
test_plans/nic_single_core_perf_test_plan:update test plan to sync
with testcase
test_plans/pmd_test_plan:update test plan to sync with testcase
test_plans/ptpclient_test_plan:update test plan to sync with testcase
test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase
test_plans/vmdq_test_plan:update test plan to sync with testcase
test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++
test_plans/pmd_test_plan.rst | 7 +++++++
test_plans/ptpclient_test_plan.rst | 3 +++
test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++
test_plans/vmdq_test_plan.rst | 5 ++++-
5 files changed, 30 insertions(+), 1 deletion(-)
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dts] [dts 1/5] test_plans/nic_single_core_perf_test_plan:update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
@ 2020-09-07 16:49 ` lingwei
2020-09-07 16:49 ` [dts] [dts 2/5] test_plans/pmd_test_plan:update " lingwei
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: lingwei @ 2020-09-07 16:49 UTC (permalink / raw)
To: dts; +Cc: lingwei
Signed-off-by: lingwei <weix.ling@intel.com>
---
test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/test_plans/nic_single_core_perf_test_plan.rst b/test_plans/nic_single_core_perf_test_plan.rst
index 4157c31..9fc5e01 100644
--- a/test_plans/nic_single_core_perf_test_plan.rst
+++ b/test_plans/nic_single_core_perf_test_plan.rst
@@ -62,6 +62,13 @@ Prerequisites
2 TG 25g ports for FVL25G ports
4 TG 10g ports for 4 NNT10G ports
+
+4. Case config::
+ For FVL40g, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
+ in ./config/common_base and re-build DPDK.
+
+ For CVL25G, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=y"
+ in ./config/common_base and re-build DPDK.
Test Case : Single Core Performance Measurement
===============================================
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dts] [dts 2/5] test_plans/pmd_test_plan:update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
2020-09-07 16:49 ` [dts] [dts 1/5] test_plans/nic_single_core_perf_test_plan:update " lingwei
@ 2020-09-07 16:49 ` lingwei
2020-09-07 16:49 ` [dts] [dts 3/5] test_plans/ptpclient_test_plan:update " lingwei
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: lingwei @ 2020-09-07 16:49 UTC (permalink / raw)
To: dts; +Cc: lingwei
Signed-off-by: lingwei <weix.ling@intel.com>
---
test_plans/pmd_test_plan.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/test_plans/pmd_test_plan.rst b/test_plans/pmd_test_plan.rst
index f84fa55..4017a4a 100644
--- a/test_plans/pmd_test_plan.rst
+++ b/test_plans/pmd_test_plan.rst
@@ -80,6 +80,13 @@ If using igb_uio::
modprobe igb_uio
usertools/dpdk-devbind.py --bind=igb_uio device_bus_id
+Case config::
+ For FVL40g, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
+ in ./config/common_base and re-build DPDK.
+
+ For CVL25G, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=y"
+ in ./config/common_base and re-build DPDK.
+
Test Case: Packet Checking
==========================
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dts] [dts 3/5] test_plans/ptpclient_test_plan:update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
2020-09-07 16:49 ` [dts] [dts 1/5] test_plans/nic_single_core_perf_test_plan:update " lingwei
2020-09-07 16:49 ` [dts] [dts 2/5] test_plans/pmd_test_plan:update " lingwei
@ 2020-09-07 16:49 ` lingwei
2020-09-07 16:49 ` [dts] [dts 4/5] test_plans/vf_l3fwd_test_plan:update " lingwei
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: lingwei @ 2020-09-07 16:49 UTC (permalink / raw)
To: dts; +Cc: lingwei
Signed-off-by: lingwei <weix.ling@intel.com>
---
test_plans/ptpclient_test_plan.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test_plans/ptpclient_test_plan.rst b/test_plans/ptpclient_test_plan.rst
index 64f3faa..7781bff 100644
--- a/test_plans/ptpclient_test_plan.rst
+++ b/test_plans/ptpclient_test_plan.rst
@@ -44,6 +44,9 @@ Prerequisites
Assume one port is connected to the tester and "linuxptp.x86_64"
has been installed on the tester.
+Case Config::
+ For support IEEE1588, need to set "CONFIG_RTE_LIBRTE_IEEE1588=y" in ./config/common_base and re-build DPDK.
+
The sample should be validated on Forville, Niantic and i350 Nics.
Test case: ptp client
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dts] [dts 4/5] test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
` (2 preceding siblings ...)
2020-09-07 16:49 ` [dts] [dts 3/5] test_plans/ptpclient_test_plan:update " lingwei
@ 2020-09-07 16:49 ` lingwei
2020-09-07 16:49 ` [dts] [dts 5/5] test_plans/vmdq_test_plan:update " lingwei
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: lingwei @ 2020-09-07 16:49 UTC (permalink / raw)
To: dts; +Cc: lingwei
Signed-off-by: lingwei <weix.ling@intel.com>
---
test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/test_plans/vf_l3fwd_test_plan.rst b/test_plans/vf_l3fwd_test_plan.rst
index 8b51cef..6d816dd 100644
--- a/test_plans/vf_l3fwd_test_plan.rst
+++ b/test_plans/vf_l3fwd_test_plan.rst
@@ -82,6 +82,15 @@ Prerequisites
| NIC-2,Port-1 --- TG,Port-2 |
+------------------------------+
+* Case config:
+ For test vf_l3fwd perf, need to set "define RTE_TEST_RX_DESC_DEFAULT 2048" and "define RTE_TEST_TX_DESC_DEFAULT 2048"
+ in ./examples/l3fwd/l3fwd.h and re-build l3fwd.
+ Note:
+ Only FVL need to change code to support iavf, when dpdk use iavf as default vf driver, no need to change code.
+ If test iavf on FVL, need to change "{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_ADAPTIVE_VF) }" to
+ "a { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_VF) }" in ./drivers/net/iavf/iavf_ethdev.c,
+ and set "I40E_DEV_ID_VF 0x164C" in ./drivers/net/i40e/base/i40e_devids.h and re-build DPDK.
+
Setup overview
==============
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dts] [dts 5/5] test_plans/vmdq_test_plan:update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
` (3 preceding siblings ...)
2020-09-07 16:49 ` [dts] [dts 4/5] test_plans/vf_l3fwd_test_plan:update " lingwei
@ 2020-09-07 16:49 ` lingwei
2020-09-08 3:31 ` [dts] [PATCH V3 0/5] update " Ma, LihongX
2020-09-10 5:12 ` Tu, Lijuan
6 siblings, 0 replies; 8+ messages in thread
From: lingwei @ 2020-09-07 16:49 UTC (permalink / raw)
To: dts; +Cc: lingwei
Signed-off-by: lingwei <weix.ling@intel.com>
---
test_plans/vmdq_test_plan.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test_plans/vmdq_test_plan.rst b/test_plans/vmdq_test_plan.rst
index 1f19e6f..55ea0d7 100644
--- a/test_plans/vmdq_test_plan.rst
+++ b/test_plans/vmdq_test_plan.rst
@@ -66,7 +66,10 @@ Prerequisites
to the pools numbers(e.g: for FVL spirit, it's 63, inclusive) as well as the MAC address from
52:54:00:12:[port_index]:00 to 52:54:00:12:[port_index]:3e and the VLAN user priority field increments from 0 to 7
(inclusive) for each VLAN ID. In our case port_index = 0 or 1.
-
+-Case config::
+ If test max queues per port 1024, need to set the "CONFIG_RTE_MAX_QUEUES_PER_PORT=1024" in ./config/common_base,
+ and need to set the "define MAX_QUEUES 1024" in ./examples/vmdq/main.c and re-build DPDK.
+ Note: different NIC, the MAX_QUEUES is different, eg: Fortville is 1024.
Test Case: Measure VMDQ pools queues
------------------------------------
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH V3 0/5] update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
` (4 preceding siblings ...)
2020-09-07 16:49 ` [dts] [dts 5/5] test_plans/vmdq_test_plan:update " lingwei
@ 2020-09-08 3:31 ` Ma, LihongX
2020-09-10 5:12 ` Tu, Lijuan
6 siblings, 0 replies; 8+ messages in thread
From: Ma, LihongX @ 2020-09-08 3:31 UTC (permalink / raw)
To: Ling, WeiX, dts; +Cc: Ling, WeiX
Acked-by: LihongX Ma <lihongx.ma@intel.com>
Regards,
Ma,lihong
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of lingwei
> Sent: Tuesday, September 8, 2020 12:49 AM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts] [PATCH V3 0/5] update test plan to sync with testcase
>
> update test plan to sync with testcase and fix wrong describle
>
> lingwei (5):
> test_plans/nic_single_core_perf_test_plan:update test plan to sync
> with testcase
> test_plans/pmd_test_plan:update test plan to sync with testcase
> test_plans/ptpclient_test_plan:update test plan to sync with testcase
> test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase
> test_plans/vmdq_test_plan:update test plan to sync with testcase
>
> test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++
> test_plans/pmd_test_plan.rst | 7 +++++++
> test_plans/ptpclient_test_plan.rst | 3 +++
> test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++
> test_plans/vmdq_test_plan.rst | 5 ++++-
> 5 files changed, 30 insertions(+), 1 deletion(-)
>
> --
> 2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH V3 0/5] update test plan to sync with testcase
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
` (5 preceding siblings ...)
2020-09-08 3:31 ` [dts] [PATCH V3 0/5] update " Ma, LihongX
@ 2020-09-10 5:12 ` Tu, Lijuan
6 siblings, 0 replies; 8+ messages in thread
From: Tu, Lijuan @ 2020-09-10 5:12 UTC (permalink / raw)
To: Ling, WeiX, dts; +Cc: Ling, WeiX
Applied
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of lingwei
> Sent: 2020年9月8日 0:49
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts] [PATCH V3 0/5] update test plan to sync with testcase
>
> update test plan to sync with testcase and fix wrong describle
>
> lingwei (5):
> test_plans/nic_single_core_perf_test_plan:update test plan to sync
> with testcase
> test_plans/pmd_test_plan:update test plan to sync with testcase
> test_plans/ptpclient_test_plan:update test plan to sync with testcase
> test_plans/vf_l3fwd_test_plan:update test plan to sync with testcase
> test_plans/vmdq_test_plan:update test plan to sync with testcase
>
> test_plans/nic_single_core_perf_test_plan.rst | 7 +++++++
> test_plans/pmd_test_plan.rst | 7 +++++++
> test_plans/ptpclient_test_plan.rst | 3 +++
> test_plans/vf_l3fwd_test_plan.rst | 9 +++++++++
> test_plans/vmdq_test_plan.rst | 5 ++++-
> 5 files changed, 30 insertions(+), 1 deletion(-)
>
> --
> 2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-09-10 5:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 16:49 [dts] [PATCH V3 0/5] update test plan to sync with testcase lingwei
2020-09-07 16:49 ` [dts] [dts 1/5] test_plans/nic_single_core_perf_test_plan:update " lingwei
2020-09-07 16:49 ` [dts] [dts 2/5] test_plans/pmd_test_plan:update " lingwei
2020-09-07 16:49 ` [dts] [dts 3/5] test_plans/ptpclient_test_plan:update " lingwei
2020-09-07 16:49 ` [dts] [dts 4/5] test_plans/vf_l3fwd_test_plan:update " lingwei
2020-09-07 16:49 ` [dts] [dts 5/5] test_plans/vmdq_test_plan:update " lingwei
2020-09-08 3:31 ` [dts] [PATCH V3 0/5] update " Ma, LihongX
2020-09-10 5:12 ` 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).