Show a cover letter.

GET /api/covers/806750/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 806750,
    "url": "http://patchwork.ozlabs.org/api/covers/806750/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1503948295.git.jbenc@redhat.com/",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<cover.1503948295.git.jbenc@redhat.com>",
    "list_archive_url": null,
    "date": "2017-08-28T19:43:20",
    "name": "[net-next,0/4] nsh: headers, GSO",
    "submitter": {
        "id": 9287,
        "url": "http://patchwork.ozlabs.org/api/people/9287/?format=api",
        "name": "Jiri Benc",
        "email": "jbenc@redhat.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/cover.1503948295.git.jbenc@redhat.com/mbox/",
    "series": [
        {
            "id": 248,
            "url": "http://patchwork.ozlabs.org/api/series/248/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=248",
            "date": "2017-08-28T19:43:20",
            "name": "nsh: headers, GSO",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/248/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/806750/comments/",
    "headers": {
        "Return-Path": "<netdev-owner@vger.kernel.org>",
        "X-Original-To": "patchwork-incoming@ozlabs.org",
        "Delivered-To": "patchwork-incoming@ozlabs.org",
        "Authentication-Results": [
            "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)",
            "ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com",
            "ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=jbenc@redhat.com"
        ],
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xh2JH3rRFz9s76\n\tfor <patchwork-incoming@ozlabs.org>;\n\tTue, 29 Aug 2017 05:43:43 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751392AbdH1Tnk (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 28 Aug 2017 15:43:40 -0400",
            "from mx1.redhat.com ([209.132.183.28]:35264 \"EHLO mx1.redhat.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751192AbdH1Tnj (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tMon, 28 Aug 2017 15:43:39 -0400",
            "from smtp.corp.redhat.com\n\t(int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id F326A81DE6;\n\tMon, 28 Aug 2017 19:43:38 +0000 (UTC)",
            "from griffin.upir.cz (ovpn-117-53.ams2.redhat.com [10.36.117.53])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 998A85EDE3;\n\tMon, 28 Aug 2017 19:43:37 +0000 (UTC)"
        ],
        "DMARC-Filter": "OpenDMARC Filter v1.3.2 mx1.redhat.com F326A81DE6",
        "From": "Jiri Benc <jbenc@redhat.com>",
        "To": "netdev@vger.kernel.org",
        "Cc": "Yi Yang <yi.y.yang@intel.com>, Eric Garver <e@erig.me>,\n\tJan Scheurich <jan.scheurich@ericsson.com>, Ben Pfaff <blp@ovn.org>",
        "Subject": "[PATCH net-next 0/4] nsh: headers, GSO",
        "Date": "Mon, 28 Aug 2017 21:43:20 +0200",
        "Message-Id": "<cover.1503948295.git.jbenc@redhat.com>",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.15",
        "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.25]);\n\tMon, 28 Aug 2017 19:43:39 +0000 (UTC)",
        "Sender": "netdev-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<netdev.vger.kernel.org>",
        "X-Mailing-List": "netdev@vger.kernel.org"
    },
    "content": "This adds header structs and helpers for NSH together with GSO support.\n\nNote there is no code in this patchset that actually manipulates the NSH\nheaders. That was sent to netdev by Yi Yang (\"[PATCH net-next v6 0/3]\nopenvswitch: add NSH support\"). The aim of this series is to lay the\ngroundwork and ease the implementation for him.\n\nIn addition to openvswitch, the NSH support should be added to tc (flower to\nmatch, act_nsh to push/pop NSH headers). That will come later. There's\ncurrently no plan to support NSH by other means than those two.\n\nThe patch 3 in this patchset was written by Yi Yang, I took it from the\naforementioned series and slightly modified it - see the note in the patch.\n\nJiri Benc (3):\n  ether: add NSH ethertype\n  vxlan: factor out VXLAN-GPE next protocol\n  nsh: add GSO support\n\nYi Yang (1):\n  net: add NSH header structures and helpers\n\n drivers/net/vxlan.c           |  32 +----\n include/net/nsh.h             | 307 ++++++++++++++++++++++++++++++++++++++++++\n include/net/tun_proto.h       |  49 +++++++\n include/net/vxlan.h           |   6 -\n include/uapi/linux/if_ether.h |   1 +\n net/Kconfig                   |   1 +\n net/Makefile                  |   1 +\n net/nsh/Kconfig               |   9 ++\n net/nsh/Makefile              |   1 +\n net/nsh/nsh.c                 |  91 +++++++++++++\n 10 files changed, 467 insertions(+), 31 deletions(-)\n create mode 100644 include/net/nsh.h\n create mode 100644 include/net/tun_proto.h\n create mode 100644 net/nsh/Kconfig\n create mode 100644 net/nsh/Makefile\n create mode 100644 net/nsh/nsh.c"
}