get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57025,
    "url": "https://patches.dpdk.org/api/patches/57025/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190724125323.15654-1-adamx.dybkowski@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": "<20190724125323.15654-1-adamx.dybkowski@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190724125323.15654-1-adamx.dybkowski@intel.com",
    "date": "2019-07-24T12:53:22",
    "name": "[v6,0/1] add extra features to test-compress-perf",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1322,
        "url": "https://patches.dpdk.org/api/people/1322/?format=api",
        "name": "Dybkowski, AdamX",
        "email": "adamx.dybkowski@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190724125323.15654-1-adamx.dybkowski@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/57025/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/57025/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 CBE3C1C1C5;\n\tWed, 24 Jul 2019 15:09:41 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id 2D16E1C1C5\n\tfor <dev@dpdk.org>; Wed, 24 Jul 2019 15:09:39 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t24 Jul 2019 06:09:39 -0700",
            "from adamdybx-mobl.ger.corp.intel.com (HELO localhost.localdomain)\n\t([10.104.14.184])\n\tby fmsmga002.fm.intel.com with ESMTP; 24 Jul 2019 06:09:38 -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,303,1559545200\"; d=\"scan'208\";a=\"197493835\"",
        "From": "Adam Dybkowski <adamx.dybkowski@intel.com>",
        "To": "dev@dpdk.org,\n\tfiona.trahe@intel.com",
        "Cc": "Adam Dybkowski <adamx.dybkowski@intel.com>,\n\tArtur Trybula <arturx.trybula@intel.com>",
        "Date": "Wed, 24 Jul 2019 14:53:22 +0200",
        "Message-Id": "<20190724125323.15654-1-adamx.dybkowski@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190717110247.26594-2-arturx.trybula@intel.com>",
        "References": "<20190717110247.26594-2-arturx.trybula@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v6 0/1] add extra features to test-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": "v6 changes:\n        - replace special bullet characters with normal asterisks\n\nv5 changes:\n        - some minor changes (rewording, structure renaming, etc.)\n\nv4 changes:\n        - information about compression threads printed on screen\n\nv3 changes:\n        - commented code removed\n\nv2 changes:\n        - merged with the series \"add multiple cores feature to\n                test-compress-perf\"\n        - function renamed: print_report_header() -> print_test_dynamics()\n\nSigned-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>\nSigned-off-by: Artur Trybula <arturx.trybula@intel.com>\n\nArtur Trybula (1):\n  app/test-compress-perf: provide more detailed report\n\n .../comp_perf_test_benchmark.c                | 21 ++++-\n .../comp_perf_test_common.c                   | 94 ++++++++++++++++++-\n .../comp_perf_test_common.h                   |  6 ++\n app/test-compress-perf/main.c                 |  4 +-\n 4 files changed, 120 insertions(+), 5 deletions(-)",
    "diff": null,
    "prefixes": [
        "v6",
        "0/1"
    ]
}