get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 28267,
    "url": "http://patches.dpdk.org/api/patches/28267/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20170901100416.80264-15-bruce.richardson@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": "<20170901100416.80264-15-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20170901100416.80264-15-bruce.richardson@intel.com",
    "date": "2017-09-01T10:04:13",
    "name": "[dpdk-dev,14/17] app/test-pmd: add test-pmd to meson build",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "0d4d83498d0c11071769163a67c6d81f3082ac22",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20170901100416.80264-15-bruce.richardson@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/28267/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/28267/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 922437D5A;\n\tFri,  1 Sep 2017 12:18:34 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 7635F7D3B\n\tfor <dev@dpdk.org>; Fri,  1 Sep 2017 12:18:32 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t01 Sep 2017 03:18:32 -0700",
            "from silpixa00399126.ir.intel.com (HELO\n\tsilpixa00399126.ger.corp.intel.com) ([10.237.223.223])\n\tby fmsmga004.fm.intel.com with ESMTP; 01 Sep 2017 03:18:31 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.41,457,1498546800\"; d=\"scan'208\";a=\"306892628\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Fri,  1 Sep 2017 11:04:13 +0100",
        "Message-Id": "<20170901100416.80264-15-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.13.5",
        "In-Reply-To": "<20170901100416.80264-1-bruce.richardson@intel.com>",
        "References": "<20170901100416.80264-1-bruce.richardson@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 14/17] app/test-pmd: add test-pmd to meson build",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <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": "Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n app/meson.build          | 32 +++++++++++++++++++++\n app/test-pmd/meson.build | 74 ++++++++++++++++++++++++++++++++++++++++++++++++\n meson.build              |  3 +-\n 3 files changed, 108 insertions(+), 1 deletion(-)\n create mode 100644 app/meson.build\n create mode 100644 app/test-pmd/meson.build",
    "diff": "diff --git a/app/meson.build b/app/meson.build\nnew file mode 100644\nindex 000000000..bdf043ead\n--- /dev/null\n+++ b/app/meson.build\n@@ -0,0 +1,32 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 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+subdir('test-pmd')\ndiff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build\nnew file mode 100644\nindex 000000000..a0f959fb9\n--- /dev/null\n+++ b/app/test-pmd/meson.build\n@@ -0,0 +1,74 @@\n+#   BSD LICENSE\n+#\n+#   Copyright(c) 2017 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+sources = files('cmdline.c',\n+\t'cmdline_flow.c',\n+\t'config.c',\n+\t'csumonly.c',\n+\t'flowgen.c',\n+\t'icmpecho.c',\n+\t'ieee1588fwd.c',\n+\t'iofwd.c',\n+\t'macfwd.c',\n+\t'macswap.c',\n+\t'parameters.c',\n+\t'rxonly.c',\n+\t'testpmd.c',\n+\t'txonly.c')\n+\n+deps = ['ethdev', 'gro', 'cmdline', 'metrics']\n+if dpdk_conf.has('RTE_LIBRTE_PDUMP')\n+\tdeps += 'pdump'\n+endif\n+if dpdk_conf.has('RTE_LIBRTE_I40E_PMD')\n+\tdeps += 'pmd_i40e'\n+endif\n+if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')\n+\tdeps += 'pmd_ixgbe'\n+endif\n+\n+dep_objs = []\n+foreach d:deps\n+\tdep_objs += get_variable('dep_rte_' + d)\n+endforeach\n+\n+link_libs = []\n+if get_option('default_library') == 'static'\n+\tlink_libs = dpdk_drivers\n+endif\n+\n+executable('dpdk-testpmd',\n+\tsources,\n+\tlink_whole: link_libs,\n+\tdependencies: dep_objs,\n+\tlink_args: eal_extra_link_arg, # add -ldl for linux, -lexecinfo for BSD\n+\tinstall_rpath: driver_install_path,\n+\tinstall: true)\ndiff --git a/meson.build b/meson.build\nindex da27604bf..51acfead8 100644\n--- a/meson.build\n+++ b/meson.build\n@@ -62,7 +62,8 @@ subdir('lib')\n subdir('buildtools')\n subdir('drivers')\n \n-# TODO build binaries and installable tools\n+# build binaries and (TODO) installable tools\n+subdir('app')\n \n # write the build config\n build_cfg = 'rte_build_config.h'\n",
    "prefixes": [
        "dpdk-dev",
        "14/17"
    ]
}