get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57756,
    "url": "https://patches.dpdk.org/api/patches/57756/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/156621948797.9571.17549862831374094643.stgit@jrharri1-skx/",
    "project": {
        "id": 1,
        "url": "https://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": "<156621948797.9571.17549862831374094643.stgit@jrharri1-skx>",
    "list_archive_url": "https://inbox.dpdk.org/dev/156621948797.9571.17549862831374094643.stgit@jrharri1-skx",
    "date": "2019-08-19T12:58:08",
    "name": "vhost: remove rte_vhost_va_from_guest_pa from map file",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "10f4e142fd1c0f445eda98780c70415d4812efb5",
    "submitter": {
        "id": 84,
        "url": "https://patches.dpdk.org/api/people/84/?format=api",
        "name": "Harris, James R",
        "email": "james.r.harris@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/156621948797.9571.17549862831374094643.stgit@jrharri1-skx/mbox/",
    "series": [
        {
            "id": 6076,
            "url": "https://patches.dpdk.org/api/series/6076/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=6076",
            "date": "2019-08-19T12:58:08",
            "name": "vhost: remove rte_vhost_va_from_guest_pa from map file",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/6076/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/57756/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/57756/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 0B9181BEA0;\n\tMon, 19 Aug 2019 22:04:24 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 4A5AF1BE9D\n\tfor <dev@dpdk.org>; Mon, 19 Aug 2019 22:04:22 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t19 Aug 2019 13:03:14 -0700",
            "from jrharri1-skx.ch.intel.com (HELO [127.0.1.1])\n\t([143.182.137.73])\n\tby fmsmga002.fm.intel.com with ESMTP; 19 Aug 2019 13:03:13 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,406,1559545200\"; d=\"scan'208\";a=\"207117807\"",
        "From": "Jim Harris <james.r.harris@intel.com>",
        "To": "dev@dpdk.org, maxime.coquelin@redhat.com, tiwei.bie@intel.com,\n\tzhihong.wang@intel.com",
        "Date": "Mon, 19 Aug 2019 05:58:08 -0700",
        "Message-ID": "<156621948797.9571.17549862831374094643.stgit@jrharri1-skx>",
        "User-Agent": "StGit/0.17.1-dirty",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "7bit",
        "Subject": "[dpdk-dev] [PATCH] vhost: remove rte_vhost_va_from_guest_pa from\n\tmap file",
        "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": "This function is declared __rte_always_inline so it\nseems unnecessary to include it in the map file.  In\naddition, it was included in the EXPERIMENTAL section\neven though the function itself is not marked\n__rte_experimental.\n\nFound by check-experimental-syms.sh when trying to compile\nDPDK with -finstrument-functions.\n\nSigned-off-by: Jim Harris <james.r.harris@intel.com>\n---\n lib/librte_vhost/rte_vhost_version.map |    1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map\nindex 5f1d4a75c..4908b9b21 100644\n--- a/lib/librte_vhost/rte_vhost_version.map\n+++ b/lib/librte_vhost/rte_vhost_version.map\n@@ -82,7 +82,6 @@ EXPERIMENTAL {\n \trte_vhost_crypto_fetch_requests;\n \trte_vhost_crypto_finalize_requests;\n \trte_vhost_crypto_set_zero_copy;\n-\trte_vhost_va_from_guest_pa;\n \trte_vhost_host_notifier_ctrl;\n \trte_vdpa_relay_vring_used;\n \trte_vhost_extern_callback_register;\n",
    "prefixes": []
}