test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 1/3] test_plans/vf_macfilter: change "igb_uio" to "vfio-pci" in kernel pf cases
@ 2023-04-18  9:11 Lingli Chen
  2023-04-18  9:11 ` [dts][PATCH V1 2/3] tests/ddp_gtp: skip igb_uio cases Lingli Chen
  2023-04-18  9:11 ` [dts][PATCH V1 3/3] tests/ddp_mpls: " Lingli Chen
  0 siblings, 2 replies; 3+ messages in thread
From: Lingli Chen @ 2023-04-18  9:11 UTC (permalink / raw)
  To: dts; +Cc: Lingli Chen

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-18 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18  9:11 [dts][PATCH V1 1/3] test_plans/vf_macfilter: change "igb_uio" to "vfio-pci" in kernel pf cases Lingli Chen
2023-04-18  9:11 ` [dts][PATCH V1 2/3] tests/ddp_gtp: skip igb_uio cases Lingli Chen
2023-04-18  9:11 ` [dts][PATCH V1 3/3] tests/ddp_mpls: " Lingli Chen

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).