[dts] [PATCH] tests/vhost_multi_queue_qemu: fix a minor typo

Rami Rosen ramirose at gmail.com
Fri Feb 15 11:53:22 CET 2019


This patch fixes a typo in vhost_multi_queue_qemu.py.

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_vhost_multi_queue_qemu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vhost_multi_queue_qemu.py b/tests/TestSuite_vhost_multi_queue_qemu.py
index e310a96..1232cf3 100644
--- a/tests/TestSuite_vhost_multi_queue_qemu.py
+++ b/tests/TestSuite_vhost_multi_queue_qemu.py
@@ -172,7 +172,7 @@ class TestVhostUserOneCopyOneVm(TestCase):
 
     def send_and_verify(self, verify_type):
         """
-        Verify the virtio-pmd can recive the data before/after change queue size
+        Verify the virtio-pmd can receive the data before/after change queue size
         While verify_type is "vhost queue = virtio queue", the vhost should forward all set of data
         While verify_type is "vhost queue < virtio queue", the vhost should forward all set of data
         While verify_type is "vhost queue > virtio queue", the vhost should forward at least one set of data
-- 
2.19.2



More information about the dts mailing list