get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 98812,
    "url": "http://patchwork.dpdk.org/api/patches/98812/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20210913184643.1515499-1-blp@ovn.org/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20210913184643.1515499-1-blp@ovn.org>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210913184643.1515499-1-blp@ovn.org",
    "date": "2021-09-13T18:46:43",
    "name": "lpm6: Fix missing ^ in documentation.",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "6214993936ff89137906cb8d1ed3901e25ba3768",
    "submitter": {
        "id": 2211,
        "url": "http://patchwork.dpdk.org/api/people/2211/?format=api",
        "name": "Ben Pfaff",
        "email": "blp@ovn.org"
    },
    "delegate": {
        "id": 24651,
        "url": "http://patchwork.dpdk.org/api/users/24651/?format=api",
        "username": "dmarchand",
        "first_name": "David",
        "last_name": "Marchand",
        "email": "david.marchand@redhat.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20210913184643.1515499-1-blp@ovn.org/mbox/",
    "series": [
        {
            "id": 18884,
            "url": "http://patchwork.dpdk.org/api/series/18884/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=18884",
            "date": "2021-09-13T18:46:43",
            "name": "lpm6: Fix missing ^ in documentation.",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/18884/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/98812/comments/",
    "check": "fail",
    "checks": "http://patchwork.dpdk.org/api/patches/98812/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 9E364A0C45;\n\tMon, 13 Sep 2021 20:46:57 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 84C3340151;\n\tMon, 13 Sep 2021 20:46:57 +0200 (CEST)",
            "from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net\n [217.70.183.201])\n by mails.dpdk.org (Postfix) with ESMTP id C8FBB4014F\n for <dev@dpdk.org>; Mon, 13 Sep 2021 20:46:55 +0200 (CEST)",
            "(Authenticated sender: blp@ovn.org)\n by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id CAC5A1BF204;\n Mon, 13 Sep 2021 18:46:54 +0000 (UTC)"
        ],
        "From": "Ben Pfaff <blp@ovn.org>",
        "To": "dev@dpdk.org",
        "Cc": "Ben Pfaff <blp@ovn.org>",
        "Date": "Mon, 13 Sep 2021 11:46:43 -0700",
        "Message-Id": "<20210913184643.1515499-1-blp@ovn.org>",
        "X-Mailer": "git-send-email 2.31.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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": "Signed-off-by: Ben Pfaff <blp@ovn.org>\n---\n doc/guides/prog_guide/lpm6_lib.rst | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/doc/guides/prog_guide/lpm6_lib.rst b/doc/guides/prog_guide/lpm6_lib.rst\nindex d1aea91ca9..8425d14805 100644\n--- a/doc/guides/prog_guide/lpm6_lib.rst\n+++ b/doc/guides/prog_guide/lpm6_lib.rst\n@@ -64,9 +64,9 @@ that are most commonly used in IPv6.\n \n The main data structure is built using the following elements:\n \n-*   A table with 224 entries\n+*   A table with 2^24 entries\n \n-*   A number of tables, configurable by the user through the API, with 28 entries\n+*   A number of tables, configurable by the user through the API, with 2^8 entries\n \n The first table, called tbl24, is indexed using the first 24 bits of the IP address be looked up,\n while the rest of the tables, called tbl8s,\n",
    "prefixes": []
}