get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/61578/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 61578,
    "url": "http://patchwork.dpdk.org/api/patches/61578/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20191021105027.14792-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": "<20191021105027.14792-1-g.singh@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191021105027.14792-1-g.singh@nxp.com",
    "date": "2019-10-21T10:50:24",
    "name": "[v4,0/3] enetc PMD specific changes",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1068,
        "url": "http://patchwork.dpdk.org/api/people/1068/?format=api",
        "name": "Gagandeep Singh",
        "email": "g.singh@nxp.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20191021105027.14792-1-g.singh@nxp.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/61578/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/61578/checks/",
    "tags": {},
    "related": [],
    "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 0D7BB1BEA0;\n\tMon, 21 Oct 2019 13:06:21 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n\tby dpdk.org (Postfix) with ESMTP id 382641BDFD\n\tfor <dev@dpdk.org>; Mon, 21 Oct 2019 13:06:20 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n\tby inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id CA59F1A051C;\n\tMon, 21 Oct 2019 13:06:19 +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 016081A051A;\n\tMon, 21 Oct 2019 13:06:18 +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 C2843402DF;\n\tMon, 21 Oct 2019 19:06:14 +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 16:20:24 +0530",
        "Message-Id": "<20191021105027.14792-1-g.singh@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20191021091134.12850-1-g.singh@nxp.com>",
        "References": "<20191021091134.12850-1-g.singh@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v4 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 patc\n\nv4 change-log:\n* fixed meson build\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 drivers/net/enetc/meson.build     |  1 +\n 4 files changed, 53 insertions(+), 6 deletions(-)",
    "diff": null,
    "prefixes": [
        "v4",
        "0/3"
    ]
}