Show a cover letter.

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

{
    "id": 61567,
    "url": "http://patchwork.dpdk.org/api/covers/61567/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20191021091134.12850-1-g.singh@nxp.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20191021091134.12850-1-g.singh@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191021091134.12850-1-g.singh@nxp.com",
    "date": "2019-10-21T09:11:31",
    "name": "[v3,0/3] enetc PMD specific changes",
    "submitter": {
        "id": 1068,
        "url": "http://patchwork.dpdk.org/api/people/1068/?format=api",
        "name": "Gagandeep Singh",
        "email": "g.singh@nxp.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20191021091134.12850-1-g.singh@nxp.com/mbox/",
    "series": [
        {
            "id": 6962,
            "url": "http://patchwork.dpdk.org/api/series/6962/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=6962",
            "date": "2019-10-21T09:11:31",
            "name": "enetc PMD specific changes",
            "version": 3,
            "mbox": "http://patchwork.dpdk.org/series/6962/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/61567/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 47D754CE4;\n\tMon, 21 Oct 2019 11:27:27 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n\tby dpdk.org (Postfix) with ESMTP id 6EC294CA7\n\tfor <dev@dpdk.org>; Mon, 21 Oct 2019 11:27:26 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 310731A051A;\n\tMon, 21 Oct 2019 11:27:26 +0200 (CEST)",
            "from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com\n\t[165.114.16.14])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 5C66D1A0108;\n\tMon, 21 Oct 2019 11:27:24 +0200 (CEST)",
            "from GDB1.ap.freescale.net (GDB1.ap.freescale.net [10.232.132.179])\n\tby invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 2AB09402DF;\n\tMon, 21 Oct 2019 17:27:21 +0800 (SGT)"
        ],
        "From": "Gagandeep Singh <g.singh@nxp.com>",
        "To": "dev@dpdk.org,\n\tferruh.yigit@intel.com",
        "Cc": "Gagandeep Singh <g.singh@nxp.com>",
        "Date": "Mon, 21 Oct 2019 14:41:31 +0530",
        "Message-Id": "<20191021091134.12850-1-g.singh@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20191021085831.12397-1-g.singh@nxp.com>",
        "References": "<20191021085831.12397-1-g.singh@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v3 0/3] enetc PMD specific changes",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "v2 change-log:\n* dpaax integration added\n* compilation fixed\n\nv3 change-log:\n* added missing BD ring alignment patch\n\nGagandeep Singh (3):\n  net/enetc: add macro for BD ring alignment\n  net/enetc: set random MAC in case no MAC for SI\n  net/enetc: enable dpaax library\n\n drivers/net/enetc/Makefile        |  4 ++-\n drivers/net/enetc/base/enetc_hw.h |  3 ++\n drivers/net/enetc/enetc_ethdev.c  | 51 ++++++++++++++++++++++++++++---\n 3 files changed, 52 insertions(+), 6 deletions(-)"
}