get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 107651,
    "url": "http://patches.dpdk.org/api/patches/107651/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220215170817.662136-6-brian.dooley@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": "<20220215170817.662136-6-brian.dooley@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220215170817.662136-6-brian.dooley@intel.com",
    "date": "2022-02-15T17:08:11",
    "name": "[05/11] acl: fix missing C++ guards",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "3dbb47fe068c77ee67bb2814c6c7c15a8624e211",
    "submitter": {
        "id": 2520,
        "url": "http://patches.dpdk.org/api/people/2520/?format=api",
        "name": "Dooley, Brian",
        "email": "brian.dooley@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/20220215170817.662136-6-brian.dooley@intel.com/mbox/",
    "series": [
        {
            "id": 21685,
            "url": "http://patches.dpdk.org/api/series/21685/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=21685",
            "date": "2022-02-15T17:08:06",
            "name": "add missing C++ guards",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/21685/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/107651/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/107651/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 68F9FA00C5;\n\tTue, 15 Feb 2022 18:14:14 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id B0EDA4115F;\n\tTue, 15 Feb 2022 18:14:00 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id 4A99541152;\n Tue, 15 Feb 2022 18:13:58 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Feb 2022 09:08:36 -0800",
            "from silpixa00400883.ir.intel.com ([10.243.23.143])\n by orsmga005.jf.intel.com with ESMTP; 15 Feb 2022 09:08:34 -0800"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1644945239; x=1676481239;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=//ZUgLfMrqjrvCJ94BdsopA5o8W2erGV+N6vstEDqJ4=;\n b=BzU1S1sSJL9V3TFWLU0aj0YvYqpmJ4Kg2PTjBOOz8y8N8q5NH6hCmZC1\n vghwXVFhQ0nnSQE0COJ5/HyFSeikjsWAYzSclECf9j21QEH1oe3GcKBzB\n o80zTRlfYVaa+upr8mSfT7MBNkyyhSnNGZVLyktbaj7JnsIJ1Fbd+eSLQ\n QgPyIBekgipHqCegNIn15yOY9vCZ8VAfY+yyA0LLO+Fztn67sNFlYGKF8\n 4eZ4o8EfBCo+gC4YsDGUojDbd2IAxYju51QEneG1oi0VvfFxSlqBtqpWb\n GuxZkYmmGmSRGjlgnMXrB6zMGtNxLaD+4vyVep7/Hq8gbFB+H6ESdah24 A==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10259\"; a=\"336831066\"",
            "E=Sophos;i=\"5.88,371,1635231600\"; d=\"scan'208\";a=\"336831066\"",
            "E=Sophos;i=\"5.88,371,1635231600\"; d=\"scan'208\";a=\"703802251\""
        ],
        "X-ExtLoop1": "1",
        "From": "Brian Dooley <brian.dooley@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Brian Dooley <brian.dooley@intel.com>, konstantin.ananyev@intel.com,\n stable@dpdk.org, Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>",
        "Subject": "[PATCH 05/11] acl: fix missing C++ guards",
        "Date": "Tue, 15 Feb 2022 17:08:11 +0000",
        "Message-Id": "<20220215170817.662136-6-brian.dooley@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20220215170817.662136-1-brian.dooley@intel.com>",
        "References": "<20220215170817.662136-1-brian.dooley@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "content": "Some public header files were missing 'extern \"C\"' C++ guards,\nand couldnt be used by C++ applications. Add the missing guards.\n\nFixes: dc276b5780c2 (\"acl: new library\")\nCc: konstantin.ananyev@intel.com\nCc: stable@dpdk.org\n\nSigned-off-by: Brian Dooley <brian.dooley@intel.com>\n---\n lib/acl/rte_acl_osdep.h | 8 ++++++++\n 1 file changed, 8 insertions(+)",
    "diff": "diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h\nindex b2c262dee7..3c1dc402ca 100644\n--- a/lib/acl/rte_acl_osdep.h\n+++ b/lib/acl/rte_acl_osdep.h\n@@ -5,6 +5,10 @@\n #ifndef _RTE_ACL_OSDEP_H_\n #define _RTE_ACL_OSDEP_H_\n \n+#ifdef __cplusplus\n+extern \"C\" {\n+#endif\n+\n /**\n  * @file\n  *\n@@ -45,4 +49,8 @@\n #include <rte_cpuflags.h>\n #include <rte_debug.h>\n \n+#ifdef __cplusplus\n+}\n+#endif\n+\n #endif /* _RTE_ACL_OSDEP_H_ */\n",
    "prefixes": [
        "05/11"
    ]
}