get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 7147,
    "url": "http://patches.dpdk.org/api/patches/7147/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/d90c77c2c2035a3096e9d756bc1f490e681c9962.1443079633.git.pmatilai@redhat.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": "<d90c77c2c2035a3096e9d756bc1f490e681c9962.1443079633.git.pmatilai@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/d90c77c2c2035a3096e9d756bc1f490e681c9962.1443079633.git.pmatilai@redhat.com",
    "date": "2015-09-24T07:34:04",
    "name": "[dpdk-dev,3/3] scripts: teach ABI validator about CONFIG_RTE_KNI_KMOD",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "952c3878c4ebcc125876214d56efcf7e19196220",
    "submitter": {
        "id": 169,
        "url": "http://patches.dpdk.org/api/people/169/?format=api",
        "name": "Panu Matilainen",
        "email": "pmatilai@redhat.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/d90c77c2c2035a3096e9d756bc1f490e681c9962.1443079633.git.pmatilai@redhat.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/7147/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/7147/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 2F4538E79;\n\tThu, 24 Sep 2015 09:34:37 +0200 (CEST)",
            "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 48A7F8E71\n\tfor <dev@dpdk.org>; Thu, 24 Sep 2015 09:34:34 +0200 (CEST)",
            "from int-mx10.intmail.prod.int.phx2.redhat.com\n\t(int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23])\n\tby mx1.redhat.com (Postfix) with ESMTPS id C3E0AAB123\n\tfor <dev@dpdk.org>; Thu, 24 Sep 2015 07:34:33 +0000 (UTC)",
            "from dhcp195.koti.laiskiainen.org.com (vpn1-7-167.ams2.redhat.com\n\t[10.36.7.167])\n\tby int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with\n\tESMTP id\n\tt8O7YOAD024787 for <dev@dpdk.org>; Thu, 24 Sep 2015 03:34:31 -0400"
        ],
        "From": "Panu Matilainen <pmatilai@redhat.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu, 24 Sep 2015 10:34:04 +0300",
        "Message-Id": "<d90c77c2c2035a3096e9d756bc1f490e681c9962.1443079633.git.pmatilai@redhat.com>",
        "In-Reply-To": [
            "<cover.1443079633.git.pmatilai@redhat.com>",
            "<cover.1443079633.git.pmatilai@redhat.com>"
        ],
        "References": [
            "<cover.1443079633.git.pmatilai@redhat.com>",
            "<cover.1443079633.git.pmatilai@redhat.com>"
        ],
        "X-Scanned-By": "MIMEDefang 2.68 on 10.5.11.23",
        "Subject": "[dpdk-dev] [PATCH 3/3] scripts: teach ABI validator about\n\tCONFIG_RTE_KNI_KMOD",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The validator attempts to disable all kernel modules but since\ncommit 36080ff96b0eb37a6da8c4fec1a2f8a57dfadf5b fails to do so\nfor KNI, causing the build stage to fail if kernel headers are missing.\n\nWith the introduction of CONFIG_RTE_KNI_KMOD, CONFIG_RTE_LIBRTE_KNI=n\ncan eventually be dropped but leaving it around for now as its\nneeded with pre-2.1 versions.\n\nSigned-off-by: Panu Matilainen <pmatilai@redhat.com>\n---\n scripts/validate-abi.sh | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/scripts/validate-abi.sh b/scripts/validate-abi.sh\nindex 4b555de..6be67d0 100755\n--- a/scripts/validate-abi.sh\n+++ b/scripts/validate-abi.sh\n@@ -88,6 +88,7 @@ fixup_config() {\n \tsed -i -e\"$ a\\CONFIG_RTE_NEXT_ABI=n\" config/defconfig_$TARGET\n \tsed -i -e\"$ a\\CONFIG_RTE_EAL_IGB_UIO=n\" config/defconfig_$TARGET\n \tsed -i -e\"$ a\\CONFIG_RTE_LIBRTE_KNI=n\" config/defconfig_$TARGET\n+\tsed -i -e\"$ a\\CONFIG_RTE_KNI_KMOD=n\" config/defconfig_$TARGET\n }\n \n ###########################################\n",
    "prefixes": [
        "dpdk-dev",
        "3/3"
    ]
}