get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 51721,
    "url": "http://patches.dpdk.org/api/patches/51721/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1553608284-17204-1-git-send-email-tomaszx.jozwiak@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": "<1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com",
    "date": "2019-03-26T13:51:23",
    "name": "[v5,0/1] add dynamic sgl allocation",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 949,
        "url": "http://patches.dpdk.org/api/people/949/?format=api",
        "name": "Tomasz Jozwiak",
        "email": "tomaszx.jozwiak@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/51721/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/51721/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 A5FBD56A3;\n\tTue, 26 Mar 2019 14:51:31 +0100 (CET)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n\tby dpdk.org (Postfix) with ESMTP id C842356A1\n\tfor <dev@dpdk.org>; Tue, 26 Mar 2019 14:51:29 +0100 (CET)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t26 Mar 2019 06:51:28 -0700",
            "from tjozwiax-mobl1.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.103.104.44])\n\tby orsmga002.jf.intel.com with ESMTP; 26 Mar 2019 06:51:27 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,271,1549958400\"; d=\"scan'208\";a=\"145357254\"",
        "From": "Tomasz Jozwiak <tomaszx.jozwiak@intel.com>",
        "To": "dev@dpdk.org,\n\tfiona.trahe@intel.com,\n\ttomaszx.jozwiak@intel.com",
        "Date": "Tue, 26 Mar 2019 14:51:23 +0100",
        "Message-Id": "<1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "References": "<1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5 0/1] add dynamic sgl allocation",
        "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": "This patch adds dynamic sgl allocation in QAT PMD and\ndepends on 'malloc: add rte_realloc_socket function patch'\n(https://patches.dpdk.org/patch/50711/)\nwhich should be applied first.\n\nChanges\n\n  -v2: added rte_realloc_socket instead of rte_realloc\n\n  -v3: fixed subject in patches series to see cover letter\n\n  -v4: fixed wrong arguments number in rte_realloc_socket call\n\n  -v5: assigned correct NUMA node\n\nTomasz Jozwiak (1):\n  compress/qat: add dynamic sgl allocation\n\n config/common_base                   |  1 -\n doc/guides/compressdevs/qat_comp.rst |  1 -\n doc/guides/cryptodevs/qat.rst        |  5 ----\n drivers/compress/qat/qat_comp.c      | 58 ++++++++++++++++++++++++++++++++----\n drivers/compress/qat/qat_comp.h      | 14 ++++-----\n drivers/compress/qat/qat_comp_pmd.c  | 51 ++++++++++++++++++++++++++-----\n 6 files changed, 104 insertions(+), 26 deletions(-)",
    "diff": null,
    "prefixes": [
        "v5",
        "0/1"
    ]
}