[v2] test_plans/virtio_smoke_test_plan.rst
Commit Message
Change pvp case to function test.
Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
test_plans/virtio_smoke_test_plan.rst | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
Comments
> Change pvp case to function test.
>
> Signed-off-by: Yinan Wang <yinan.wang@intel.com>
Applied failed, please rework
error: corrupt patch at line 32
error: could not build fake ancestor
Patch failed at 0001 test_plans/virtio_smoke_test_plan.rst
@@ -92,9 +92,21 @@ Test Case 2: pvp test with virtio packed ring vectorized path
testpmd>set fwd mac
testpmd>start
-3. Send 64B and 1518B packets with packet generator, check the throughput with below command::
+3. Send 10 IP packets with 64B and 10 IP packets with 1518B to nic using scapy, check the ”RX-packets“ and ”TX-packets“ stats of virtio-user >= 20::
testpmd>show port stats all
+ ######################## NIC statistics for port 0 ########################
+ RX-packets: 20 RX-missed: 0 RX-bytes: 15740
+ RX-errors: 0
+ RX-nombuf: 0
+ TX-packets: 20 TX-errors: 0 TX-bytes: 15740
+
+ Throughput (since last show)
+ Rx-pps: 0 Rx-bps: 7232
+ Tx-pps: 0 Tx-bps: 7232
+ ############################################################################
--
2.25.1