get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 66554,
    "url": "http://patches.dpdk.org/api/patches/66554/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/158396396087.5601.2221900749220898830.stgit@gimli.home/",
    "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": "<158396396087.5601.2221900749220898830.stgit@gimli.home>",
    "list_archive_url": "https://inbox.dpdk.org/dev/158396396087.5601.2221900749220898830.stgit@gimli.home",
    "date": "2020-03-11T21:59:20",
    "name": "[v3,6/7] vfio/pci: Remove dev_fmt definition",
    "commit_ref": null,
    "pull_url": null,
    "state": "not-applicable",
    "archived": true,
    "hash": "f378a3970e5bbd000a2b6df90734886d28ec15d1",
    "submitter": {
        "id": 391,
        "url": "http://patches.dpdk.org/api/people/391/?format=api",
        "name": "Alex Williamson",
        "email": "alex.williamson@redhat.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/158396396087.5601.2221900749220898830.stgit@gimli.home/mbox/",
    "series": [
        {
            "id": 8887,
            "url": "http://patches.dpdk.org/api/series/8887/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8887",
            "date": "2020-03-11T21:58:25",
            "name": "vfio/pci: SR-IOV support",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/8887/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/66554/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/66554/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id E0C7CA056D;\n\tWed, 11 Mar 2020 22:59:39 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id DBA471C030;\n\tWed, 11 Mar 2020 22:59:28 +0100 (CET)",
            "from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com\n [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id CA8901C02B\n for <dev@dpdk.org>; Wed, 11 Mar 2020 22:59:27 +0100 (CET)",
            "from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com\n [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id\n us-mta-70-z_5QSX3OP2uJcH0o7Zp6Nw-1; Wed, 11 Mar 2020 17:59:23 -0400",
            "from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com\n [10.5.11.14])\n (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n (No client certificate requested)\n by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0022718A5500;\n Wed, 11 Mar 2020 21:59:22 +0000 (UTC)",
            "from gimli.home (ovpn-116-28.phx2.redhat.com [10.3.116.28])\n by smtp.corp.redhat.com (Postfix) with ESMTP id 442A95D9CA;\n Wed, 11 Mar 2020 21:59:21 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1583963967;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n content-transfer-encoding:content-transfer-encoding:\n in-reply-to:in-reply-to:references:references;\n bh=t3/37TtprfMCmIZr3tp0fNB5gF3hlAlJGq1p/U8qXOA=;\n b=d44LWqxNHLSgcTOo/sJR2Kz+9Jxa9VpAYxKW7Gm2MwSv4xdjXwipRvw3jLFbCZORTCyh+o\n 8U11AHsWUW6aNcWs1PBrl5Ldurb2dHkpjqNUBKojSgLLJVGd3zB8sbfPBpahEm+p7jPOhT\n /b+b55vYS6U6674kyr9Tor9Z/dtl6/o=",
        "X-MC-Unique": "z_5QSX3OP2uJcH0o7Zp6Nw-1",
        "From": "Alex Williamson <alex.williamson@redhat.com>",
        "To": "kvm@vger.kernel.org",
        "Cc": "linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, dev@dpdk.org,\n mtosatti@redhat.com, thomas@monjalon.net, bluca@debian.org,\n jerinjacobk@gmail.com, bruce.richardson@intel.com, cohuck@redhat.com,\n kevin.tian@intel.com",
        "Date": "Wed, 11 Mar 2020 15:59:20 -0600",
        "Message-ID": "<158396396087.5601.2221900749220898830.stgit@gimli.home>",
        "In-Reply-To": "<158396044753.5601.14804870681174789709.stgit@gimli.home>",
        "References": "<158396044753.5601.14804870681174789709.stgit@gimli.home>",
        "User-Agent": "StGit/0.19-dirty",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "7bit",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.14",
        "Subject": "[dpdk-dev] [PATCH v3 6/7] vfio/pci: Remove dev_fmt definition",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "It currently results in messages like:\n\n \"vfio-pci 0000:03:00.0: vfio_pci: ...\"\n\nWhich is quite a bit redundant.\n\nReviewed-by: Cornelia Huck <cohuck@redhat.com>\nSigned-off-by: Alex Williamson <alex.williamson@redhat.com>\n---\n drivers/vfio/pci/vfio_pci.c |    1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c\nindex df6bae75c8dd..af1ba9867201 100644\n--- a/drivers/vfio/pci/vfio_pci.c\n+++ b/drivers/vfio/pci/vfio_pci.c\n@@ -9,7 +9,6 @@\n  */\n \n #define pr_fmt(fmt) KBUILD_MODNAME \": \" fmt\n-#define dev_fmt pr_fmt\n \n #include <linux/device.h>\n #include <linux/eventfd.h>\n",
    "prefixes": [
        "v3",
        "6/7"
    ]
}