test suite reviews and discussions
 help / color / mirror / Atom feed
From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V2 1/2] test_plans/pvp_share_lib_test_plan: add testcase3 to test Intel E800 seriers nic
Date: Wed,  8 Mar 2023 13:31:15 +0800	[thread overview]
Message-ID: <20230308053115.307620-1-weix.ling@intel.com> (raw)

Add testcase3 to test Intel E800 seriers nic and modify testcase 1 the
wrong lib version.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 test_plans/pvp_share_lib_test_plan.rst | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/test_plans/pvp_share_lib_test_plan.rst b/test_plans/pvp_share_lib_test_plan.rst
index 936480bf..b221ef0f 100644
--- a/test_plans/pvp_share_lib_test_plan.rst
+++ b/test_plans/pvp_share_lib_test_plan.rst
@@ -10,8 +10,8 @@ Description
 
 The feature need compile dpdk as shared libraries, then application should use option ``-d`` to load the dynamic pmd that are built as shared libraries.
 
-Test Case1: Vhost/virtio-user pvp share lib test with 82599
-===========================================================
+Test Case 1: Vhost/virtio-user pvp share lib test with Intel® Ethernet 82599 Series
+===================================================================================
 
 1. Enable the shared lib in DPDK configure file::
 
@@ -27,13 +27,13 @@ Test Case1: Vhost/virtio-user pvp share lib test with 82599
 
 4. Bind 82599 port with vfio-pci, use option ``-d`` to load the dynamic pmd when launch vhost::
 
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -c 0x03 -n 4 -d librte_net_vhost.so.21.0 -d librte_net_i40e.so.21.0 -d librte_mempool_ring.so.21.0 \
+    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -c 0x03 -n 4 -d librte_net_vhost.so -d librte_net_ixgbe.so -d librte_mempool_ring.so \
     --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i
     testpmd>start
 
 5. Launch virtio-user::
 
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x0c -n 4 -d librte_net_virtio.so.21.0 -d librte_mempool_ring.so.21.0 \
+    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x0c -n 4 -d librte_net_virtio.so -d librte_mempool_ring.so \
     --no-pci --file-prefix=virtio  --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net -- -i
     testpmd>start
 
@@ -41,8 +41,8 @@ Test Case1: Vhost/virtio-user pvp share lib test with 82599
 
     testpmd>show port stats all
 
-Test Case2: Vhost/virtio-user pvp share lib test with Intel® Ethernet 700 Series
-================================================================================
+Test Case 2: Vhost/virtio-user pvp share lib test with Intel® Ethernet 700 Series
+=================================================================================
 
 Similar as Test Case1, all steps are similar except step 4:
 
@@ -51,3 +51,14 @@ Similar as Test Case1, all steps are similar except step 4:
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -c 0x03 -n 4 -d librte_net_vhost.so -d librte_net_i40e.so -d librte_mempool_ring.so \
     --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i
     testpmd>start
+
+Test Case 3: Vhost/virtio-user pvp share lib test with Intel® Ethernet 800 Series
+=================================================================================
+
+Similar as Test Case1, all steps are similar except step 4:
+
+4. Bind Intel® Ethernet 800 Series port with vfio-pci, use option ``-d`` to load the dynamic pmd when launch vhost::
+
+    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd  -c 0x03 -n 4 -d librte_net_vhost.so -d librte_net_ice.so -d librte_mempool_ring.so \
+    --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i
+    testpmd>start
-- 
2.25.1


                 reply	other threads:[~2023-03-08  5:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230308053115.307620-1-weix.ling@intel.com \
    --to=weix.ling@intel.com \
    --cc=dts@dpdk.org \
    /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).