From patchwork Sun Jun 9 23:23:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 1112767 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.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 45MXQS41TVz9s4V for ; Mon, 10 Jun 2019 09:24:00 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id F3BAEBE4; Sun, 9 Jun 2019 23:23:58 +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 B89ABB8F for ; Sun, 9 Jun 2019 23:23:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2F3DE76F for ; Sun, 9 Jun 2019 23:23:56 +0000 (UTC) X-Originating-IP: 75.54.222.30 Received: from sigill.attlocal.net (75-54-222-30.lightspeed.rdcyca.sbcglobal.net [75.54.222.30]) (Authenticated sender: blp@ovn.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id DD26640005; Sun, 9 Jun 2019 23:23:48 +0000 (UTC) From: Ben Pfaff To: dev@openvswitch.org Date: Sun, 9 Jun 2019 16:23:40 -0700 Message-Id: <20190609232342.14405-1-blp@ovn.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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 v2 0/2] Enable OpenFlow 1.5 by default 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: , Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org v1->v2: * Applied first 8 patches (thanks Numan) and dropped from series. * Rebased and reposted. Ben Pfaff (2): ofp-actions: Support OF1.5 meter action. OpenFlow: Enable OpenFlow 1.5 by default. Documentation/faq/openflow.rst | 27 ++-- .../group-selection-method-property.txt | 16 +-- Documentation/topics/openflow.rst | 6 - NEWS | 4 + include/openvswitch/ofp-actions.h | 4 +- include/openvswitch/ofp-protocol.h | 5 +- lib/ofp-actions.c | 117 +++++++++++++----- lib/ofp-version-opt.h | 2 +- lib/ofp-version.man | 7 +- lib/ovs-actions.xml | 11 +- tests/ofp-actions.at | 3 + tests/test-vconn.c | 14 +-- vswitchd/vswitch.xml | 13 +- 13 files changed, 139 insertions(+), 90 deletions(-)