diff mbox series

[ovs-dev,PATCHv2] faq: update the ERSPAN/GRE tunnel feature.

Message ID 1541779892-14565-1-git-send-email-u9012063@gmail.com
State Accepted
Headers show
Series [ovs-dev,PATCHv2] faq: update the ERSPAN/GRE tunnel feature. | expand

Commit Message

William Tu Nov. 9, 2018, 4:11 p.m. UTC
Add ERSPAN/GRE tunnel to datapath feature comparison table.

Signed-off-by: William Tu <u9012063@gmail.com>
---
 Documentation/faq/releases.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Gregory Rose Nov. 9, 2018, 4:31 p.m. UTC | #1
On 11/9/2018 8:11 AM, William Tu wrote:
> Add ERSPAN/GRE tunnel to datapath feature comparison table.
>
> Signed-off-by: William Tu <u9012063@gmail.com>
> ---
>   Documentation/faq/releases.rst | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
> index 17d66fc6a7c6..45d2c277cd83 100644
> --- a/Documentation/faq/releases.rst
> +++ b/Documentation/faq/releases.rst
> @@ -114,9 +114,11 @@ Q: Are all features available with all datapaths?
>       Tunnel - GRE          3.11           YES            YES       YES
>       Tunnel - VXLAN        3.12           YES            YES       YES
>       Tunnel - Geneve       3.18           YES            YES       YES
> -    Tunnel - GRE-IPv6     NO             NO             YES       NO
> +    Tunnel - GRE-IPv6     4.18           YES            YES       NO
>       Tunnel - VXLAN-IPv6   4.3            YES            YES       NO
>       Tunnel - Geneve-IPv6  4.4            YES            YES       NO
> +    Tunnel - ERSPAN       4.18           YES            YES       NO
> +    Tunnel - ERSPAN-IPv6  4.18           YES            YES       NO
>       QoS - Policing        YES            YES            YES       NO
>       QoS - Shaping         YES            YES            NO        NO
>       sFlow                 YES            YES            YES       NO
> @@ -239,6 +241,7 @@ packaged with Open vSwitch?
>       GRE      3.11
>       VXLAN    3.12
>       Geneve   3.18
> +    ERSPAN   4.18
>       LISP     not upstream
>       STT      not upstream
>       ======== ============

LGTM

Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Ben Pfaff Nov. 9, 2018, 9:08 p.m. UTC | #2
On Fri, Nov 09, 2018 at 08:31:32AM -0800, Gregory Rose wrote:
> On 11/9/2018 8:11 AM, William Tu wrote:
> >Add ERSPAN/GRE tunnel to datapath feature comparison table.
> >
> >Signed-off-by: William Tu <u9012063@gmail.com>
> >---
> >  Documentation/faq/releases.rst | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
> >
> >diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
> >index 17d66fc6a7c6..45d2c277cd83 100644
> >--- a/Documentation/faq/releases.rst
> >+++ b/Documentation/faq/releases.rst
> >@@ -114,9 +114,11 @@ Q: Are all features available with all datapaths?
> >      Tunnel - GRE          3.11           YES            YES       YES
> >      Tunnel - VXLAN        3.12           YES            YES       YES
> >      Tunnel - Geneve       3.18           YES            YES       YES
> >-    Tunnel - GRE-IPv6     NO             NO             YES       NO
> >+    Tunnel - GRE-IPv6     4.18           YES            YES       NO
> >      Tunnel - VXLAN-IPv6   4.3            YES            YES       NO
> >      Tunnel - Geneve-IPv6  4.4            YES            YES       NO
> >+    Tunnel - ERSPAN       4.18           YES            YES       NO
> >+    Tunnel - ERSPAN-IPv6  4.18           YES            YES       NO
> >      QoS - Policing        YES            YES            YES       NO
> >      QoS - Shaping         YES            YES            NO        NO
> >      sFlow                 YES            YES            YES       NO
> >@@ -239,6 +241,7 @@ packaged with Open vSwitch?
> >      GRE      3.11
> >      VXLAN    3.12
> >      Geneve   3.18
> >+    ERSPAN   4.18
> >      LISP     not upstream
> >      STT      not upstream
> >      ======== ============
> 
> LGTM
> 
> Reviewed-by: Greg Rose <gvrose8192@gmail.com>

Thanks William and Greg.  Applied to master.
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 17d66fc6a7c6..45d2c277cd83 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -114,9 +114,11 @@  Q: Are all features available with all datapaths?
     Tunnel - GRE          3.11           YES            YES       YES
     Tunnel - VXLAN        3.12           YES            YES       YES
     Tunnel - Geneve       3.18           YES            YES       YES
-    Tunnel - GRE-IPv6     NO             NO             YES       NO
+    Tunnel - GRE-IPv6     4.18           YES            YES       NO
     Tunnel - VXLAN-IPv6   4.3            YES            YES       NO
     Tunnel - Geneve-IPv6  4.4            YES            YES       NO
+    Tunnel - ERSPAN       4.18           YES            YES       NO
+    Tunnel - ERSPAN-IPv6  4.18           YES            YES       NO
     QoS - Policing        YES            YES            YES       NO
     QoS - Shaping         YES            YES            NO        NO
     sFlow                 YES            YES            YES       NO
@@ -239,6 +241,7 @@  packaged with Open vSwitch?
     GRE      3.11
     VXLAN    3.12
     Geneve   3.18
+    ERSPAN   4.18
     LISP     not upstream
     STT      not upstream
     ======== ============