From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: zhiminx.huang@intel.com, Lingli Chen <linglix.chen@intel.com>
Subject: [dts][PATCH V1 1/5] test_plans/vf_macfilter: change "igb_uio" to "vfio-pci" in kernel pf cases
Date: Thu, 20 Apr 2023 03:05:02 -0400 [thread overview]
Message-ID: <20230420070506.10015-2-linglix.chen@intel.com> (raw)
In-Reply-To: <20230420070506.10015-1-linglix.chen@intel.com>
change "igb_uio" to "vfio-pci" in kernel pf cases in the testplan
Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
test_plans/vf_macfilter_test_plan.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilter_test_plan.rst
index 583d4cae..bcb0ee6a 100644
--- a/test_plans/vf_macfilter_test_plan.rst
+++ b/test_plans/vf_macfilter_test_plan.rst
@@ -66,10 +66,10 @@ Test Case 1: test_kernel_2pf_2vf_1vm_iplink_macfilter
-device pci-assign,host=81:0a.0,id=pt_1
5. Login vm0, got VFs pci device id in vm0, assume they are 00:06.0 & 00:07.0,
- bind them to igb_uio driver, and then start testpmd, enable CRC strip,
+ bind them to vfio-pci driver, and then start testpmd, enable CRC strip,
disable promisc mode,set it in mac forward mode::
- ./usertools/dpdk-devbind.py --bind=igb_uio 00:06.0 00:07.0
+ ./usertools/dpdk-devbind.py --bind=vfio-pci 00:06.0 00:07.0
if test IAVF, start up VF port::
@@ -155,10 +155,10 @@ Test Case 2: test_kernel_2pf_2vf_1vm_mac_add_filter
-device pci-assign,host=81:0a.0,id=pt_1
5. login vm0, got VFs pci device id in vm0, assume they are 00:06.0 & 00:07.0,
- bind them to igb_uio driver, and then start testpmd, enable CRC strip on
+ bind them to vfio-pci driver, and then start testpmd, enable CRC strip on
VF, disable promisc mode, add a new MAC to VF0 and then start::
- ./usertools/dpdk-devbind.py --bind=igb_uio 00:06.0 00:07.0
+ ./usertools/dpdk-devbind.py --bind=vfio-pci 00:06.0 00:07.0
if test IAVF, start up VF port::
--
2.17.1
next prev parent reply other threads:[~2023-04-20 8:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 7:05 [dts][PATCH V1 0/5] skip DPDK PF as host related cases Lingli Chen
2023-04-20 7:05 ` Lingli Chen [this message]
2023-04-20 7:05 ` [dts][PATCH V1 2/5] test_plans/ddp_gtp: add note Lingli Chen
2023-04-20 7:05 ` [dts][PATCH V1 3/5] tests/ddp_gtp: skip igb_uio cases Lingli Chen
2023-04-20 7:05 ` [dts][PATCH V1 4/5] test_plans/ddp_mpls: add note Lingli Chen
2023-04-20 7:05 ` [dts][PATCH V1 5/5] tests/ddp_mpls: skip igb_uio cases Lingli Chen
2023-04-21 2:43 ` Huang, ZhiminX
2023-04-24 1:29 ` Li, WeiyuanX
2023-04-26 3:02 ` lijuan.tu
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=20230420070506.10015-2-linglix.chen@intel.com \
--to=linglix.chen@intel.com \
--cc=dts@dpdk.org \
--cc=zhiminx.huang@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).