get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 56024,
    "url": "http://patches.dpdk.org/api/patches/56024/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190703152418.8601-1-arturx.trybula@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": "<20190703152418.8601-1-arturx.trybula@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190703152418.8601-1-arturx.trybula@intel.com",
    "date": "2019-07-03T15:24:12",
    "name": "[v6,0/6] add multiple cores feature to test-compress-perf",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1327,
        "url": "http://patches.dpdk.org/api/people/1327/?format=api",
        "name": "Artur Trybula",
        "email": "arturx.trybula@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190703152418.8601-1-arturx.trybula@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/56024/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/56024/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 2ECC8288C;\n\tWed,  3 Jul 2019 17:24:47 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 49B762AB\n\tfor <dev@dpdk.org>; Wed,  3 Jul 2019 17:24:45 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 Jul 2019 08:24:44 -0700",
            "from atrybulx-mobl.ger.corp.intel.com (HELO\n\tbuild-VirtualBox.isw.intel.com) ([10.103.104.106])\n\tby fmsmga001.fm.intel.com with ESMTP; 03 Jul 2019 08:24:43 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.63,446,1557212400\"; d=\"scan'208\";a=\"184785297\"",
        "From": "Artur Trybula <arturx.trybula@intel.com>",
        "To": "dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com,\n\tadamx.dybkowski@intel.com, arturx.trybula@intel.com, tjozwiakgm@gmail.com",
        "Date": "Wed,  3 Jul 2019 17:24:12 +0200",
        "Message-Id": "<20190703152418.8601-1-arturx.trybula@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<1561980385-3223-2-git-send-email-tjozwiakgm@gmail.com>",
        "References": "<1561980385-3223-2-git-send-email-tjozwiakgm@gmail.com>",
        "Subject": "[dpdk-dev] [PATCH v6 0/6] add multiple cores feature to\n\ttest-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 multiple cores feature to compression perf tool.\nAll structures have been aligned and are consistent with crypto perf tool.\nAll test cases have constructor, runner and destructor and can use more\ncores and compression devices at the same time.\n\nv2 changes:\n\n  - fixed checkpatch warning\n  - fixed max_nb_queue_pairs detection. Based on compression API\n    if max_nb_queue_pairs = 0 that means there is no limit in\n    maximum number of queue pairs\n  - fixed qp setup on the last device\n\nv3 changes:\n\n  - merged with commit 2f6527b70c15\n    app/compress-perf: add prints for socket id\n\n  - fixed wrong compression/decompression throughput calculation\n\nv4 changes:\n\n  - moved release notes update to patch 1\n  - removed pmd cyclecount template\n\nv5 changes:\n\n  - changed ctx null ptr detection inside constructors\n\nv6 changes:\n\n  - rebase to the recent master (before applying)\n    commit 82b9677cb23c\n\nTomasz Jozwiak (6):\n  app/test-compress-perf: add weak functions for multi-cores test\n  app/test-compress-perf: add ptest command line option\n  app/test-compress-perf: add verification test case\n  app/test-compress-perf: add benchmark test case\n  doc: update dpdk-test-compress-perf description\n  app/test-compress-perf: add force process termination\n\n app/test-compress-perf/Makefile               |   1 +\n app/test-compress-perf/comp_perf.h            |  50 ++\n app/test-compress-perf/comp_perf_options.h    |  45 +-\n .../comp_perf_options_parse.c                 |  54 +-\n .../comp_perf_test_benchmark.c                | 153 +++--\n .../comp_perf_test_benchmark.h                |  25 +-\n .../comp_perf_test_common.c                   | 284 ++++++++\n .../comp_perf_test_common.h                   |  41 ++\n .../comp_perf_test_verify.c                   | 137 +++-\n .../comp_perf_test_verify.h                   |  24 +-\n app/test-compress-perf/main.c                 | 605 +++++++-----------\n app/test-compress-perf/meson.build            |   3 +-\n doc/guides/rel_notes/release_19_08.rst        |   4 +\n doc/guides/tools/comp_perf.rst                |  34 +-\n 14 files changed, 993 insertions(+), 467 deletions(-)\n create mode 100644 app/test-compress-perf/comp_perf.h\n create mode 100644 app/test-compress-perf/comp_perf_test_common.c\n create mode 100644 app/test-compress-perf/comp_perf_test_common.h",
    "diff": null,
    "prefixes": [
        "v6",
        "0/6"
    ]
}