get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 52458,
    "url": "http://patches.dpdk.org/api/patches/52458/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190409092933.55356-5-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": "<20190409092933.55356-5-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190409092933.55356-5-bruce.richardson@intel.com",
    "date": "2019-04-09T09:29:32",
    "name": "[4/5] examples/l2fwd-cat: fix build on FreeBSD",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "cc3abaa53d488632058d6e1d709a73be8e5ec37c",
    "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/20190409092933.55356-5-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 4197,
            "url": "http://patches.dpdk.org/api/series/4197/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4197",
            "date": "2019-04-09T09:29:28",
            "name": "small cleanup and fixes",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/4197/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/52458/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/52458/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 C3DB55F2A;\n\tTue,  9 Apr 2019 11:29:59 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id 12F735F28;\n\tTue,  9 Apr 2019 11:29:57 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t09 Apr 2019 02:29:57 -0700",
            "from silpixa00399126.ir.intel.com (HELO\n\tsilpixa00399126.ger.corp.intel.com) ([10.237.222.236])\n\tby fmsmga002.fm.intel.com with ESMTP; 09 Apr 2019 02:29:56 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,328,1549958400\"; d=\"scan'208\";a=\"159524428\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>,\n\tstable@dpdk.org",
        "Date": "Tue,  9 Apr 2019 10:29:32 +0100",
        "Message-Id": "<20190409092933.55356-5-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "In-Reply-To": "<20190409092933.55356-1-bruce.richardson@intel.com>",
        "References": "<20190409092933.55356-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 4/5] examples/l2fwd-cat: fix build on FreeBSD",
        "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 definition of CPU_AND differs from Linux to BSD, so we need to use\nRTE_CPU_AND instead.\n\nFixes: f6baccbc2b3b (\"examples/l2fwd-cat: add sample application for PQoS CAT and CDP\")\nCc: stable@dpdk.org\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n examples/l2fwd-cat/cat.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/examples/l2fwd-cat/cat.c b/examples/l2fwd-cat/cat.c\nindex a6081e676..502c6b327 100644\n--- a/examples/l2fwd-cat/cat.c\n+++ b/examples/l2fwd-cat/cat.c\n@@ -345,7 +345,7 @@ check_cpus_overlapping(void)\n \n \tfor (i = 0; i < m_config_count; i++) {\n \t\tfor (j = i + 1; j < m_config_count; j++) {\n-\t\t\tCPU_AND(&mask,\n+\t\t\tRTE_CPU_AND(&mask,\n \t\t\t\t&m_config[i].cpumask,\n \t\t\t\t&m_config[j].cpumask);\n \n",
    "prefixes": [
        "4/5"
    ]
}