get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 601,
    "url": "https://patches.dpdk.org/api/patches/601/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1411740242-4240-4-git-send-email-thomas.monjalon@6wind.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": "<1411740242-4240-4-git-send-email-thomas.monjalon@6wind.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1411740242-4240-4-git-send-email-thomas.monjalon@6wind.com",
    "date": "2014-09-26T14:04:00",
    "name": "[dpdk-dev,3/5] eal: no more bare metal environment",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "bd84cf43a10fc98012f26808e221d56f60f466a4",
    "submitter": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/people/1/?format=api",
        "name": "Thomas Monjalon",
        "email": "thomas.monjalon@6wind.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1411740242-4240-4-git-send-email-thomas.monjalon@6wind.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/601/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/601/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 E2AC07E04;\n\tFri, 26 Sep 2014 15:58:11 +0200 (CEST)",
            "from mail-wi0-f182.google.com (mail-wi0-f182.google.com\n\t[209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 77DBB7E14\n\tfor <dev@dpdk.org>; Fri, 26 Sep 2014 15:58:08 +0200 (CEST)",
            "by mail-wi0-f182.google.com with SMTP id d1so11664127wiv.3\n\tfor <dev@dpdk.org>; Fri, 26 Sep 2014 07:04:30 -0700 (PDT)",
            "from localhost.localdomain (136-92-190-109.dsl.ovh.fr.\n\t[109.190.92.136]) by mx.google.com with ESMTPSA id\n\tfs13sm1246085wic.19.2014.09.26.07.04.28 for <multiple recipients>\n\t(version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);\n\tFri, 26 Sep 2014 07:04:29 -0700 (PDT)"
        ],
        "X-Google-DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20130820;\n\th=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\n\t:references;\n\tbh=0ilDz5dquvRdy3hRuc0G8B0jMOwLrSGm8GLigpX/LEY=;\n\tb=mVmTlmCpGGq4Zpao8Cto2irpIwZXDzEokm8KJPsZZJEbN0UCF0HTLwemv5mLBmU597\n\ttCodNiU6SorBiMXMKg3z7zDSl1iIfFmkXp5jIoxH4IwVnRNOmiQQC8L2QqfxahUd6xBr\n\tYT/6KJetcE1oH5IvYIFVqC+B3EpVsJJsXuvbeZP2BsA84PZoyFHB88gl1LTHjG7ypsy7\n\tis4IERZ6XFLD5GRDm+svMBwAfqPEi9YtYFK2QEOkyt7JjyX0y4hRjnt1IIEySM1K/s0s\n\tRwdZHnfGurvTcTYXDAgmIHuxu23k1baPyzh/WS4nyrvXrm2BcE83PGR7W6Ir6OzOP5YQ\n\toAPA==",
        "X-Gm-Message-State": "ALoCoQnGiFsr3Vw9kG5dfx83sqE9d3zFY7zOB68jfNyyRa4XvVSw+UIzGvHekM+PLl/ovNni5OeS",
        "X-Received": "by 10.194.236.35 with SMTP id ur3mr3356348wjc.127.1411740270811; \n\tFri, 26 Sep 2014 07:04:30 -0700 (PDT)",
        "From": "Thomas Monjalon <thomas.monjalon@6wind.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri, 26 Sep 2014 16:04:00 +0200",
        "Message-Id": "<1411740242-4240-4-git-send-email-thomas.monjalon@6wind.com>",
        "X-Mailer": "git-send-email 2.0.4",
        "In-Reply-To": "<1411740242-4240-1-git-send-email-thomas.monjalon@6wind.com>",
        "References": "<1411740242-4240-1-git-send-email-thomas.monjalon@6wind.com>",
        "Subject": "[dpdk-dev] [PATCH 3/5] eal: no more bare metal environment",
        "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": "From: David Marchand <david.marchand@6wind.com>\n\nSigned-off-by: David Marchand <david.marchand@6wind.com>\nSigned-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>\n---\n lib/Makefile                            | 1 -\n lib/librte_eal/Makefile                 | 2 --\n lib/librte_eal/common/Makefile          | 3 ---\n lib/librte_eal/common/include/rte_eal.h | 5 ++---\n lib/librte_eal/common/include/rte_log.h | 3 +--\n 5 files changed, 3 insertions(+), 11 deletions(-)",
    "diff": "diff --git a/lib/Makefile b/lib/Makefile\nindex 10c5bb3..8af6bd7 100644\n--- a/lib/Makefile\n+++ b/lib/Makefile\n@@ -31,7 +31,6 @@\n \n include $(RTE_SDK)/mk/rte.vars.mk\n \n-DIRS-$(CONFIG_RTE_LIBC) += libc\n DIRS-$(CONFIG_RTE_LIBRTE_EAL) += librte_eal\n DIRS-$(CONFIG_RTE_LIBRTE_MALLOC) += librte_malloc\n DIRS-$(CONFIG_RTE_LIBRTE_RING) += librte_ring\ndiff --git a/lib/librte_eal/Makefile b/lib/librte_eal/Makefile\nindex 3e1441b..69003cf 100644\n--- a/lib/librte_eal/Makefile\n+++ b/lib/librte_eal/Makefile\n@@ -35,7 +35,5 @@ DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += common\n DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += linuxapp\n DIRS-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP) += common\n DIRS-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP) += bsdapp\n-DIRS-$(CONFIG_RTE_LIBRTE_EAL_BAREMETAL) += baremetal\n-DIRS-$(CONFIG_RTE_LIBRTE_EAL_BAREMETAL) += common\n \n include $(RTE_SDK)/mk/rte.subdir.mk\ndiff --git a/lib/librte_eal/common/Makefile b/lib/librte_eal/common/Makefile\nindex 7f27966..40986a7 100644\n--- a/lib/librte_eal/common/Makefile\n+++ b/lib/librte_eal/common/Makefile\n@@ -52,7 +52,4 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_EAL)-include := $(addprefix include/,$(INC))\n SYMLINK-$(CONFIG_RTE_LIBRTE_EAL)-include/arch := \\\n \t$(addprefix include/$(RTE_ARCH)/arch/,$(ARCH_INC))\n \n-# add libc if configured\n-DEPDIRS-$(CONFIG_RTE_LIBC) += lib/libc\n-\n include $(RTE_SDK)/mk/rte.install.mk\ndiff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/include/rte_eal.h\nindex 273da9a..3c2d357 100644\n--- a/lib/librte_eal/common/include/rte_eal.h\n+++ b/lib/librte_eal/common/include/rte_eal.h\n@@ -124,9 +124,8 @@ enum rte_proc_type_t rte_eal_process_type(void);\n  * This function is to be executed on the MASTER lcore only, as soon\n  * as possible in the application's main() function.\n  *\n- * The function finishes the initialization process that was started\n- * during boot (in case of baremetal) or before main() is called (in\n- * case of linuxapp). It puts the SLAVE lcores in the WAIT state.\n+ * The function finishes the initialization process before main() is called.\n+ * It puts the SLAVE lcores in the WAIT state.\n  *\n  * When the multi-partition feature is supported, depending on the\n  * configuration (if CONFIG_RTE_EAL_MAIN_PARTITION is disabled), this\ndiff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h\nindex 02cbb14..db1ea08 100644\n--- a/lib/librte_eal/common/include/rte_log.h\n+++ b/lib/librte_eal/common/include/rte_log.h\n@@ -106,8 +106,7 @@ extern FILE *eal_default_log_stream;\n  *\n  * This can be done at any time. The f argument represents the stream\n  * to be used to send the logs. If f is NULL, the default output is\n- * used, which is the serial line in case of bare metal, or directly\n- * sent to syslog in case of linux application.\n+ * used (stderr).\n  *\n  * @param f\n  *   Pointer to the stream.\n",
    "prefixes": [
        "dpdk-dev",
        "3/5"
    ]
}