get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 107274,
    "url": "http://patches.dpdk.org/api/patches/107274/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220210154239.587185-4-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": "<20220210154239.587185-4-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220210154239.587185-4-bruce.richardson@intel.com",
    "date": "2022-02-10T15:42:35",
    "name": "[v4,3/7] graph: fix missing explicit cast for C++ build",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "3165fe8273a6e73cd2fca83c7b9d2c3d597f2fb4",
    "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/20220210154239.587185-4-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 21607,
            "url": "http://patches.dpdk.org/api/series/21607/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=21607",
            "date": "2022-02-10T15:42:32",
            "name": "Verify C++ compatibility of public headers",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/21607/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/107274/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/107274/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 31BACA00BE;\n\tThu, 10 Feb 2022 16:43:16 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8CD6D42757;\n\tThu, 10 Feb 2022 16:43:10 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n by mails.dpdk.org (Postfix) with ESMTP id 7D902426ED;\n Thu, 10 Feb 2022 16:43:06 +0100 (CET)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 10 Feb 2022 07:42:57 -0800",
            "from silpixa00399126.ir.intel.com ([10.237.223.162])\n by orsmga006.jf.intel.com with ESMTP; 10 Feb 2022 07:42:55 -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=1644507787; x=1676043787;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=dBD+GspqG2no2kAvYJxoW+EbbsTf0E3yomllcbb7Cf0=;\n b=Us1nRQaDHiuC2Kim6IpaJ3ylGQKWiTqsMjncPLD/OF+sPHRlfGcABLUG\n k1ABIXtDkQde3XACiwg+AHbws9PXN2UD/x+iPMbWFWbHaVcCXdZ5O0xcJ\n 7EXrkZrj8On80c6LQ8uZFNWHEyXwxZwTkL5m63+nNkjSPIlj+QvWHNP03\n ZX7u+yLLPal+KVyXEJvRkbRnEnC/1W2hZgedFDpnGL9/RDGVe8fb7NSOY\n 0ZK3h6lIq/hLbLmbXPvRBWoOBHN/NXkleiePrAZMoC9Z8NyI1Wg6mhouf\n 11mlKfIhOJ/4FmfXdYe6TXh39OE9Yndk1kouXJ5i8/GsvTpeQnMyNVbrm A==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10254\"; a=\"247101133\"",
            "E=Sophos;i=\"5.88,359,1635231600\"; d=\"scan'208\";a=\"247101133\"",
            "E=Sophos;i=\"5.88,359,1635231600\"; d=\"scan'208\";a=\"485723415\""
        ],
        "X-ExtLoop1": "1",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>, jerinj@marvell.com,\n stable@dpdk.org, Nithin Dabilpuram <ndabilpuram@marvell.com>,\n Kiran Kumar K <kirankumark@marvell.com>,\n Pavan Nikhilesh <pbhagavatula@marvell.com>",
        "Subject": "[PATCH v4 3/7] graph: fix missing explicit cast for C++ build",
        "Date": "Thu, 10 Feb 2022 15:42:35 +0000",
        "Message-Id": "<20220210154239.587185-4-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.32.0",
        "In-Reply-To": "<20220210154239.587185-1-bruce.richardson@intel.com>",
        "References": "<20220204174209.440207-1-bruce.richardson@intel.com>\n <20220210154239.587185-1-bruce.richardson@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": "C++ does not have automatic casting to/from void pointers, so need\nexplicit cast if header is to be included in C++ code\n\nFixes: 40d4f51403ec (\"graph: implement fastpath routines\")\nCc: jerinj@marvell.com\nCc: stable@dpdk.org\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\nAcked-by: Jerin Jacob <jerinj@marvell.com>\n---\n lib/graph/rte_graph_worker.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/lib/graph/rte_graph_worker.h b/lib/graph/rte_graph_worker.h\nindex eef77f732a..0c0b9c095a 100644\n--- a/lib/graph/rte_graph_worker.h\n+++ b/lib/graph/rte_graph_worker.h\n@@ -155,7 +155,7 @@ rte_graph_walk(struct rte_graph *graph)\n \t *\t+-----+ <= cir_start + mask\n \t */\n \twhile (likely(head != graph->tail)) {\n-\t\tnode = RTE_PTR_ADD(graph, cir_start[(int32_t)head++]);\n+\t\tnode = (struct rte_node *)RTE_PTR_ADD(graph, cir_start[(int32_t)head++]);\n \t\tRTE_ASSERT(node->fence == RTE_GRAPH_FENCE);\n \t\tobjs = node->objs;\n \t\trte_prefetch0(objs);\n",
    "prefixes": [
        "v4",
        "3/7"
    ]
}