get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 42128,
    "url": "http://patches.dpdk.org/api/patches/42128/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1530554123-10261-1-git-send-email-rami.rosen@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": "<1530554123-10261-1-git-send-email-rami.rosen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1530554123-10261-1-git-send-email-rami.rosen@intel.com",
    "date": "2018-07-02T17:55:23",
    "name": "examples/l3fwd: remove redudant include.",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "a70b4d67ebb28f5709f223b9a2118e3d1077388b",
    "submitter": {
        "id": 436,
        "url": "http://patches.dpdk.org/api/people/436/?format=api",
        "name": "Rami Rosen",
        "email": "rami.rosen@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/1530554123-10261-1-git-send-email-rami.rosen@intel.com/mbox/",
    "series": [
        {
            "id": 365,
            "url": "http://patches.dpdk.org/api/series/365/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=365",
            "date": "2018-07-02T17:55:23",
            "name": "examples/l3fwd: remove redudant include.",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/365/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/42128/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/42128/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 97B811B568;\n\tMon,  2 Jul 2018 19:57:50 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id F16861B532\n\tfor <dev@dpdk.org>; Mon,  2 Jul 2018 19:57:47 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t02 Jul 2018 10:57:45 -0700",
            "from imail001.iil.intel.com ([10.184.207.12])\n\tby fmsmga001.fm.intel.com with ESMTP; 02 Jul 2018 10:57:43 -0700",
            "from rubyhost.iil.intel.com (rubyhost.iil.intel.com\n\t[143.185.141.89])\n\tby imail001.iil.intel.com with ESMTP id w62Hvc6D014280;\n\tMon, 2 Jul 2018 20:57:38 +0300"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,299,1526367600\"; d=\"scan'208\";a=\"69064100\"",
        "From": "Rami Rosen <rami.rosen@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "rkerur@gmail.com, Rami Rosen <rami.rosen@intel.com>",
        "Date": "Mon,  2 Jul 2018 20:55:23 +0300",
        "Message-Id": "<1530554123-10261-1-git-send-email-rami.rosen@intel.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "Subject": "[dpdk-dev] [PATCH] examples/l3fwd: remove redudant include.",
        "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": "This patch removes unneeded include of rte_mempool.h in \ntwo modules in examples/l3fwd.\n\nFixes: 268888b5b020 (\"examples/l3fwd: modularize\")\n\nSigned-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n examples/l3fwd/l3fwd_em.c  | 1 -\n examples/l3fwd/l3fwd_lpm.c | 1 -\n 2 files changed, 2 deletions(-)",
    "diff": "diff --git a/examples/l3fwd/l3fwd_em.c b/examples/l3fwd/l3fwd_em.c\nindex 9dc3b8c..fa8f82b 100644\n--- a/examples/l3fwd/l3fwd_em.c\n+++ b/examples/l3fwd/l3fwd_em.c\n@@ -18,7 +18,6 @@\n #include <rte_debug.h>\n #include <rte_ether.h>\n #include <rte_ethdev.h>\n-#include <rte_mempool.h>\n #include <rte_cycles.h>\n #include <rte_mbuf.h>\n #include <rte_ip.h>\ndiff --git a/examples/l3fwd/l3fwd_lpm.c b/examples/l3fwd/l3fwd_lpm.c\nindex a747126..b1dc195 100644\n--- a/examples/l3fwd/l3fwd_lpm.c\n+++ b/examples/l3fwd/l3fwd_lpm.c\n@@ -17,7 +17,6 @@\n #include <rte_debug.h>\n #include <rte_ether.h>\n #include <rte_ethdev.h>\n-#include <rte_mempool.h>\n #include <rte_cycles.h>\n #include <rte_mbuf.h>\n #include <rte_ip.h>\n",
    "prefixes": []
}