get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 53082,
    "url": "http://patches.dpdk.org/api/patches/53082/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patches.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": "<5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com",
    "date": "2019-04-25T13:17:51",
    "name": "maintainers: claim maintainership of ipc",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "6d3b73b9117d5cb1db92acb54efe8d1cbc95535c",
    "submitter": {
        "id": 4,
        "url": "http://patches.dpdk.org/api/people/4/?format=api",
        "name": "Anatoly Burakov",
        "email": "anatoly.burakov@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com/mbox/",
    "series": [
        {
            "id": 4467,
            "url": "http://patches.dpdk.org/api/series/4467/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4467",
            "date": "2019-04-25T13:17:51",
            "name": "maintainers: claim maintainership of ipc",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/4467/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/53082/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/53082/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 18B341B59F;\n\tThu, 25 Apr 2019 15:17:56 +0200 (CEST)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n\tby dpdk.org (Postfix) with ESMTP id D6F631B59E\n\tfor <dev@dpdk.org>; Thu, 25 Apr 2019 15:17:53 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n\tby orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t25 Apr 2019 06:17:52 -0700",
            "from silpixa00399498.ir.intel.com (HELO\n\tsilpixa00399498.ger.corp.intel.com) ([10.237.223.125])\n\tby orsmga008.jf.intel.com with ESMTP; 25 Apr 2019 06:17:51 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,393,1549958400\"; d=\"scan'208\";a=\"137354280\"",
        "From": "Anatoly Burakov <anatoly.burakov@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Thomas Monjalon <thomas@monjalon.net>",
        "Date": "Thu, 25 Apr 2019 14:17:51 +0100",
        "Message-Id": "<5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH] maintainers: claim maintainership of ipc",
        "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": "IPC is a big part of secondary process infrastructure now,\nand I have been de-facto maintainer for it since 18.05.\nUpdate MAINTAINERS file to match.\n\nSigned-off-by: Anatoly Burakov <anatoly.burakov@intel.com>\n---\n MAINTAINERS | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex 4493aa636..b729d3b85 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -202,6 +202,7 @@ F: doc/guides/prog_guide/multi_proc_support.rst\n F: app/test/test_mp_secondary.c\n F: examples/multi_process/\n F: doc/guides/sample_app_ug/multi_process.rst\n+F: lib/librte_eal/common/eal_common_proc.c\n \n Service Cores\n M: Harry van Haaren <harry.van.haaren@intel.com>\n",
    "prefixes": []
}