get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 16511,
    "url": "http://patches.dpdk.org/api/patches/16511/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1476286790-26271-7-git-send-email-olivier.matz@6wind.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": "<1476286790-26271-7-git-send-email-olivier.matz@6wind.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1476286790-26271-7-git-send-email-olivier.matz@6wind.com",
    "date": "2016-10-12T15:39:48",
    "name": "[dpdk-dev,v6,6/8] app/testpmd: display Rx port in csum engine",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "9272695556a0ec138472a17354c664c82aea861a",
    "submitter": {
        "id": 8,
        "url": "http://patches.dpdk.org/api/people/8/?format=api",
        "name": "Olivier Matz",
        "email": "olivier.matz@6wind.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1476286790-26271-7-git-send-email-olivier.matz@6wind.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/16511/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/16511/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 D10178D3C;\n\tWed, 12 Oct 2016 17:40:31 +0200 (CEST)",
            "from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com\n\t[62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 9635B7EB0\n\tfor <dev@dpdk.org>; Wed, 12 Oct 2016 17:40:25 +0200 (CEST)",
            "from glumotte.dev.6wind.com (unknown [10.16.0.195])\n\tby proxy.6wind.com (Postfix) with ESMTP id 97AA92838D;\n\tWed, 12 Oct 2016 17:40:19 +0200 (CEST)"
        ],
        "From": "Olivier Matz <olivier.matz@6wind.com>",
        "To": "dev@dpdk.org,\n\tpablo.de.lara.guarch@intel.com",
        "Cc": "thomas.monjalon@6wind.com",
        "Date": "Wed, 12 Oct 2016 17:39:48 +0200",
        "Message-Id": "<1476286790-26271-7-git-send-email-olivier.matz@6wind.com>",
        "X-Mailer": "git-send-email 2.8.1",
        "In-Reply-To": "<1476286790-26271-1-git-send-email-olivier.matz@6wind.com>",
        "References": "<1475856318-24616-1-git-send-email-olivier.matz@6wind.com>\n\t<1476286790-26271-1-git-send-email-olivier.matz@6wind.com>",
        "Subject": "[dpdk-dev] [PATCH v6 6/8] app/testpmd: display Rx port in csum\n\tengine",
        "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": "This information is useful when debugging, especially with\nbidirectional traffic.\n\nSigned-off-by: Olivier Matz <olivier.matz@6wind.com>\nAcked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>\n---\n app/test-pmd/csumonly.c | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/app/test-pmd/csumonly.c b/app/test-pmd/csumonly.c\nindex 34d4b11..dbd8dc4 100644\n--- a/app/test-pmd/csumonly.c\n+++ b/app/test-pmd/csumonly.c\n@@ -798,8 +798,8 @@ pkt_burst_checksum_forward(struct fwd_stream *fs)\n \t\t\tchar buf[256];\n \n \t\t\tprintf(\"-----------------\\n\");\n-\t\t\tprintf(\"mbuf=%p, pkt_len=%u, nb_segs=%hhu:\\n\",\n-\t\t\t\tm, m->pkt_len, m->nb_segs);\n+\t\t\tprintf(\"port=%u, mbuf=%p, pkt_len=%u, nb_segs=%hhu:\\n\",\n+\t\t\t\tfs->rx_port, m, m->pkt_len, m->nb_segs);\n \t\t\t/* dump rx parsed packet info */\n \t\t\trte_get_rx_ol_flag_list(rx_ol_flags, buf, sizeof(buf));\n \t\t\tprintf(\"rx: l2_len=%d ethertype=%x l3_len=%d \"\n",
    "prefixes": [
        "dpdk-dev",
        "v6",
        "6/8"
    ]
}