get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57741,
    "url": "http://patches.dpdk.org/api/patches/57741/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1566214919-32250-1-git-send-email-david.marchand@redhat.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": "<1566214919-32250-1-git-send-email-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1566214919-32250-1-git-send-email-david.marchand@redhat.com",
    "date": "2019-08-19T11:41:48",
    "name": "[00/11] Fixing log levels for dynamically loaded drivers",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1566214919-32250-1-git-send-email-david.marchand@redhat.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/57741/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/57741/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 568B21BEA2;\n\tMon, 19 Aug 2019 13:42:13 +0200 (CEST)",
            "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 7BFF91BE9C\n\tfor <dev@dpdk.org>; Mon, 19 Aug 2019 13:42:12 +0200 (CEST)",
            "from smtp.corp.redhat.com\n\t(int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id ED9E58003E7\n\tfor <dev@dpdk.org>; Mon, 19 Aug 2019 11:42:11 +0000 (UTC)",
            "from dmarchan.remote.csb (ovpn-204-32.brq.redhat.com\n\t[10.40.204.32])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 368531001947\n\tfor <dev@dpdk.org>; Mon, 19 Aug 2019 11:42:10 +0000 (UTC)"
        ],
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 19 Aug 2019 13:41:48 +0200",
        "Message-Id": "<1566214919-32250-1-git-send-email-david.marchand@redhat.com>",
        "X-Scanned-By": "MIMEDefang 2.84 on 10.5.11.22",
        "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.6.2\n\t(mx1.redhat.com [10.5.110.67]); Mon, 19 Aug 2019 11:42:11 +0000 (UTC)",
        "Subject": "[dpdk-dev] [PATCH 00/11] Fixing log levels for dynamically loaded\n\tdrivers",
        "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": "All (but the Solarflare net driver) drivers currently do not care about\nthe log level the user might have passed at init time.\n\nConvert existing drivers from rte_log_register to a new wrapper\nRTE_LOG_REGISTER that relies on rte_log_register_type_and_pick_level\nthat handles this issue.",
    "diff": null,
    "prefixes": [
        "00/11"
    ]
}