get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 48530,
    "url": "https://patches.dpdk.org/api/patches/48530/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1543999626-24262-1-git-send-email-tomaszx.jozwiak@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": "<1543999626-24262-1-git-send-email-tomaszx.jozwiak@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1543999626-24262-1-git-send-email-tomaszx.jozwiak@intel.com",
    "date": "2018-12-05T08:47:01",
    "name": "[v5,0/5] add initial version of compress-perf",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 949,
        "url": "https://patches.dpdk.org/api/people/949/?format=api",
        "name": "Tomasz Jozwiak",
        "email": "tomaszx.jozwiak@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1543999626-24262-1-git-send-email-tomaszx.jozwiak@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/48530/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/48530/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 4E7201B19A;\n\tWed,  5 Dec 2018 09:47:13 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 18FDA1B160\n\tfor <dev@dpdk.org>; Wed,  5 Dec 2018 09:47:10 +0100 (CET)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t05 Dec 2018 00:47:10 -0800",
            "from tjozwiax-mobl.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.103.104.46])\n\tby fmsmga001.fm.intel.com with ESMTP; 05 Dec 2018 00:47:08 -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,317,1539673200\"; d=\"scan'208\";a=\"127242239\"",
        "From": "Tomasz Jozwiak <tomaszx.jozwiak@intel.com>",
        "To": "dev@dpdk.org, fiona.trahe@intel.com, tomaszx.jozwiak@intel.com,\n\tShally.Verma@cavium.com, akhil.goyal@nxp.com",
        "Date": "Wed,  5 Dec 2018 09:47:01 +0100",
        "Message-Id": "<1543999626-24262-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1542983269-30093-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "References": "<1542983269-30093-1-git-send-email-tomaszx.jozwiak@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v5 0/5] add initial version of compress-perf",
        "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 patchset adds initial version of compression performance\ntest.\n\nv5 changes:\n  - Fixed documentation\n  - Added op's status checking after rte_compressdev_dequeue_burst\n  - code cleanup\n\n  Note: The 19.02 release notes will be updated once the file has been created\n\nv4 changes:\n  - fixed checkpatch issues\n  - code cleanup\n\nv3 changes:\n  - Added dynamic compression\n  - Code refactoring to separate validation\n    from benchmarking part\n  - Updated documentation\n  - Added fail detection from rte_compressdev_enqueue_burst\n    and rte_compressdev_dequeue_burst functions\n  - Code cleanup\n\nv2 changes:\n\n  -  Added release note\n  -  Added new cleanup flow into main function\n  -  Blocked dynamic compression test because it hasn't been\n     tested enough\n  -  Changed `--max-num-sgl-segs' default value to 16\n  -  Updated documentation\n\n\nTomasz Jozwiak (5):\n  app/compress-perf: add parser\n  app/compress-perf: add performance measurement\n  doc/guides/tools: add doc files\n  app/compress-perf: add dynamic compression test\n  app/compress-perf: code refactoring\n\n MAINTAINERS                                       |   5 +\n app/Makefile                                      |   4 +\n app/meson.build                                   |   1 +\n app/test-compress-perf/Makefile                   |  18 +\n app/test-compress-perf/comp_perf_options.h        |  71 +++\n app/test-compress-perf/comp_perf_options_parse.c  | 596 ++++++++++++++++++++++\n app/test-compress-perf/comp_perf_test_benchmark.c | 308 +++++++++++\n app/test-compress-perf/comp_perf_test_benchmark.h |  13 +\n app/test-compress-perf/comp_perf_test_verify.c    | 353 +++++++++++++\n app/test-compress-perf/comp_perf_test_verify.h    |  13 +\n app/test-compress-perf/main.c                     | 590 +++++++++++++++++++++\n app/test-compress-perf/meson.build                |   9 +\n config/common_base                                |   5 +\n doc/guides/rel_notes/release_18_11.rst            |   4 +\n doc/guides/tools/comp_perf.rst                    |  81 +++\n doc/guides/tools/index.rst                        |   1 +\n 16 files changed, 2072 insertions(+)\n create mode 100644 app/test-compress-perf/Makefile\n create mode 100644 app/test-compress-perf/comp_perf_options.h\n create mode 100644 app/test-compress-perf/comp_perf_options_parse.c\n create mode 100644 app/test-compress-perf/comp_perf_test_benchmark.c\n create mode 100644 app/test-compress-perf/comp_perf_test_benchmark.h\n create mode 100644 app/test-compress-perf/comp_perf_test_verify.c\n create mode 100644 app/test-compress-perf/comp_perf_test_verify.h\n create mode 100644 app/test-compress-perf/main.c\n create mode 100644 app/test-compress-perf/meson.build\n create mode 100644 doc/guides/tools/comp_perf.rst",
    "diff": null,
    "prefixes": [
        "v5",
        "0/5"
    ]
}