get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 13126,
    "url": "http://patches.dpdk.org/api/patches/13126/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1464703068-2924-7-git-send-email-nhorman@tuxdriver.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": "<1464703068-2924-7-git-send-email-nhorman@tuxdriver.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1464703068-2924-7-git-send-email-nhorman@tuxdriver.com",
    "date": "2016-05-31T13:57:47",
    "name": "[dpdk-dev,PATCHv6,6/7] remove rte.hostapp.mk",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "877a5238eaab3c49af96b2006b52e0ca54779873",
    "submitter": {
        "id": 32,
        "url": "http://patches.dpdk.org/api/people/32/?format=api",
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.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/1464703068-2924-7-git-send-email-nhorman@tuxdriver.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/13126/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/13126/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 B68225A9F;\n\tTue, 31 May 2016 15:59:05 +0200 (CEST)",
            "from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58])\n\tby dpdk.org (Postfix) with ESMTP id 21B685A9D\n\tfor <dev@dpdk.org>; Tue, 31 May 2016 15:59:05 +0200 (CEST)",
            "from hmsreliant.think-freely.org\n\t([2001:470:8:a08:7aac:c0ff:fec2:933b] 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 1b7kCA-0005Ls-Rh; Tue, 31 May 2016 09:59:02 -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": "Tue, 31 May 2016 09:57:47 -0400",
        "Message-Id": "<1464703068-2924-7-git-send-email-nhorman@tuxdriver.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1464703068-2924-1-git-send-email-nhorman@tuxdriver.com>",
        "References": "<1463431287-4551-1-git-send-email-nhorman@tuxdriver.com>\n\t<1464703068-2924-1-git-send-email-nhorman@tuxdriver.com>",
        "X-Spam-Score": "-1.0 (-)",
        "X-Spam-Status": "No",
        "Subject": "[dpdk-dev] [PATCHv6 6/7] remove rte.hostapp.mk",
        "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": "During the review of this patchset it was discovered that rte.hostapp.mk was\ngoing unused.  All its users had been previously removed, and so this file too\ncan go.  It and rte.buildtools.mk are effectively duplicates, but given that\npmdinfogen is a tool used to create the dpdk build, I think the naming of the\nbuildtools variant is more appropriate.\n\nSigned-off-by: Neil Horman <nhorman@tuxdriver.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 mk/rte.hostapp.mk | 123 ------------------------------------------------------\n 1 file changed, 123 deletions(-)\n delete mode 100644 mk/rte.hostapp.mk",
    "diff": "diff --git a/mk/rte.hostapp.mk b/mk/rte.hostapp.mk\ndeleted file mode 100644\nindex c44d0f8..0000000\n--- a/mk/rte.hostapp.mk\n+++ /dev/null\n@@ -1,123 +0,0 @@\n-#   BSD LICENSE\n-#\n-#   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.\n-#   All rights reserved.\n-#\n-#   Redistribution and use in source and binary forms, with or without\n-#   modification, are permitted provided that the following conditions\n-#   are met:\n-#\n-#     * Redistributions of source code must retain the above copyright\n-#       notice, this list of conditions and the following disclaimer.\n-#     * Redistributions in binary form must reproduce the above copyright\n-#       notice, this list of conditions and the following disclaimer in\n-#       the documentation and/or other materials provided with the\n-#       distribution.\n-#     * Neither the name of Intel Corporation nor the names of its\n-#       contributors may be used to endorse or promote products derived\n-#       from this software without specific prior written permission.\n-#\n-#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n-#   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n-#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n-#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n-#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n-#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n-#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n-#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n-#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n-#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n-#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n-\n-# tell rte.compile-pre.mk to use HOSTCC instead of CC\n-USE_HOST := 1\n-include $(RTE_SDK)/mk/internal/rte.compile-pre.mk\n-include $(RTE_SDK)/mk/internal/rte.install-pre.mk\n-include $(RTE_SDK)/mk/internal/rte.clean-pre.mk\n-include $(RTE_SDK)/mk/internal/rte.build-pre.mk\n-include $(RTE_SDK)/mk/internal/rte.depdirs-pre.mk\n-\n-# VPATH contains at least SRCDIR\n-VPATH += $(SRCDIR)\n-\n-_BUILD = $(HOSTAPP)\n-_INSTALL = $(INSTALL-FILES-y) $(SYMLINK-FILES-y) $(RTE_OUTPUT)/hostapp/$(HOSTAPP)\n-_CLEAN = doclean\n-\n-.PHONY: all\n-all: install\n-\n-.PHONY: install\n-install: build _postinstall\n-\n-_postinstall: build\n-\n-.PHONY: build\n-build: _postbuild\n-\n-exe2cmd = $(strip $(call dotfile,$(patsubst %,%.cmd,$(1))))\n-\n-O_TO_EXE = $(HOSTCC) $(HOST_LDFLAGS) $(LDFLAGS_$(@)) \\\n-\t$(EXTRA_HOST_LDFLAGS) -o $@ $(OBJS-y) $(LDLIBS)\n-O_TO_EXE_STR = $(subst ','\\'',$(O_TO_EXE)) #'# fix syntax highlight\n-O_TO_EXE_DISP = $(if $(V),\"$(O_TO_EXE_STR)\",\"  HOSTLD $(@)\")\n-O_TO_EXE_CMD = \"cmd_$@ = $(O_TO_EXE_STR)\"\n-O_TO_EXE_DO = @set -e; \\\n-\techo $(O_TO_EXE_DISP); \\\n-\t$(O_TO_EXE) && \\\n-\techo $(O_TO_EXE_CMD) > $(call exe2cmd,$(@))\n-\n--include .$(HOSTAPP).cmd\n-\n-# list of .a files that are linked to this application\n-LDLIBS_FILES := $(wildcard \\\n-\t$(addprefix $(RTE_OUTPUT)/lib/, \\\n-\t$(patsubst -l%,lib%.a,$(filter -l%,$(LDLIBS)))))\n-\n-#\n-# Compile executable file if needed\n-#\n-$(HOSTAPP): $(OBJS-y) $(LDLIBS_FILES) FORCE\n-\t@[ -d $(dir $@) ] || mkdir -p $(dir $@)\n-\t$(if $(D),\\\n-\t\t@echo -n \"$@ -> $< \" ; \\\n-\t\techo -n \"file_missing=$(call boolean,$(file_missing)) \" ; \\\n-\t\techo -n \"cmdline_changed=$(call boolean,$(call cmdline_changed,$(O_TO_EXE_STR))) \" ; \\\n-\t\techo -n \"depfile_missing=$(call boolean,$(depfile_missing)) \" ; \\\n-\t\techo \"depfile_newer=$(call boolean,$(depfile_newer)) \")\n-\t$(if $(or \\\n-\t\t$(file_missing),\\\n-\t\t$(call cmdline_changed,$(O_TO_EXE_STR)),\\\n-\t\t$(depfile_missing),\\\n-\t\t$(depfile_newer)),\\\n-\t\t$(O_TO_EXE_DO))\n-\n-#\n-# install app in $(RTE_OUTPUT)/hostapp\n-#\n-$(RTE_OUTPUT)/hostapp/$(HOSTAPP): $(HOSTAPP)\n-\t@echo \"  INSTALL-HOSTAPP $(HOSTAPP)\"\n-\t@[ -d $(RTE_OUTPUT)/hostapp ] || mkdir -p $(RTE_OUTPUT)/hostapp\n-\t$(Q)cp -f $(HOSTAPP) $(RTE_OUTPUT)/hostapp\n-\n-#\n-# Clean all generated files\n-#\n-.PHONY: clean\n-clean: _postclean\n-\t$(Q)rm -f $(_BUILD_TARGETS) $(_INSTALL_TARGETS) $(_CLEAN_TARGETS)\n-\n-.PHONY: doclean\n-doclean:\n-\t$(Q)rm -rf $(HOSTAPP) $(OBJS-all) $(DEPS-all) $(DEPSTMP-all) \\\n-\t  $(CMDS-all) $(INSTALL-FILES-all) .$(HOSTAPP).cmd\n-\n-\n-include $(RTE_SDK)/mk/internal/rte.compile-post.mk\n-include $(RTE_SDK)/mk/internal/rte.install-post.mk\n-include $(RTE_SDK)/mk/internal/rte.clean-post.mk\n-include $(RTE_SDK)/mk/internal/rte.build-post.mk\n-include $(RTE_SDK)/mk/internal/rte.depdirs-post.mk\n-\n-.PHONY: FORCE\n-FORCE:\n",
    "prefixes": [
        "dpdk-dev",
        "PATCHv6",
        "6/7"
    ]
}