get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 44731,
    "url": "http://patchwork.dpdk.org/api/patches/44731/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20180914145141.32044-1-tiwei.bie@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": "<20180914145141.32044-1-tiwei.bie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180914145141.32044-1-tiwei.bie@intel.com",
    "date": "2018-09-14T14:51:41",
    "name": "vhost: add missing cflags in meson build",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "8e2be6eb48e15c1b62c894d9dc27e62649b5b868",
    "submitter": {
        "id": 617,
        "url": "http://patchwork.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@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/20180914145141.32044-1-tiwei.bie@intel.com/mbox/",
    "series": [
        {
            "id": 1324,
            "url": "http://patchwork.dpdk.org/api/series/1324/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=1324",
            "date": "2018-09-14T14:51:41",
            "name": "vhost: add missing cflags in meson build",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/1324/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/44731/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/44731/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 9CA3F569B;\n\tFri, 14 Sep 2018 16:52:56 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id 6B7EA4F98;\n\tFri, 14 Sep 2018 16:52:55 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t14 Sep 2018 07:52:54 -0700",
            "from btwcube1.sh.intel.com ([10.67.104.151])\n\tby fmsmga008.fm.intel.com with ESMTP; 14 Sep 2018 07:52:53 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.53,373,1531810800\"; d=\"scan'208\";a=\"70859914\"",
        "From": "Tiwei Bie <tiwei.bie@intel.com>",
        "To": "ferruh.yigit@intel.com, maxime.coquelin@redhat.com,\n\tzhihong.wang@intel.com, dev@dpdk.org",
        "Cc": "stable@dpdk.org",
        "Date": "Fri, 14 Sep 2018 22:51:41 +0800",
        "Message-Id": "<20180914145141.32044-1-tiwei.bie@intel.com>",
        "X-Mailer": "git-send-email 2.18.0",
        "Subject": "[dpdk-dev] [PATCH] vhost: add missing cflags in 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://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Fixes: 6ee380ffb5e7 (\"vhost: fix vhost interrupt support\")\n\nSigned-off-by: Tiwei Bie <tiwei.bie@intel.com>\n---\nHi Ferruh,\n\nThe hash in above fixes line isn't really right, because that\npatch hasn't been committed to the main repo yet. Please squash\nthis patch to that one if possible.\n\nThanks!\n\n lib/librte_vhost/meson.build | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/lib/librte_vhost/meson.build b/lib/librte_vhost/meson.build\nindex bd62e0e39..9d25b4d88 100644\n--- a/lib/librte_vhost/meson.build\n+++ b/lib/librte_vhost/meson.build\n@@ -9,6 +9,7 @@ if has_libnuma == 1\n endif\n version = 4\n allow_experimental_apis = true\n+cflags += '-fno-strict-aliasing'\n sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vdpa.c',\n \t\t'vhost.c', 'vhost_user.c',\n \t\t'virtio_net.c', 'vhost_crypto.c')\n",
    "prefixes": []
}