get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 40951,
    "url": "http://patchwork.dpdk.org/api/patches/40951/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20180608212048.67261-12-bruce.richardson@intel.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": "<20180608212048.67261-12-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180608212048.67261-12-bruce.richardson@intel.com",
    "date": "2018-06-08T21:20:44",
    "name": "[v2,11/15] net/liquidio: add to meson build",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "03e0082bc3a021b81d144419bab1b18d052dd36b",
    "submitter": {
        "id": 20,
        "url": "http://patchwork.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "http://patchwork.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20180608212048.67261-12-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 67,
            "url": "http://patchwork.dpdk.org/api/series/67/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=67",
            "date": "2018-06-08T21:20:33",
            "name": "add meson support for more net drivers",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/67/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/40951/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/40951/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 323E81D090;\n\tFri,  8 Jun 2018 23:21:21 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 896241D059\n\tfor <dev@dpdk.org>; Fri,  8 Jun 2018 23:21:18 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t08 Jun 2018 14:21:18 -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; 08 Jun 2018 14:21:17 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.49,491,1520924400\"; d=\"scan'208\";a=\"61610782\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Fri,  8 Jun 2018 22:20:44 +0100",
        "Message-Id": "<20180608212048.67261-12-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20180608212048.67261-1-bruce.richardson@intel.com>",
        "References": "<20180517201526.28658-1-bruce.richardson@intel.com>\n\t<20180608212048.67261-1-bruce.richardson@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 11/15] net/liquidio: add 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": "<https://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": "<https://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>\nAcked-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>\n---\n drivers/net/liquidio/Makefile                             | 2 +-\n drivers/net/liquidio/meson.build                          | 8 ++++++++\n ...e_pmd_lio_version.map => rte_pmd_liquidio_version.map} | 0\n drivers/net/meson.build                                   | 2 +-\n 4 files changed, 10 insertions(+), 2 deletions(-)\n create mode 100644 drivers/net/liquidio/meson.build\n rename drivers/net/liquidio/{rte_pmd_lio_version.map => rte_pmd_liquidio_version.map} (100%)",
    "diff": "diff --git a/drivers/net/liquidio/Makefile b/drivers/net/liquidio/Makefile\nindex fc5f18ad6..f1092851a 100644\n--- a/drivers/net/liquidio/Makefile\n+++ b/drivers/net/liquidio/Makefile\n@@ -15,7 +15,7 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring\n LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs\n LDLIBS += -lrte_bus_pci\n \n-EXPORT_MAP := rte_pmd_lio_version.map\n+EXPORT_MAP := rte_pmd_liquidio_version.map\n \n LIBABIVER := 1\n \ndiff --git a/drivers/net/liquidio/meson.build b/drivers/net/liquidio/meson.build\nnew file mode 100644\nindex 000000000..9ae48e213\n--- /dev/null\n+++ b/drivers/net/liquidio/meson.build\n@@ -0,0 +1,8 @@\n+# SPDX-License-Identifier: BSD-3-Clause\n+# Copyright(c) 2018 Intel Corporation\n+\n+sources = files('base/lio_23xx_vf.c',\n+\t'base/lio_mbox.c',\n+\t'lio_ethdev.c',\n+\t'lio_rxtx.c')\n+includes += include_directories('base')\ndiff --git a/drivers/net/liquidio/rte_pmd_lio_version.map b/drivers/net/liquidio/rte_pmd_liquidio_version.map\nsimilarity index 100%\nrename from drivers/net/liquidio/rte_pmd_lio_version.map\nrename to drivers/net/liquidio/rte_pmd_liquidio_version.map\ndiff --git a/drivers/net/meson.build b/drivers/net/meson.build\nindex 213fe734c..9faed7d61 100644\n--- a/drivers/net/meson.build\n+++ b/drivers/net/meson.build\n@@ -6,7 +6,7 @@ drivers = ['af_packet', 'ark', 'avp',\n \t'bnxt', 'cxgbe', 'dpaa', 'dpaa2',\n \t'e1000', 'ena', 'enic', 'failsafe',\n \t'fm10k', 'i40e', 'ifcvf', 'ixgbe',\n-\t'kni', 'mvpp2', 'null',\n+\t'kni', 'liquidio', 'mvpp2', 'null',\n \t'octeontx', 'pcap', 'ring',\n \t'sfc', 'thunderx', 'virtio']\n std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc\n",
    "prefixes": [
        "v2",
        "11/15"
    ]
}