get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 59502,
    "url": "http://patches.dpdk.org/api/patches/59502/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190920124452.29449-1-adamx.dybkowski@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": "<20190920124452.29449-1-adamx.dybkowski@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190920124452.29449-1-adamx.dybkowski@intel.com",
    "date": "2019-09-20T12:44:49",
    "name": "[v2,0/3] compress/qat: add stateful decompression",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1322,
        "url": "http://patches.dpdk.org/api/people/1322/?format=api",
        "name": "Dybkowski, AdamX",
        "email": "adamx.dybkowski@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190920124452.29449-1-adamx.dybkowski@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/59502/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/59502/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 892941F3D5;\n\tFri, 20 Sep 2019 14:46:14 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id E95331F3C5\n\tfor <dev@dpdk.org>; Fri, 20 Sep 2019 14:46:12 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t20 Sep 2019 05:46:11 -0700",
            "from adamdybx-mobl.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.104.12.169])\n\tby fmsmga001.fm.intel.com with ESMTP; 20 Sep 2019 05:46:09 -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,528,1559545200\"; d=\"scan'208\";a=\"202497034\"",
        "From": "Adam Dybkowski <adamx.dybkowski@intel.com>",
        "To": "dev@dpdk.org, fiona.trahe@intel.com, arturx.trybula@intel.com,\n\takhil.goyal@nxp.com",
        "Cc": "Adam Dybkowski <adamx.dybkowski@intel.com>",
        "Date": "Fri, 20 Sep 2019 14:44:49 +0200",
        "Message-Id": "<20190920124452.29449-1-adamx.dybkowski@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190826074501.10653-1-adamx.dybkowski@intel.com>",
        "References": "<20190826074501.10653-1-adamx.dybkowski@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/3] compress/qat: add stateful decompression",
        "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 patchet adds the stateful decompression feature\nto the QAT PMD, together with the documentation updates\nand two new unit tests.\n\nAdam Dybkowski (3):\n  common/qat: add QAT RAM bank definitions\n  compress/qat: add stateful decompression\n  test/compress: add stateful decompression tests\n\n app/test/test_compressdev.c                  | 449 ++++++++++++++++---\n doc/guides/compressdevs/features/default.ini |  37 +-\n doc/guides/compressdevs/features/qat.ini     |  21 +-\n doc/guides/compressdevs/qat_comp.rst         |   5 +\n doc/guides/rel_notes/release_19_11.rst       |   4 +\n drivers/common/qat/qat_adf/icp_qat_fw_comp.h |  73 +++\n drivers/compress/qat/qat_comp.c              | 256 ++++++++++-\n drivers/compress/qat/qat_comp.h              |  32 ++\n drivers/compress/qat/qat_comp_pmd.c          | 166 ++++++-\n drivers/compress/qat/qat_comp_pmd.h          |   2 +\n 10 files changed, 929 insertions(+), 116 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/3"
    ]
}