* [dts] [PATCH] replace protocal with protocol in all test plans
@ 2019-04-29 19:12 Rami Rosen
2019-05-13 2:07 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-04-29 19:12 UTC (permalink / raw)
To: dts; +Cc: Rami Rosen
This patch replaces the word "protocal" with "protocol" in all
test plans.
Signed-off-by: Rami Rosen <ramirose@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] replace protocal with protocol in all test plans
2019-04-29 19:12 [dts] [PATCH] replace protocal with protocol in all test plans Rami Rosen
@ 2019-05-13 2:07 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-05-13 2:07 UTC (permalink / raw)
To: Rami Rosen, dts
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Tuesday, April 30, 2019 3:13 AM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] replace protocal with protocol in all test plans
>
> This patch replaces the word "protocal" with "protocol" in all test plans.
>
> Signed-off-by: Rami Rosen <ramirose@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,g
> uest_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,g
> uest_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_csu
> m=on,host_tso4=on,guest_tso4=on,guest_ecn=on,guest_ufo=on,host_ufo=o
> n \
> -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-13 2:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 19:12 [dts] [PATCH] replace protocal with protocol in all test plans Rami Rosen
2019-05-13 2:07 ` Tu, Lijuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).