{"id":807217,"url":"http://patchwork.ozlabs.org/api/1.0/covers/807217/?format=json","project":{"id":47,"url":"http://patchwork.ozlabs.org/api/1.0/projects/47/?format=json","name":"Open vSwitch","link_name":"openvswitch","list_id":"ovs-dev.openvswitch.org","list_email":"ovs-dev@openvswitch.org","web_url":"http://openvswitch.org/","scm_url":"git@github.com:openvswitch/ovs.git","webscm_url":"https://github.com/openvswitch/ovs"},"msgid":"<1504030862-14591-1-git-send-email-yi.y.yang@intel.com>","date":"2017-08-29T18:21:00","name":"[ovs-dev,v5,0/2] nsh: add new nsh key ttl and action dec_nsh_ttl","submitter":{"id":68962,"url":"http://patchwork.ozlabs.org/api/1.0/people/68962/?format=json","name":"Yang, Yi","email":"yi.y.yang@intel.com"},"series":[{"id":430,"url":"http://patchwork.ozlabs.org/api/1.0/series/430/?format=json","date":"2017-08-29T18:21:00","name":"nsh: add new nsh key ttl and action dec_nsh_ttl","version":5,"mbox":"http://patchwork.ozlabs.org/series/430/mbox/"}],"headers":{"Return-Path":"<ovs-dev-bounces@openvswitch.org>","X-Original-To":["incoming@patchwork.ozlabs.org","dev@openvswitch.org"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","ovs-dev@mail.linuxfoundation.org"],"Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=openvswitch.org\n\t(client-ip=140.211.169.12; helo=mail.linuxfoundation.org;\n\tenvelope-from=ovs-dev-bounces@openvswitch.org;\n\treceiver=<UNKNOWN>)","Received":["from mail.linuxfoundation.org (mail.linuxfoundation.org\n\t[140.211.169.12])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xhcW41bf1z9sMN\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 30 Aug 2017 04:25:03 +1000 (AEST)","from mail.linux-foundation.org (localhost [127.0.0.1])\n\tby mail.linuxfoundation.org (Postfix) with ESMTP id 87815AF0;\n\tTue, 29 Aug 2017 18:25:01 +0000 (UTC)","from smtp1.linuxfoundation.org (smtp1.linux-foundation.org\n\t[172.17.192.35])\n\tby mail.linuxfoundation.org (Postfix) with ESMTPS id B09A2258\n\tfor <dev@openvswitch.org>; Tue, 29 Aug 2017 18:24:59 +0000 (UTC)","from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby smtp1.linuxfoundation.org (Postfix) with ESMTPS id D07E6E3\n\tfor <dev@openvswitch.org>; Tue, 29 Aug 2017 18:24:58 +0000 (UTC)","from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga105.jf.intel.com with ESMTP; 29 Aug 2017 11:24:58 -0700","from unknown (HELO localhost.localdomain.bj.intel.com)\n\t([10.240.224.185])\n\tby orsmga003.jf.intel.com with ESMTP; 29 Aug 2017 11:24:56 -0700"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","X-ExtLoop1":"1","X-IronPort-AV":"E=Sophos; i=\"5.41,445,1498546800\"; d=\"scan'208\";\n\ta=\"1008955758\"","From":"Yi Yang <yi.y.yang@intel.com>","To":"dev@openvswitch.org","Date":"Wed, 30 Aug 2017 02:21:00 +0800","Message-Id":"<1504030862-14591-1-git-send-email-yi.y.yang@intel.com>","X-Mailer":"git-send-email 2.1.0","X-Spam-Status":"No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,\n\tRP_MATCHES_RCVD autolearn=disabled version=3.3.1","X-Spam-Checker-Version":"SpamAssassin 3.3.1 (2010-03-16) on\n\tsmtp1.linux-foundation.org","Cc":"e@erig.me, jbenc@redhat.com","Subject":"[ovs-dev] [PATCH v5 0/2] nsh: add new nsh key ttl and action\n\tdec_nsh_ttl","X-BeenThere":"ovs-dev@openvswitch.org","X-Mailman-Version":"2.1.12","Precedence":"list","List-Id":"<ovs-dev.openvswitch.org>","List-Unsubscribe":"<https://mail.openvswitch.org/mailman/options/ovs-dev>,\n\t<mailto:ovs-dev-request@openvswitch.org?subject=unsubscribe>","List-Archive":"<http://mail.openvswitch.org/pipermail/ovs-dev/>","List-Post":"<mailto:ovs-dev@openvswitch.org>","List-Help":"<mailto:ovs-dev-request@openvswitch.org?subject=help>","List-Subscribe":"<https://mail.openvswitch.org/mailman/listinfo/ovs-dev>,\n\t<mailto:ovs-dev-request@openvswitch.org?subject=subscribe>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"ovs-dev-bounces@openvswitch.org","Errors-To":"ovs-dev-bounces@openvswitch.org"},"content":"v4->v5\n  - Remove fix patch 1 in v4 because it is merged\n  - Fix several comments by Jan Scheurich\n\nv3->v4\n  - Add new action dec_nsh_ttl\n  - Remove encap_nsh and decap_nsh changes\n  - Remove netlink rework to adapt to OVS 2.8\n  - Dynamically allocate struct ovs_action_encap_nsh and put\n    appropriate size for ENCAP_NSH netlink message.\n\nv2->v3\n  - Fix several comments Jan Scheurich\n\nv1->v2\n  - Rework per kernel datapath review comments\n  - Add new NSH key ttl\n  - Add many helpers in nsh.h and replace much code\n    with these helpers\n  - nsh.h includes the lasted NSH spec\n  - bits of flags and mdtype have a change\n\nThis patch adds new NSH key 'ttl' and a new action\ndec_nsh_ttl to follow the lasted IETF NSH draft:\n\nhttps://datatracker.ietf.org/doc/draft-ietf-sfc-nsh/\n\nI have double confirmed from one of its authors, this\nis a final version which will be approved as IETF RFC,\nthe NSH header format won't be change anymore.\n\nYi Yang (2):\n  nsh: add new flow key 'ttl'\n  nsh: add dec_nsh_ttl action\n\n datapath/linux/compat/include/linux/openvswitch.h |  17 +-\n include/openvswitch/flow.h                        |   6 +-\n include/openvswitch/match.h                       |   6 +\n include/openvswitch/meta-flow.h                   |  31 +-\n include/openvswitch/nsh.h                         | 326 ++++++++++++++++++++--\n include/openvswitch/ofp-actions.h                 |   1 +\n include/openvswitch/packets.h                     |  18 +-\n lib/flow.c                                        |  64 ++---\n lib/flow.h                                        |   2 +-\n lib/match.c                                       |  56 +++-\n lib/meta-flow.c                                   |  49 +++-\n lib/meta-flow.xml                                 |   9 +-\n lib/nx-match.c                                    |  33 ++-\n lib/odp-execute.c                                 |  16 +-\n lib/odp-util.c                                    | 173 ++++++------\n lib/ofp-actions.c                                 |  49 ++++\n lib/packets.c                                     |   5 +-\n ofproto/ofproto-dpif-xlate.c                      |  41 ++-\n tests/nsh.at                                      |  61 ++--\n utilities/ovs-ofctl.8.in                          |  13 +-\n 20 files changed, 709 insertions(+), 267 deletions(-)"}