Signed-off-by: Ben Pfaff <[email protected]> --- Documentation/faq/qos.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/faq/qos.rst b/Documentation/faq/qos.rst index 1cd01f67fc9c..53ad89809671 100644 --- a/Documentation/faq/qos.rst +++ b/Documentation/faq/qos.rst @@ -164,6 +164,6 @@ 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. Currently, only the userspace datapath implements - meters. + A: Open vSwitch 2.0 added OpenFlow protocol support for OpenFlow meters. + Open vSwitch 2.7 implemented meters in the userspace datapath. Open + vSwitch 2.10 implemented meters in the Linux kernel datapath. -- 2.16.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
