Re: [ovs-dev] [PATCH] Typo fix: vswtich -> vswitch.

2020-01-17 Thread Ben Pfaff
On Fri, Jan 17, 2020 at 04:58:32PM +0530, Numan Siddique wrote:
> On Fri, Jan 17, 2020 at 5:52 AM Ben Pfaff  wrote:
> >
> > Signed-off-by: Ben Pfaff 
> 
> Acked-by: Numan Siddique 

Thanks, applied to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] Typo fix: vswtich -> vswitch.

2020-01-17 Thread Numan Siddique
On Fri, Jan 17, 2020 at 5:52 AM Ben Pfaff  wrote:
>
> Signed-off-by: Ben Pfaff 

Acked-by: Numan Siddique 

Numan

> ---
>  NEWS  | 2 +-
>  tests/ofproto-dpif.at | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index 4d56eee31900..1df105c41c95 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -28,7 +28,7 @@ Post-v2.12.0
>   * Add support for DPDK 19.11.
> - RSTP:
>   * The rstp_statistics column in Port table will only be updated every
> -   stats-update-interval configured in Open_vSwtich table.
> +   stats-update-interval configured in Open_vSwitch table.
> - OVSDB:
>   * When ovsdb-server is running in backup mode, the default value of 
> probe
> interval is increased to 60 seconds for the connection to the
> diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
> index 88acc4b1ab06..ff1cc93707b8 100644
> --- a/tests/ofproto-dpif.at
> +++ b/tests/ofproto-dpif.at
> @@ -7970,7 +7970,7 @@ dl_src=60:66:66:66:66:01 
> actions=pop_mpls:0x8847,controller
>  AT_CHECK([ovs-ofctl add-flows br0 flows.txt])
>
>  dnl Packet is dropped because an MPLS PUSH action is applied to a packet with
> -dnl 4 MPLS LSEs but ovs-vswtichd can only handle up to 3 MPLS LSEs and thus
> +dnl 4 MPLS LSEs but ovs-vswitchd can only handle up to 3 MPLS LSEs and thus
>  dnl can't determine the resulting MPLS label after MPLS push/pop actions.
>  dnl
>  dnl The input is a frame with two MPLS headers which tcpdump -vve shows as:
> --
> 2.23.0
>
> ___
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] Typo fix: vswtich -> vswitch.

2020-01-16 Thread Ben Pfaff
Signed-off-by: Ben Pfaff 
---
 NEWS  | 2 +-
 tests/ofproto-dpif.at | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 4d56eee31900..1df105c41c95 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Post-v2.12.0
  * Add support for DPDK 19.11.
- RSTP:
  * The rstp_statistics column in Port table will only be updated every
-   stats-update-interval configured in Open_vSwtich table.
+   stats-update-interval configured in Open_vSwitch table.
- OVSDB:
  * When ovsdb-server is running in backup mode, the default value of probe
interval is increased to 60 seconds for the connection to the
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 88acc4b1ab06..ff1cc93707b8 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -7970,7 +7970,7 @@ dl_src=60:66:66:66:66:01 
actions=pop_mpls:0x8847,controller
 AT_CHECK([ovs-ofctl add-flows br0 flows.txt])
 
 dnl Packet is dropped because an MPLS PUSH action is applied to a packet with
-dnl 4 MPLS LSEs but ovs-vswtichd can only handle up to 3 MPLS LSEs and thus
+dnl 4 MPLS LSEs but ovs-vswitchd can only handle up to 3 MPLS LSEs and thus
 dnl can't determine the resulting MPLS label after MPLS push/pop actions.
 dnl
 dnl The input is a frame with two MPLS headers which tcpdump -vve shows as:
-- 
2.23.0

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev