test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jun Dong <junx.dong@intel.com>
To: dts@dpdk.org
Cc: lijuan.tu@intel.com, qingx.sun@intel.com, junx.dong@intel.com
Subject: [dts] [RFC 2/6] doc/*: replace codename in doc
Date: Tue, 26 Apr 2022 13:50:23 +0800	[thread overview]
Message-ID: <20220426055027.6932-3-junx.dong@intel.com> (raw)
In-Reply-To: <20220426055027.6932-1-junx.dong@intel.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 7467 bytes --]

Signed-off-by: Jun Dong <junx.dong@intel.com>
---
 doc/dts_gsg/quick_start.rst       | 4 ++--
 doc/dts_gsg/usr_guide/intro.rst   | 2 +-
 doc/dts_gsg/usr_guide/ixia.rst    | 6 +++---
 doc/dts_gsg/usr_guide/results.rst | 4 ++--
 doc/dts_gsg/usr_guide/trex.rst    | 8 ++++----
 doc/dts_gsg/usr_guide/usage.rst   | 2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/dts_gsg/quick_start.rst b/doc/dts_gsg/quick_start.rst
index cedb676d..4a30f360 100644
--- a/doc/dts_gsg/quick_start.rst
+++ b/doc/dts_gsg/quick_start.rst
@@ -246,7 +246,7 @@ As we have prepared the zipped dpdk file and configuration file, just type the f
              dut.192.168.1.1: CC=gcc meson -Denable_kmods=True -Dlibdir=lib  --default-library=static x86_64-native-linuxapp-gcc
              ...
              dut.192.168.1.1: usertools/dpdk-devbind.py --force --bind=vfio-pci 0000:af:00.0 0000:af:00.1
-                        dts: NIC :        fortville_25g
+                        dts: NIC :        I40E_25G-25G_SFP28
              dut.192.168.1.1: meson configure -Dexamples=helloworld x86_64-native-linuxapp-gcc
              dut.192.168.1.1: ninja -C x86_64-native-linuxapp-gcc
              dut.192.168.1.1: ls x86_64-native-linuxapp-gcc/examples/dpdk-helloworld
@@ -295,7 +295,7 @@ The result files are generated in dts/output.
                 "driver": "vfio-pci",
                 "firmware": "8.00 0x80008c1a 1.2766.0",
                 "kdriver": "i40e-2.13.10",
-                "name": "fortville_25g"
+                "name": "I40E_25G-25G_SFP28"
             },
             "x86_64-native-linuxapp-gcc": {
                 "hello_world/test_hello_world_all_core": "passed"
diff --git a/doc/dts_gsg/usr_guide/intro.rst b/doc/dts_gsg/usr_guide/intro.rst
index dc4c0bfa..ce0a7dfd 100644
--- a/doc/dts_gsg/usr_guide/intro.rst
+++ b/doc/dts_gsg/usr_guide/intro.rst
@@ -84,7 +84,7 @@ Please see test cases, which are included in the DPDK compliance test suites:
     +---------------------+----------------------------------------------------------------------------------------------------------------------------+
     | jumbo_frame         | Tests jumbo frames features by Poll Mode Drivers                                                                           |
     +---------------------+----------------------------------------------------------------------------------------------------------------------------+
-    | testpmd             | Provides benchmark tests for the Intel Ethernet Controller (Niantic) Poll Mode Driver.                                     |
+    | testpmd             | Provides benchmark tests for the Intel Ethernet Controller (82599) Poll Mode Driver.                                       |
     +---------------------+----------------------------------------------------------------------------------------------------------------------------+
     | L3fwd               | Verifies Layer-3 Forwarding results using ``l3fwd`` application.                                                           |
     +---------------------+----------------------------------------------------------------------------------------------------------------------------+
diff --git a/doc/dts_gsg/usr_guide/ixia.rst b/doc/dts_gsg/usr_guide/ixia.rst
index bd665652..5bea0039 100644
--- a/doc/dts_gsg/usr_guide/ixia.rst
+++ b/doc/dts_gsg/usr_guide/ixia.rst
@@ -100,7 +100,7 @@ You can set the test parameters according to your test needs.
    test_duration = 60
    accepted_tolerance = 1
    expected_throughput = {
-        'fortville_spirit': {
+        'I40E_40G-QSFP_A': {
             '1C/1T': {64: {512: 0.00, 2048: 0.00}},
             '1C/2T': {64: {512: 0.00, 2048: 0.00}}}}
 
@@ -215,7 +215,7 @@ After the Test Suite finished the validation, we can find the result files as be
 
 .. code-block:: console
 
-   fortville_25g_single_core_perf.json  dts.log  TestNicSingleCorePerf.log test_results.json
+   I40E_25G-25G_SFP28_single_core_perf.json  dts.log  TestNicSingleCorePerf.log test_results.json
 
 The performance case will save the data results in the jison file.
 And the pattern is "nic name + suite name.json".
@@ -223,7 +223,7 @@ Below is the json file of nic_single_core:
 
 .. code-block:: console
 
-      vim fortville_25g_single_core_perf.json
+      vim I40E_25G-25G_SFP28_single_core_perf.json
 
       {"test_perf_nic_single_core": [{
                 "performance": [{"name": "Throughput", "value": 69.505, "unit": "Mpps", "delta": 69.505}],
diff --git a/doc/dts_gsg/usr_guide/results.rst b/doc/dts_gsg/usr_guide/results.rst
index 3ec08d86..244b579e 100644
--- a/doc/dts_gsg/usr_guide/results.rst
+++ b/doc/dts_gsg/usr_guide/results.rst
@@ -51,7 +51,7 @@ Both of them contain case names and results, also the failure reasons.
                 "driver": "vfio-pci",
                 "firmware": "8.00 0x80008c1a 1.2766.0",
                 "kdriver": "i40e-2.13.10",
-                "name": "fortville_25g"
+                "name": "I40E_25G-25G_SFP28"
             },
             "x86_64-native-linuxapp-gcc": {
                 "hello_world/test_hello_world_all_core": "passed"
@@ -76,7 +76,7 @@ Please see example for TestHelloWorld suite log as the following. This log file
 
    31/12/2020 11:04:00                 INFO:
    TEST SUITE : TestHelloWorld
-   31/12/2020 11:04:00                 INFO: NIC :       fortville_25g
+   31/12/2020 11:04:00                 INFO: NIC :       I40E_25G-25G_SFP28
    31/12/2020 11:04:00        SUITE_DUT_CMD: meson configure -Dexamples=helloworld x86_64-native-linuxapp-gcc
    31/12/2020 11:04:01        SUITE_DUT_CMD: ninja -C x86_64-native-linuxapp-gcc
    31/12/2020 11:04:07     SUITE_DUT_OUTPUT: ninja: Entering directory `x86_64-native-linuxapp-gcc'^M
diff --git a/doc/dts_gsg/usr_guide/trex.rst b/doc/dts_gsg/usr_guide/trex.rst
index 8dfa66bd..738ea5e4 100644
--- a/doc/dts_gsg/usr_guide/trex.rst
+++ b/doc/dts_gsg/usr_guide/trex.rst
@@ -310,11 +310,11 @@ failed for hugepage error.
          EAL: Error - exiting with code: 1
            Cause: Invalid EAL arguments
 
-trex quit when using Niantic
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+trex quit when using 82599
+~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-when bind dut NNT port to igb_uio, peer port will get a link down status, then
-trex server using NNT nic will quit.
+when bind dut 82599/500 Series port to igb_uio, peer port will get a link down status, then
+trex server using 82599/500 Series nic will quit.
 
 .. code-block:: console
 
diff --git a/doc/dts_gsg/usr_guide/usage.rst b/doc/dts_gsg/usr_guide/usage.rst
index ba714703..e59d1544 100644
--- a/doc/dts_gsg/usr_guide/usage.rst
+++ b/doc/dts_gsg/usr_guide/usage.rst
@@ -32,7 +32,7 @@ First of all, you must configure execution.cfg as below:
 
   * nic_type: it is the type of the NIC to use. The types are defined in the file settings.py.
     There's a special type named as **cfg**, which mean network information will be loaded from file $DTS_CFG_FOLDER/ports.cfg.
-    If use NIC type such as niantic, fortville_25g, it requires all DUT are the same types and no any same devices connected to Tester,
+    If use NIC type such as 82599, Intel® Ethernet Network Adapter XXV710-DA2 , it requires all DUT are the same types and no any same devices connected to Tester,
     as DTS will test all devices connected to Tester. Therefore, recommend using **cfg**.
   * func=true: run only functional test.
   * perf=true: run only performance test.
-- 
2.25.1


  parent reply	other threads:[~2022-04-26  5:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26  5:50 [dts] [RFC 0/6] modify about codename replacement Jun Dong
2022-04-26  5:50 ` [dts] [RFC 1/6] conf/*: replace codename in configuration in conf directory Jun Dong
2022-04-26  5:50 ` Jun Dong [this message]
2022-04-26  5:50 ` [dts] [RFC 3/6] executions/*: replace codename in executeion configurations Jun Dong
2022-04-26  5:50 ` [dts] [RFC 4/6] framework/*: replace codename in framework Jun Dong
2022-04-26  5:50 ` [dts] [RFC 5/6] test_plans/*: replace codename in test plans Jun Dong
2022-04-26  5:50 ` [dts] [RFC 6/6] tests/*: replace codename in test suites Jun Dong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220426055027.6932-3-junx.dong@intel.com \
    --to=junx.dong@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    --cc=qingx.sun@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).