get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 14000,
    "url": "http://patchwork.dpdk.org/api/patches/14000/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1466189185-21952-4-git-send-email-nhorman@tuxdriver.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<1466189185-21952-4-git-send-email-nhorman@tuxdriver.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1466189185-21952-4-git-send-email-nhorman@tuxdriver.com",
    "date": "2016-06-17T18:46:22",
    "name": "[dpdk-dev,PATCHv8,3/6] eal: Add an export symbol to expose the autoload path to external tools",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "9834b69a8ec9dbb43c14649cca8bc1f8e48e2680",
    "submitter": {
        "id": 32,
        "url": "http://patchwork.dpdk.org/api/people/32/?format=api",
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1466189185-21952-4-git-send-email-nhorman@tuxdriver.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/14000/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/14000/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 C8ADECF61;\n\tFri, 17 Jun 2016 20:47:05 +0200 (CEST)",
            "from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58])\n\tby dpdk.org (Postfix) with ESMTP id 4C07ED00D\n\tfor <dev@dpdk.org>; Fri, 17 Jun 2016 20:47:02 +0200 (CEST)",
            "from [107.15.76.160] (helo=localhost)\n\tby smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63)\n\t(envelope-from <nhorman@tuxdriver.com>)\n\tid 1bDynB-0007w9-Hy; Fri, 17 Jun 2016 14:46:59 -0400"
        ],
        "From": "Neil Horman <nhorman@tuxdriver.com>",
        "To": "dev@dpdk.org",
        "Cc": "Neil Horman <nhorman@tuxdriver.com>,\n\tBruce Richardson <bruce.richardson@intel.com>,\n\tThomas Monjalon <thomas.monjalon@6wind.com>,\n\tStephen Hemminger <stephen@networkplumber.org>,\n\tPanu Matilainen <pmatilai@redhat.com>",
        "Date": "Fri, 17 Jun 2016 14:46:22 -0400",
        "Message-Id": "<1466189185-21952-4-git-send-email-nhorman@tuxdriver.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1466189185-21952-1-git-send-email-nhorman@tuxdriver.com>",
        "References": "<1465494421-6210-1-git-send-email-nhorman@tuxdriver.com>\n\t<1466189185-21952-1-git-send-email-nhorman@tuxdriver.com>",
        "X-Spam-Score": "-1.0 (-)",
        "X-Spam-Status": "No",
        "Subject": "[dpdk-dev] [PATCHv8 3/6] eal: Add an export symbol to expose the\n\tautoload path to external tools",
        "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": "Export a symbol containing the string:\nDPDK_PLUGIN_PATH=\"$(CONFIG_RTE_EAL_PMD_PATH)\"\n\nWhere the latter half of the string is set at build time to a location from\nwhich autoloaded DSO's will be found.  This string is used by pmdinfo in\n'plugin' mode, whereby a user can specify a dpdk installation directory (or\nstatic binary), and scan the associated path (if found) for pmd DSO's and\nreport on their hardware support.\n\nSigned-off-by: Neil Horman <nhorman@tuxdriver.com>\nAcked-by: Panu Matilainen <pmatilai@redhat.com>\nCC: Bruce Richardson <bruce.richardson@intel.com>\nCC: Thomas Monjalon <thomas.monjalon@6wind.com>\nCC: Stephen Hemminger <stephen@networkplumber.org>\nCC: Panu Matilainen <pmatilai@redhat.com>\n---\n lib/librte_eal/common/eal_common_options.c | 9 +++++++++\n 1 file changed, 9 insertions(+)",
    "diff": "diff --git a/lib/librte_eal/common/eal_common_options.c b/lib/librte_eal/common/eal_common_options.c\nindex 3efc90f..0a594d7 100644\n--- a/lib/librte_eal/common/eal_common_options.c\n+++ b/lib/librte_eal/common/eal_common_options.c\n@@ -115,6 +115,15 @@ TAILQ_HEAD_INITIALIZER(solib_list);\n /* Default path of external loadable drivers */\n static const char *default_solib_dir = RTE_EAL_PMD_PATH;\n \n+/*\n+ * Stringified version of solib path used by pmdinfo.py\n+ * Note: PLEASE DO NOT ALTER THIS without making a corresponding\n+ * change to tools/pmdinfo.py\n+ */\n+static const char dpdk_solib_path[] __attribute__((used)) =\n+\"DPDK_PLUGIN_PATH=\" RTE_EAL_PMD_PATH;\n+\n+\n static int master_lcore_parsed;\n static int mem_parsed;\n \n",
    "prefixes": [
        "dpdk-dev",
        "PATCHv8",
        "3/6"
    ]
}