[V1] test_plans/loopback_vhost_async_perf_dsa: fix testplan issue

Message ID 20230424073854.2368543-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/loopback_vhost_async_perf_dsa: fix testplan issue |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Ling, WeiX April 24, 2023, 7:38 a.m. UTC
  Fix testplan write wrong issue.

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

Comments

He, Xingguang April 26, 2023, 6:24 a.m. UTC | #1
> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Monday, April 24, 2023 3:39 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] test_plans/loopback_vhost_async_perf_dsa: fix
> testplan issue
> 
> Fix testplan write wrong issue.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Acked-by: Xingguang He<xingguang.he@intel.com>
  
Tu, Lijuan April 27, 2023, 7:44 a.m. UTC | #2
On Mon, 24 Apr 2023 15:38:54 +0800, Wei Ling <weix.ling@intel.com> wrote:
> Fix testplan write wrong issue.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks
  

Patch

diff --git a/test_plans/loopback_vhost_async_perf_dsa_test_plan.rst b/test_plans/loopback_vhost_async_perf_dsa_test_plan.rst
index 44d8e549..76ac0ddf 100644
--- a/test_plans/loopback_vhost_async_perf_dsa_test_plan.rst
+++ b/test_plans/loopback_vhost_async_perf_dsa_test_plan.rst
@@ -23,7 +23,7 @@  Common steps
 
 2. Bind 1 dsa device to vfio-pci::
 
-    ./usertools/dpdk-devbind.py -b idxd 0000:6f:01.0
+    ./usertools/dpdk-devbind.py -b vfio-pci 0000:6f:01.0
 
 Test Case 1: loopback vhost async test with split ring inorder mergeable path using IDXD kernel driver
 ------------------------------------------------------------------------------------------------------
@@ -53,7 +53,7 @@  Test Case 1: loopback vhost async test with split ring inorder mergeable path us
 
     testpmd>show port stats all
 
-5. Quit virtio-user, rerun step 2-4 with different pac    ket length, <frame_size> include [64, 128, 256, 512, 1024, 1518].
+5. Quit virtio-user, rerun step 2-4 with different packet length, <frame_size> include [64, 128, 256, 512, 1024, 1518].
 
 Test Case 2: loopback vhost async test with split ring inorder non-mergeable path using IDXD kernel driver
 ----------------------------------------------------------------------------------------------------------