From 6223766f96c469e42d6855c4b5933e7a9e06d621 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 29 May 2020 23:03:06 -0400 Subject: libmemif: clean up typos Type: style Change-Id: I0d25d922312dfd60a665916cf47c3d2faa29ea49 Signed-off-by: Paul Vinciguerra --- extras/libmemif/docs/devperftest_doc.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extras/libmemif/docs') diff --git a/extras/libmemif/docs/devperftest_doc.md b/extras/libmemif/docs/devperftest_doc.md index a2748cadca7..4c210f5b514 100644 --- a/extras/libmemif/docs/devperftest_doc.md +++ b/extras/libmemif/docs/devperftest_doc.md @@ -1,6 +1,6 @@ ## Development performance test {#libmemif_devperftest_doc} -Simle test cases using ICMP. icmpr-epoll example app generates and transmits packets over memif interface. +Simple test cases using ICMP. icmpr-epoll example app generates and transmits packets over memif interface. #### TC1: LIB-VPP @@ -29,9 +29,9 @@ send 0 5 192.168.1.1 02:fe:ff:ff:ff:ff ``` this command will create new thread which will generate icmp packets and transmit them over memif connection with specified index. Once the sequence is finished status will be printed. -###### Example results (owerview of test data) +###### Example results (overview of test data) -(This test was run with modofication in VPP-memif plugin. The modification disallows memif tx node to allocate last ring buffer) +(This test was run with modification in VPP-memif plugin. The modification disallows memif tx node to allocate last ring buffer) lib-tx: 200M (if ring full don't drop packets) vpp-rx: 200M vpp-tx: 200M - 50K (if ring full drop packets) @@ -58,7 +58,7 @@ send 0 5 192.168.1.1 aa:aa:aa:aa:aa:aa ``` > icmpr-epoll example app doesn't check ip or mac address so as long as the format is correct you can type anything as ip_daddr and hw_daddr arguments. -###### Example results (owerview of test data) +###### Example results (overview of test data) lib1-tx: 200M (if ring full don't drop packets) lib2-rx: 200M @@ -67,7 +67,7 @@ lib1-rx: 200M drop: obsolete pps: 4.5M multiple interfaces: -not tested (excpected same as TC1) +not tested (expected same as TC1) #### TC3: LIB-LIB @@ -82,7 +82,7 @@ conn 0 0 1 send 0 5 192.168.1.1 aa:aa:aa:aa:aa:aa ``` -###### Example results (owerview of test data) +###### Example results (overview of test data) lib1-tx: 200M (if ring full don't drop packets) lib2-rx: 200M @@ -91,4 +91,4 @@ lib1-rx: =lib2-tx drop: ~15% pps: ~6M multiple interfaces: -not tested (excpected same as TC1) +not tested (expected same as TC1) -- cgit 1.2.3-korg