get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85517,
    "url": "http://patches.dpdk.org/api/patches/85517/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201220104148.13961-1-ophirmu@nvidia.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": "<20201220104148.13961-1-ophirmu@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201220104148.13961-1-ophirmu@nvidia.com",
    "date": "2020-12-20T10:41:42",
    "name": "[v2,0/6] regex multi Q with multi cores support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1908,
        "url": "http://patches.dpdk.org/api/people/1908/?format=api",
        "name": "Ophir Munk",
        "email": "ophirmu@nvidia.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20201220104148.13961-1-ophirmu@nvidia.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/85517/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/85517/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 42071A09FD;\n\tSun, 20 Dec 2020 11:42:15 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 40A07CB6B;\n\tSun, 20 Dec 2020 11:42:13 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 81AA3CAE3\n for <dev@dpdk.org>; Sun, 20 Dec 2020 11:42:10 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n ophirmu@nvidia.com) with SMTP; 20 Dec 2020 12:42:09 +0200",
            "from nvidia.com (pegasus05.mtr.labs.mlnx [10.210.16.100])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BKAg9pu031499;\n Sun, 20 Dec 2020 12:42:09 +0200"
        ],
        "From": "Ophir Munk <ophirmu@nvidia.com>",
        "To": "dev@dpdk.org, Ori Kam <orika@nvidia.com>, Ophir Munk <ophirmu@nvidia.com>",
        "Cc": "Thomas Monjalon <thomas@monjalon.net>",
        "Date": "Sun, 20 Dec 2020 10:41:42 +0000",
        "Message-Id": "<20201220104148.13961-1-ophirmu@nvidia.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "In-Reply-To": "<20201216164931.1517-2-ophirmu@nvidia.com>",
        "References": "<20201216164931.1517-2-ophirmu@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/6] regex multi Q with multi cores support",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patchset enhances the regex application to support multi Q with multi cores.\n\nv1: Initial release.\nv2: Update documentation (testregex.rst).\n    Fix checkpath mispelling errors.\n\nOphir Munk (6):\n  app/regex: move mem pool creation to worker routine\n  app/regex: support multi QPs\n  app/regex: read data file once at startup\n  app/regex: support multi cores\n  app/regex: support performance measurements per QP\n  app/regex: replace Linux clock() API with rdtsc\n\n app/test-regex/main.c          | 519 +++++++++++++++++++++++++++++------------\n doc/guides/tools/testregex.rst |  30 ++-\n 2 files changed, 398 insertions(+), 151 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/6"
    ]
}