get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8300,
    "url": "http://patches.dpdk.org/api/patches/8300/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1446169656-19818-8-git-send-email-mario.alfredo.c.arevalo@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": "<1446169656-19818-8-git-send-email-mario.alfredo.c.arevalo@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446169656-19818-8-git-send-email-mario.alfredo.c.arevalo@intel.com",
    "date": "2015-10-30T01:47:33",
    "name": "[dpdk-dev,v5,07/10] mk: Add rule for installing runtime files",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "515beae80a3dcc0ea06f073cffb9851a4c587d83",
    "submitter": {
        "id": 329,
        "url": "http://patches.dpdk.org/api/people/329/?format=api",
        "name": "Mario Carrillo",
        "email": "mario.alfredo.c.arevalo@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1446169656-19818-8-git-send-email-mario.alfredo.c.arevalo@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/8300/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/8300/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 301E58E91;\n\tFri, 30 Oct 2015 02:47:28 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 6905F8E67\n\tfor <dev@dpdk.org>; Fri, 30 Oct 2015 02:47:21 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga101.fm.intel.com with ESMTP; 29 Oct 2015 18:47:21 -0700",
            "from mcarril6-mobl.amr.corp.intel.com (HELO\n\tmcarril6-mobl.zpn.intel.com) ([10.219.25.105])\n\tby FMSMGA003.fm.intel.com with ESMTP; 29 Oct 2015 18:47:20 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,217,1444719600\"; d=\"scan'208\";a=\"590712282\"",
        "From": "Mario Carrillo <mario.alfredo.c.arevalo@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu, 29 Oct 2015 19:47:33 -0600",
        "Message-Id": "<1446169656-19818-8-git-send-email-mario.alfredo.c.arevalo@intel.com>",
        "X-Mailer": "git-send-email 2.6.1.120.g24a00ef",
        "In-Reply-To": "<1446169656-19818-1-git-send-email-mario.alfredo.c.arevalo@intel.com>",
        "References": "<1442608390-12537-1-git-send-email-mario.alfredo.c.arevalo@intel.com>\n\t<1446169656-19818-1-git-send-email-mario.alfredo.c.arevalo@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5 07/10] mk: Add rule for installing runtime\n\tfiles",
        "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": "Add hierarchy-file support to the DPDK libraries, modules,\nbinary files, nic bind file, cpu layout file and documentation,\nwhen invoking \"make install-fhs\" (filesystem hierarchy standard)\nruntime files will be by default installed in:\n$(DESTDIR)/$(RTE_PREFIX)/$(BIN_DIR) where BIN_DIR=/usr/bin (binary\nfiles)\n$(DESTDIR)/$(RTE_PREFIX)/$(DOC_DIR) where DOC_DIR=/usr/share/doc/dpdk\n(documentation)\n$(DESTDIR)/$(RTE_PREFIX)/$(LIB_DIR) where  LIB_DIR=/usr/lib\n$(DESTDIR)/$(RTE_PREFIX)/$(KMOD_DIR) (modules)\nif RTE_EXEC_ENV=linuxapp then\nKMOD_DIR=/lib/modules/$(uname -r)/extra/drivers/dpdk\nelse KMOD_DIR=/boot/modules\nAll directory variables mentioned above can be overridden.\nThis hierarchy is based on:\nhttp://www.freedesktop.org/software/systemd/man/file-hierarchy.html\n\nSigned-off-by: Mario Carrillo <mario.alfredo.c.arevalo@intel.com>\n---\n mk/rte.sdkinstall.mk | 4 ++++\n mk/rte.sdkroot.mk    | 4 ++--\n 2 files changed, 6 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/mk/rte.sdkinstall.mk b/mk/rte.sdkinstall.mk\nindex c45ab9e..4914bd7 100644\n--- a/mk/rte.sdkinstall.mk\n+++ b/mk/rte.sdkinstall.mk\n@@ -186,6 +186,10 @@ install-sdk: install-headers\n \t@[ -d $(DESTDIR)/$(DATA_DIR)/config ] || mkdir -p $(DESTDIR)/$(DATA_DIR)/config; \\\n \tcp -f $(RTE_SDK)/build/.config $(DESTDIR)/$(DATA_DIR)/config; \\\n \techo installing: $(RTE_OUTPUT)/.config\n+# install runtime files\n+#\n+.PHONY: install-fhs\n+install-fhs: install-lib install-bin install-doc install-mod\n #\n # uninstall: remove all built sdk\n #\ndiff --git a/mk/rte.sdkroot.mk b/mk/rte.sdkroot.mk\nindex 6fac88a..dd5f399 100644\n--- a/mk/rte.sdkroot.mk\n+++ b/mk/rte.sdkroot.mk\n@@ -98,9 +98,9 @@ testall:\n \t$(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdktestall.mk $@\n \n .PHONY: install install-headers install-bin install-lib install-mod \\\n-install-doc install-sdk uninstall\n+install-doc install-sdk install-fhs uninstall\n install install-headers install-bin install-lib install-mod install-doc \\\n-install-sdk uninstall:\n+install-sdk install-fhs uninstall:\n \t$(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkinstall.mk $@\n \n .PHONY: doc help\n",
    "prefixes": [
        "dpdk-dev",
        "v5",
        "07/10"
    ]
}