get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 60183,
    "url": "http://patches.dpdk.org/api/patches/60183/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190930130043.2885-1-david.hunt@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": "<20190930130043.2885-1-david.hunt@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190930130043.2885-1-david.hunt@intel.com",
    "date": "2019-09-30T13:00:40",
    "name": "[v2,0/3] Core capabilities query",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 342,
        "url": "http://patches.dpdk.org/api/people/342/?format=api",
        "name": "Hunt, David",
        "email": "david.hunt@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190930130043.2885-1-david.hunt@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/60183/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/60183/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 A2EF13977;\n\tMon, 30 Sep 2019 15:00:57 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 9755737A2\n\tfor <dev@dpdk.org>; Mon, 30 Sep 2019 15:00:56 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t30 Sep 2019 06:00:55 -0700",
            "from silpixa00399952.ir.intel.com (HELO\n\tsilpixa00399952.ger.corp.intel.com) ([10.237.222.38])\n\tby fmsmga002.fm.intel.com with ESMTP; 30 Sep 2019 06:00:54 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,567,1559545200\"; d=\"scan'208\";a=\"220644306\"",
        "From": "David Hunt <david.hunt@intel.com>",
        "To": "david.hunt@intel.com",
        "Cc": "dev@dpdk.org",
        "Date": "Mon, 30 Sep 2019 14:00:40 +0100",
        "Message-Id": "<20190930130043.2885-1-david.hunt@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190530161517.11916-2-marcinx.hajkowski@intel.com>",
        "References": "<20190530161517.11916-2-marcinx.hajkowski@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/3] Core capabilities query",
        "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": "Extend guest channel and sample apps to query CPU capabilities. Useful\nwhen a guest wants to see if there is a high frequency/priority\ncore available for heavier workloads, i.e. Intel SST-BF.\n\nThe guest_cli implements an example of this via the query_cpu_caps cmd.\n\nPlease note that these changes depend on\n(http://patches.dpdk.org/project/dpdk/list/?series=6568) and\n(http://patches.dpdk.org/project/dpdk/list/?series=6585) which\nshould be applied first.",
    "diff": null,
    "prefixes": [
        "v2",
        "0/3"
    ]
}