get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 48742,
    "url": "https://patches.dpdk.org/api/patches/48742/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181213140505.14578-1-zhirun.yan@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": "<20181213140505.14578-1-zhirun.yan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20181213140505.14578-1-zhirun.yan@intel.com",
    "date": "2018-12-13T14:05:03",
    "name": "[v3,0/2] Support request more queues",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1154,
        "url": "https://patches.dpdk.org/api/people/1154/?format=api",
        "name": "Yan, Zhirun",
        "email": "zhirun.yan@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181213140505.14578-1-zhirun.yan@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/48742/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/48742/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 89E8D1B498;\n\tThu, 13 Dec 2018 07:28:13 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id EC61E1B112\n\tfor <dev@dpdk.org>; Thu, 13 Dec 2018 07:28:11 +0100 (CET)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t12 Dec 2018 22:28:10 -0800",
            "from dpdk-server.sh.intel.com ([10.67.110.170])\n\tby orsmga006.jf.intel.com with ESMTP; 12 Dec 2018 22:28:10 -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,347,1539673200\"; d=\"scan'208\";a=\"100324359\"",
        "From": "Zhirun Yan <zhirun.yan@intel.com>",
        "To": "dev@dpdk.org,\n\tqi.z.zhang@intel.com",
        "Cc": "Zhirun Yan <zhirun.yan@intel.com>",
        "Date": "Thu, 13 Dec 2018 14:05:03 +0000",
        "Message-Id": "<20181213140505.14578-1-zhirun.yan@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20181128165806.78934-1-zhirun.yan@intel.com>",
        "References": "<20181128165806.78934-1-zhirun.yan@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 0/2] Support request more queues",
        "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": "DPDK VF send VIRTCHNL_OP_REQUEST_QUEUES to kernel PF or DPDK VF for\nrequesting more queues, then PF will allocate more queues.\n\n\nV3:\n- remove vf->reset and vf->pend_msg flag\n\nZhirun Yan (2):\n  net/i40e: support VF request more queues\n  net/i40e: support PF respond VF request more queues\n\n drivers/net/i40e/i40e_ethdev_vf.c | 56 ++++++++++++++++++++++++--\n drivers/net/i40e/i40e_pf.c        | 67 +++++++++++++++++++++++++++++++\n 2 files changed, 119 insertions(+), 4 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/2"
    ]
}