From patchwork Fri May 26 18:36:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Zhou X-Patchwork-Id: 767513 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wZFHL1Py4z9s7B for ; Sat, 27 May 2017 04:37:34 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 51522CF6; Fri, 26 May 2017 18:37:12 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 99707892 for ; Fri, 26 May 2017 18:37:11 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 613A91D9 for ; Fri, 26 May 2017 18:37:11 +0000 (UTC) Received: by mail-pf0-f195.google.com with SMTP id w69so4591886pfk.1 for ; Fri, 26 May 2017 11:37:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:content-transfer-encoding; bh=veL1QdMhk/Y3fWc2KTuhlz4xv1fSnU+b2gVGVLMWgh8=; b=LkzCjNieD/KubYZCNfCR/+mDJRXiNeKayuySB8WvCQCJigjYdYK5H279AOV9v9uzcH KIblUeFPQ3GCa0tIqMrRbcGmnDb0/4DUGeWp6elUXJp5cQkCyZfdjO5QVKricuVOEsGC 39AQ9gCB9Z3ntFKQ5sXs6BGevy4ovCiR1EdNtRgndGlNaUUXylKRGuDHh0LPl1Ov4hiP 7EqW11FGN6+ffLyBT2Kr83bPmehQ2k/tXdJEMGa67ZnHzFOE1EmFY6rsBS4LYd9IHB3V ajxl2lr56I/lkukyMhbDanSXjAOlmoKjQ2JnB41JJUxyqtsEWvo3KPqVXbc0D2XxujEN pXoQ== X-Gm-Message-State: AODbwcDoupWP+mwGLryhnmF6Lt99ZiXUp9rJ3AViQWEslrXBv0GQ5mEt 5Lvu1cBml1FhyQla X-Received: by 10.84.214.150 with SMTP id j22mr59482960pli.133.1495823831007; Fri, 26 May 2017 11:37:11 -0700 (PDT) Received: from ubuntu.localdomain ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id m123sm2953463pfc.51.2017.05.26.11.37.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 26 May 2017 11:37:10 -0700 (PDT) From: Andy Zhou To: dev@openvswitch.org Date: Fri, 26 May 2017 11:36:53 -0700 Message-Id: <1495823813-73050-2-git-send-email-azhou@ovn.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1495823813-73050-1-git-send-email-azhou@ovn.org> References: <1495823813-73050-1-git-send-email-azhou@ovn.org> X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH 2/2] faq: Expand on answer about OVS meter action support X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Andy Zhou Acked-by: Ben Pfaff --- Documentation/faq/qos.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.