diff mbox

[ovs-dev,2/2] faq: Expand on answer about OVS meter action support

Message ID 1495823813-73050-2-git-send-email-azhou@ovn.org
State Accepted
Headers show

Commit Message

Andy Zhou May 26, 2017, 6:36 p.m. UTC
Signed-off-by: Andy Zhou <azhou@ovn.org>
---
 Documentation/faq/qos.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Ben Pfaff May 26, 2017, 6:41 p.m. UTC | #1
On Fri, May 26, 2017 at 11:36:53AM -0700, Andy Zhou wrote:
> Signed-off-by: Andy Zhou <azhou@ovn.org>

For both:
Acked-by: Ben Pfaff <blp@ovn.org>

Thank you!
Andy Zhou May 26, 2017, 8:40 p.m. UTC | #2
On Fri, May 26, 2017 at 11:41 AM, Ben Pfaff <blp@ovn.org> wrote:
> On Fri, May 26, 2017 at 11:36:53AM -0700, Andy Zhou wrote:
>> Signed-off-by: Andy Zhou <azhou@ovn.org>
>
> For both:
> Acked-by: Ben Pfaff <blp@ovn.org>
>
> Thank you!

Thanks Ben. Pushed to master.
diff mbox

Patch

diff --git a/Documentation/faq/qos.rst b/Documentation/faq/qos.rst
index 65a14eb9f3b2..ad3d95bf4fc0 100644
--- a/Documentation/faq/qos.rst
+++ b/Documentation/faq/qos.rst
@@ -166,4 +166,6 @@  Q: Does Open vSwitch support OpenFlow meters?
 
     A: Since version 2.0, Open vSwitch has OpenFlow protocol support for
     OpenFlow meters.  There is no implementation of meters in the Open vSwitch
-    software switch (neither the kernel-based nor userspace switches).
+    software switch (neither the kernel-based nor userspace switches)
+    prior to version 2.8. Userspace switch meter implementation has been
+    added to the master branch and is planned to be part of 2.8 release.