diff mbox series

[ovs-dev] FAQ: State that the userspace datapath implements meters.

Message ID 1507931867-3400-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev] FAQ: State that the userspace datapath implements meters. | expand

Commit Message

Justin Pettit Oct. 13, 2017, 9:57 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 Documentation/faq/qos.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Ben Pfaff Oct. 13, 2017, 10:20 p.m. UTC | #1
On Fri, Oct 13, 2017 at 02:57:47PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Oct. 13, 2017, 10:26 p.m. UTC | #2
> On Oct 13, 2017, at 3:20 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Fri, Oct 13, 2017 at 02:57:47PM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed this to master and branch-2.8.

--Justin
diff mbox series

Patch

diff --git a/Documentation/faq/qos.rst b/Documentation/faq/qos.rst
index ad3d95bf4fc0..1cd01f67fc9c 100644
--- a/Documentation/faq/qos.rst
+++ b/Documentation/faq/qos.rst
@@ -165,7 +165,5 @@  as well as I expect.
 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)
-    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.
+    OpenFlow meters.  Currently, only the userspace datapath implements
+    meters.