From patchwork Wed Jun 14 15:21:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 775832 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 3wnr2X1gbGz9s4s for ; Thu, 15 Jun 2017 01:21:40 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id BC249A6E; Wed, 14 Jun 2017 15:21:36 +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 8B69898C for ; Wed, 14 Jun 2017 15:21:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 295AE203 for ; Wed, 14 Jun 2017 15:21:35 +0000 (UTC) Received: from mfilter21-d.gandi.net (mfilter21-d.gandi.net [217.70.178.149]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id AD536FB882; Wed, 14 Jun 2017 17:21:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter21-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter21-d.gandi.net (mfilter21-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id J1Q7R9z8LU5K; Wed, 14 Jun 2017 17:21:32 +0200 (CEST) X-Originating-IP: 173.228.112.24 Received: from sigabrt.gateway.sonic.net (173-228-112-24.dsl.dynamic.fusionbroadband.com [173.228.112.24]) (Authenticated sender: blp@ovn.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 8A49BFB8CC; Wed, 14 Jun 2017 17:21:29 +0200 (CEST) From: Ben Pfaff To: dev@openvswitch.org Date: Wed, 14 Jun 2017 08:21:24 -0700 Message-Id: <20170614152124.1076-1-blp@ovn.org> X-Mailer: git-send-email 2.10.2 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Ben Pfaff Subject: [ovs-dev] [PATCH] openflow.rst: Update to reflect current status. 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 OpenFlow 1.1 and 1.2 support is complete. Simon Horman is not known to be working on flow entry notifications. Signed-off-by: Ben Pfaff Acked-by: Greg Rose --- Documentation/topics/openflow.rst | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/Documentation/topics/openflow.rst b/Documentation/topics/openflow.rst index 00e65411c455..6f71d6c752fc 100644 --- a/Documentation/topics/openflow.rst +++ b/Documentation/topics/openflow.rst @@ -75,28 +75,12 @@ Here are the current approaches in a few tricky areas: OpenFlow 1.1 ------------ -The list of remaining work items for OpenFlow 1.1 is below. It is probably -incomplete. - -* Match and set double-tagged VLANs (QinQ). - - This requires kernel work for reasonable performance. - - (optional for OF1.1+) - -* VLANs tagged with 88a8 Ethertype. - - This requires kernel work for reasonable performance. - - (required for OF1.1+) +OpenFlow 1.1 support is believed to be complete. OpenFlow 1.2 ------------ -OpenFlow 1.2 support requires OpenFlow 1.1 as a prerequisite. All the -additional work specific to Openflow 1.2 are complete. (This is based on the -change log at the end of the OF1.2 spec. I didn't compare the specs carefully -yet.) +OpenFlow 1.2 support is believed to be complete. OpenFlow 1.3 ------------ @@ -170,8 +154,7 @@ in OVS. * Flow entry notifications - This seems to be modelled after OVS's NXST_FLOW_MONITOR. (Simon Horman is - working on this.) + This seems to be modelled after OVS's NXST_FLOW_MONITOR. (EXT-187) (optional for OF1.4+)