[dts] [PATCH] replace protocal with protocol in all test plans

Rami Rosen ramirose at gmail.com
Mon Apr 29 21:12:53 CEST 2019


This patch replaces the word "protocal" with "protocol" in all
test plans.

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 test_plans/l3fwdacl_test_plan.rst              |  4 ++--
 test_plans/pmd_bonded_8023ad_test_plan.rst     |  2 +-
 test_plans/vm2vm_virtio_net_perf_test_plan.rst | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/test_plans/l3fwdacl_test_plan.rst b/test_plans/l3fwdacl_test_plan.rst
index 5e5b854..9fd5e50 100644
--- a/test_plans/l3fwdacl_test_plan.rst
+++ b/test_plans/l3fwdacl_test_plan.rst
@@ -136,7 +136,7 @@ Ipv4 packet match destination port 101 will be dropped::
     Send one ipv4 packet with destination port 101 will be dropped.
     Send one ipv4 packet with destination port 1 will be forwarded to PORT0
 
-Ipv4 packet match protocal TCP will be dropped::
+Ipv4 packet match protocol TCP will be dropped::
 
     Add one ACL rule and default route rule in /root/rule_ipv4.db
     @0.0.0.0/0 0.0.0.0/0 0 : 65535 0 : 65535 6/0xff
@@ -231,7 +231,7 @@ Ipv6 packet match destination port 101 will be dropped::
     Send one ipv6 packet with destination port 101 will be dropped.
     Send one ipv6 packet with destination port 1 will be forwarded to PORT0
 
-Ipv6 packet match protocal TCP will be dropped::
+Ipv6 packet match protocol TCP will be dropped::
 
     Add one ACL rule and default route rule in /root/rule_ipv6.db
     @0:0:0:0:0:0:0:0/0 0:0:0:0:0:0:0:0/0 0 : 65535 0 : 65535 6/0xff
diff --git a/test_plans/pmd_bonded_8023ad_test_plan.rst b/test_plans/pmd_bonded_8023ad_test_plan.rst
index 4e45e08..45a8fca 100644
--- a/test_plans/pmd_bonded_8023ad_test_plan.rst
+++ b/test_plans/pmd_bonded_8023ad_test_plan.rst
@@ -39,7 +39,7 @@ testpmd.
 link bonding mode 4 is IEEE 802.3ad Dynamic link aggregation. Creates
 aggregation groups that share the same speed and duplex settings. Utilizes all
 slaves in the active aggregator according to the 802.3ad specification. DPDK
-realize it based on 802.1AX specification, it includes LACP protocal and Marker
+realize it based on 802.1AX specification, it includes LACP protocol and Marker
 protocol. This mode requires a switch that supports IEEE 802.3ad Dynamic link
 aggregation.
 
diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
index 6ae4339..a822e49 100644
--- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
@@ -74,12 +74,12 @@ Test Case 1: vhost-user + virtio-net VM2VM with tcp traffic
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=on,csum=on,gso=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on  \
      -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
@@ -124,12 +124,12 @@ Test Case 2: vhost-user + virtio-net VM2VM zero-copy with tcp traffic
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=on,csum=on,gso=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on  \
      -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
@@ -174,12 +174,12 @@ Test Case 3: vhost-user + virtio-net VM2VM with udp traffic
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=on,csum=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on,guest_ufo=on,host_ufo=on \
      -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
-- 
1.8.3.1



More information about the dts mailing list