get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 10004,
    "url": "https://patches.dpdk.org/api/patches/10004/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1453355440-29364-1-git-send-email-mhall@mhcomputing.net/",
    "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": "<1453355440-29364-1-git-send-email-mhall@mhcomputing.net>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1453355440-29364-1-git-send-email-mhall@mhcomputing.net",
    "date": "2016-01-21T05:50:39",
    "name": "[dpdk-dev,PKTGEN,1/2] usage_pktgen.rst: multiple instances: clean up section intro",
    "commit_ref": null,
    "pull_url": null,
    "state": "not-applicable",
    "archived": true,
    "hash": "a3172d5ac2c62bd6506ea4e522692470ddef2c6b",
    "submitter": {
        "id": 37,
        "url": "https://patches.dpdk.org/api/people/37/?format=api",
        "name": "Matthew Hall",
        "email": "mhall@mhcomputing.net"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1453355440-29364-1-git-send-email-mhall@mhcomputing.net/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/10004/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/10004/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 719858E7F;\n\tThu, 21 Jan 2016 06:50:48 +0100 (CET)",
            "from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170])\n\tby dpdk.org (Postfix) with ESMTP id 863808E7A\n\tfor <dev@dpdk.org>; Thu, 21 Jan 2016 06:50:46 +0100 (CET)",
            "from mvs-01.mhcomputing.net\n\t(99-34-229-174.lightspeed.sntcca.sbcglobal.net [99.34.229.174])\n\tby mail.mhcomputing.net (Postfix) with ESMTPSA id A2034BF;\n\tThu, 21 Jan 2016 00:50:45 -0500 (EST)"
        ],
        "From": "Matthew Hall <mhall@mhcomputing.net>",
        "To": "dev@dpdk.org",
        "Date": "Wed, 20 Jan 2016 21:50:39 -0800",
        "Message-Id": "<1453355440-29364-1-git-send-email-mhall@mhcomputing.net>",
        "X-Mailer": "git-send-email 2.5.0",
        "Subject": "[dpdk-dev] [PKTGEN] [PATCH 1/2] usage_pktgen.rst: multiple\n\tinstances: clean up section intro",
        "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: Matthew Hall <mhall@mhcomputing.net>\n---\n docs/source/usage_pktgen.rst | 18 +++++++++---------\n 1 file changed, 9 insertions(+), 9 deletions(-)",
    "diff": "diff --git a/docs/source/usage_pktgen.rst b/docs/source/usage_pktgen.rst\nindex 20bd314..efe8aa4 100644\n--- a/docs/source/usage_pktgen.rst\n+++ b/docs/source/usage_pktgen.rst\n@@ -103,15 +103,15 @@ Multiple Instances of Pktgen or other application\n =================================================\n \n One possible solution I use and if you have enough ports available to use.\n-Lets say you need two ports for your application, but you have 4 ports in\n-your system. I physically loop back the cables to have port 0 connect to\n-port 2 and port 1 connected to port 3. Now I can give two ports to my\n-application and two ports to Pktgen.\n-\n-Setup if pktgen and your application you have to startup each one a bit\n-differently to make sure they share the resources like memory and the\n-ports. I will use two Pktgen running on the same machine, which just means\n-you have to setup your application as one of the applications.\n+Let's say you need two ports for your application, but you have 4 ports in\n+your system. I physically loop back the cables to have port 0 connect to port\n+2 and port 1 connected to port 3. Now I can give two ports to my application\n+and two ports to Pktgen.\n+\n+If you are running pktgen and your application together, you have to start up\n+each one a bit differently to make sure they share the resources like memory\n+and the ports. I will use two Pktgens running on the same machine, which just\n+means you have imagine your application as one of the applications.\n \n In my machine I have 8 10G ports and 72 lcores between 2 sockets. Plus I\n have 1024 hugepages per socket for a total of 2048.\n",
    "prefixes": [
        "dpdk-dev",
        "PKTGEN",
        "1/2"
    ]
}