get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8544,
    "url": "https://patches.dpdk.org/api/patches/8544/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1446486351-13238-1-git-send-email-john.mcnamara@intel.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1446486351-13238-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446486351-13238-1-git-send-email-john.mcnamara@intel.com",
    "date": "2015-11-02T17:45:51",
    "name": "[dpdk-dev] examples/l3fwd: fix eth-dest commandline strncmp size",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "39afcfd3e570b6a07c2ca65e985a726402c99079",
    "submitter": {
        "id": 154,
        "url": "https://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1446486351-13238-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/8544/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/8544/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 9E4ED8E7F;\n\tMon,  2 Nov 2015 18:45:57 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id 0922F8E6C\n\tfor <dev@dpdk.org>; Mon,  2 Nov 2015 18:45:55 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga103.jf.intel.com with ESMTP; 02 Nov 2015 09:45:55 -0800",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby FMSMGA003.fm.intel.com with ESMTP; 02 Nov 2015 09:45:53 -0800",
            "from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com\n\t[10.237.217.46])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\ttA2Hjq78029956; Mon, 2 Nov 2015 17:45:52 GMT",
            "from sivswdev02.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev02.ir.intel.com with ESMTP id tA2Hjqpn013275;\n\tMon, 2 Nov 2015 17:45:52 GMT",
            "(from jmcnam2@localhost)\n\tby sivswdev02.ir.intel.com with  id tA2Hjq4Q013271;\n\tMon, 2 Nov 2015 17:45:52 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,234,1444719600\"; d=\"scan'208\";a=\"592653333\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon,  2 Nov 2015 17:45:51 +0000",
        "Message-Id": "<1446486351-13238-1-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline strncmp\n\tsize",
        "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": "Fix minor, and non critical, copy and paste error in strncmp() of eth-dest\ncommandline argument.\n\nFixes: bd785f6f6791 (\"examples/l3fwd: make destination mac address configurable\")\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n examples/l3fwd/main.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/examples/l3fwd/main.c b/examples/l3fwd/main.c\nindex 1f3e5c6..9a7fd8c 100644\n--- a/examples/l3fwd/main.c\n+++ b/examples/l3fwd/main.c\n@@ -2074,7 +2074,7 @@ parse_args(int argc, char **argv)\n \t\t\t}\n \n \t\t\tif (!strncmp(lgopts[option_index].name, CMD_LINE_OPT_ETH_DEST,\n-\t\t\t\tsizeof(CMD_LINE_OPT_CONFIG))) {\n+\t\t\t\tsizeof(CMD_LINE_OPT_ETH_DEST))) {\n \t\t\t\t\tparse_eth_dest(optarg);\n \t\t\t}\n \n",
    "prefixes": [
        "dpdk-dev"
    ]
}