get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 42140,
    "url": "http://patches.dpdk.org/api/patches/42140/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180703103119.15747-3-bruce.richardson@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": "<20180703103119.15747-3-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180703103119.15747-3-bruce.richardson@intel.com",
    "date": "2018-07-03T10:31:13",
    "name": "[v2,2/8] bpf: fix 32-bit build support with meson",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "9cc869e7a5e5c7aa5357c41e93739c13e36d9ad8",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180703103119.15747-3-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 370,
            "url": "http://patches.dpdk.org/api/series/370/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=370",
            "date": "2018-07-03T10:31:11",
            "name": "Enable 32-bit native builds with meson",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/370/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/42140/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/42140/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 AA1A61BEC1;\n\tTue,  3 Jul 2018 12:32:01 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 125421BE73\n\tfor <dev@dpdk.org>; Tue,  3 Jul 2018 12:31:59 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 Jul 2018 03:31:58 -0700",
            "from silpixa00399126.ir.intel.com (HELO\n\tsilpixa00399126.ger.corp.intel.com) ([10.237.223.223])\n\tby fmsmga002.fm.intel.com with ESMTP; 03 Jul 2018 03:31:57 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,303,1526367600\"; d=\"scan'208\";a=\"63749898\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Tue,  3 Jul 2018 11:31:13 +0100",
        "Message-Id": "<20180703103119.15747-3-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20180703103119.15747-1-bruce.richardson@intel.com>",
        "References": "<20180608163807.66737-1-bruce.richardson@intel.com>\n\t<20180703103119.15747-1-bruce.richardson@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 2/8] bpf: fix 32-bit build support with meson",
        "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": "The JIT is only supported on x86_64 so disable for 32-bit builds.\n\nFixes: cc752e43e079 (\"bpf: add JIT compilation for x86_64 ISA\")\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\nAcked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>\nSeries-acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>\n---\n lib/librte_bpf/meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/lib/librte_bpf/meson.build b/lib/librte_bpf/meson.build\nindex de9de0091..bc0cd78f9 100644\n--- a/lib/librte_bpf/meson.build\n+++ b/lib/librte_bpf/meson.build\n@@ -8,7 +8,7 @@ sources = files('bpf.c',\n \t\t'bpf_pkt.c',\n \t\t'bpf_validate.c')\n \n-if arch_subdir == 'x86'\n+if arch_subdir == 'x86' and cc.sizeof('void *') == 8\n \tsources += files('bpf_jit_x86.c')\n endif\n \n",
    "prefixes": [
        "v2",
        "2/8"
    ]
}