get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 12194,
    "url": "https://patches.dpdk.org/api/patches/12194/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1461262607-6912-1-git-send-email-rami.rosen@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": "<1461262607-6912-1-git-send-email-rami.rosen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1461262607-6912-1-git-send-email-rami.rosen@intel.com",
    "date": "2016-04-21T18:16:47",
    "name": "[dpdk-dev] examples/l2fwd-jobstats: Fix a typo.",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "bc51f058fb6ae632d830de6e5cd8dec49baa3e8b",
    "submitter": {
        "id": 436,
        "url": "https://patches.dpdk.org/api/people/436/?format=api",
        "name": "Rami Rosen",
        "email": "rami.rosen@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1461262607-6912-1-git-send-email-rami.rosen@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/12194/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/12194/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 BE58A11D4;\n\tThu, 21 Apr 2016 20:15:39 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 744D7DE3\n\tfor <dev@dpdk.org>; Thu, 21 Apr 2016 20:15:38 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga102.fm.intel.com with ESMTP; 21 Apr 2016 11:15:37 -0700",
            "from imail001.iil.intel.com ([10.184.207.12])\n\tby fmsmga004.fm.intel.com with ESMTP; 21 Apr 2016 11:15:37 -0700",
            "from rr.iil.intel.com (rr.iil.intel.com [143.185.141.73])\n\tby imail001.iil.intel.com with ESMTP id u3LIFYFa009680;\n\tThu, 21 Apr 2016 21:15:34 +0300"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.24,513,1455004800\"; d=\"scan'208\";a=\"89494928\"",
        "From": "Rami Rosen <rami.rosen@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Rami Rosen <rami.rosen@intel.com>",
        "Date": "Thu, 21 Apr 2016 21:16:47 +0300",
        "Message-Id": "<1461262607-6912-1-git-send-email-rami.rosen@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "Subject": "[dpdk-dev] [PATCH] examples/l2fwd-jobstats: Fix a typo.",
        "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": "Signed-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n examples/l2fwd-jobstats/main.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/examples/l2fwd-jobstats/main.c b/examples/l2fwd-jobstats/main.c\nindex 9f3a77d..dc17f28 100644\n--- a/examples/l2fwd-jobstats/main.c\n+++ b/examples/l2fwd-jobstats/main.c\n@@ -990,7 +990,7 @@ main(int argc, char **argv)\n \t\t\tstruct rte_jobstats *job = &qconf->port_fwd_jobs[i];\n \n \t\t\tportid = qconf->rx_port_list[i];\n-\t\t\tprintf(\"Setting forward jon for port %u\\n\", portid);\n+\t\t\tprintf(\"Setting forward job for port %u\\n\", portid);\n \n \t\t\tsnprintf(name, RTE_DIM(name), \"port %u fwd\", portid);\n \t\t\t/* Setup forward job.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}