get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 48879,
    "url": "https://patches.dpdk.org/api/patches/48879/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181214133137.23516-1-david.hunt@intel.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20181214133137.23516-1-david.hunt@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20181214133137.23516-1-david.hunt@intel.com",
    "date": "2018-12-14T13:31:33",
    "name": "[v3,0/4] examples/power: allow use of more than 64 cores",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 342,
        "url": "https://patches.dpdk.org/api/people/342/?format=api",
        "name": "Hunt, David",
        "email": "david.hunt@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181214133137.23516-1-david.hunt@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/48879/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/48879/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 34B351BBD6;\n\tFri, 14 Dec 2018 14:31:43 +0100 (CET)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id 2BFA21BB09\n\tfor <dev@dpdk.org>; Fri, 14 Dec 2018 14:31:40 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t14 Dec 2018 05:31:40 -0800",
            "from silpixa00399952.ir.intel.com (HELO\n\tsilpixa00399952.ger.corp.intel.com) ([10.237.223.64])\n\tby orsmga003.jf.intel.com with ESMTP; 14 Dec 2018 05:31:39 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.56,353,1539673200\"; d=\"scan'208\";a=\"110383961\"",
        "From": "David Hunt <david.hunt@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "lei.a.yao@intel.com,\n\tanatoly.burakov@intel.com",
        "Date": "Fri, 14 Dec 2018 13:31:33 +0000",
        "Message-Id": "<20181214133137.23516-1-david.hunt@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20181214114946.21570-1-david.hunt@intel.com>",
        "References": "<20181214114946.21570-1-david.hunt@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 0/4] examples/power: allow use of more than 64\n\tcores",
        "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": "First of all we convert all the relevant uint64_t's to char arrays. Then\nwe remove the unneeded mask functions that were limited to 64 cores. Also\nextend the guest functionality and finally rause the number of supported\ncores to something more sensible, i.e. 256.\n\nv2 changes:\n  * Updates out of Review by Anatoly.\n  * Indentation fixes\n  * resolved missing spinlock around config updates\n  * simplified some loops\n  * fixed bug in non-equivalent code\n\nv3 changes:\n  * Moved a spinlock to a more appropriate place. Was in a for-loop, made\n    more sense to have it outside.\n\n[1/4] examples/power: change 64-bit masks to arrays\n[2/4] examples/power: remove mask functions\n[3/4] examples/power: allow vms to use lcores over 63\n[4/4] examples/power: increase max cores to 256",
    "diff": null,
    "prefixes": [
        "v3",
        "0/4"
    ]
}