[V1] test_plans/vhost_event_idx_interrupt_test_plan: fix lcore index error

Message ID 20221222031009.175142-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/vhost_event_idx_interrupt_test_plan: fix lcore index error |

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 Dec. 22, 2022, 3:10 a.m. UTC
  Fix lcore index error in testcase2&3.

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

Comments

He, Xingguang Dec. 22, 2022, 9:39 a.m. UTC | #1
> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Thursday, December 22, 2022 11:10 AM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] test_plans/vhost_event_idx_interrupt_test_plan:
> fix lcore index error
> 
> Fix lcore index error in testcase2&3.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---

Acked-by: Xingguang He<xingguang.he@intel.com>
  
Tu, Lijuan Dec. 26, 2022, 4:48 a.m. UTC | #2
On Thu, 22 Dec 2022 11:10:09 +0800, Wei Ling <weix.ling@intel.com> wrote:
> Fix lcore index error in testcase2&3.
> 
> 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/vhost_event_idx_interrupt_test_plan.rst b/test_plans/vhost_event_idx_interrupt_test_plan.rst
index cca91dae..18e66efb 100644
--- a/test_plans/vhost_event_idx_interrupt_test_plan.rst
+++ b/test_plans/vhost_event_idx_interrupt_test_plan.rst
@@ -126,10 +126,10 @@  Test Case 2: wake up split ring vhost-user cores with event idx interrupt mode 1
 
 6. Check vhost related cores are waked up with l3fwd-power log, such as following::
 
-    L3FWD_POWER: lcore 0 is waked up from rx interrupt on port 0 queue 0
+    L3FWD_POWER: lcore 1 is waked up from rx interrupt on port 0 queue 0
     ...
     ...
-    L3FWD_POWER: lcore 15 is waked up from rx interrupt on port 0 queue 15
+    L3FWD_POWER: lcore 16 is waked up from rx interrupt on port 0 queue 15
 
 Test Case 3: wake up split ring vhost-user cores by multi virtio-net in VMs with event idx interrupt mode
 =========================================================================================================
@@ -299,10 +299,10 @@  Test Case 5: wake up packed ring vhost-user cores with event idx interrupt mode
 
 6. Check vhost related cores are waked up with l3fwd-power log, such as following::
 
-    L3FWD_POWER: lcore 0 is waked up from rx interrupt on port 0 queue 0
+    L3FWD_POWER: lcore 1 is waked up from rx interrupt on port 0 queue 0
     ...
     ...
-    L3FWD_POWER: lcore 15 is waked up from rx interrupt on port 0 queue 15
+    L3FWD_POWER: lcore 16 is waked up from rx interrupt on port 0 queue 15
 
 Test Case 6: wake up packed ring vhost-user cores by multi virtio-net in VMs with event idx interrupt mode
 ==========================================================================================================