get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57492,
    "url": "http://patches.dpdk.org/api/patches/57492/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1565103383-23864-1-git-send-email-matan@mellanox.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": "<1565103383-23864-1-git-send-email-matan@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1565103383-23864-1-git-send-email-matan@mellanox.com",
    "date": "2019-08-06T14:56:22",
    "name": "[1/2] doc: announce ethdev ABI change for LRO fields",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "117c44b90171d9bb32dded8896446ae1f233191b",
    "submitter": {
        "id": 796,
        "url": "http://patches.dpdk.org/api/people/796/?format=api",
        "name": "Matan Azrad",
        "email": "matan@mellanox.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1565103383-23864-1-git-send-email-matan@mellanox.com/mbox/",
    "series": [
        {
            "id": 5947,
            "url": "http://patches.dpdk.org/api/series/5947/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5947",
            "date": "2019-08-06T14:56:22",
            "name": "[1/2] doc: announce ethdev ABI change for LRO fields",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/5947/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/57492/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/57492/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 6E70D1B946;\n\tTue,  6 Aug 2019 16:56:45 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id BCC3A1B942\n\tfor <dev@dpdk.org>; Tue,  6 Aug 2019 16:56:43 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n\tmatan@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 6 Aug 2019 17:56:39 +0300",
            "from pegasus07.mtr.labs.mlnx (pegasus07.mtr.labs.mlnx\n\t[10.210.16.112])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x76Eud71024099;\n\tTue, 6 Aug 2019 17:56:39 +0300"
        ],
        "From": "Matan Azrad <matan@mellanox.com>",
        "To": "dev@dpdk.org",
        "Cc": "Thomas Monjalon <thomas@monjalon.net>,\n\tFerruh Yigit <ferruh.yigit@intel.com>,\n\tAndrew Rybchenko <arybchenko@solarflare.com>,\n\tKonstantin Ananyev <konstantin.ananyev@intel.com>,\n\tOlivier Matz <olivier.matz@6wind.com>",
        "Date": "Tue,  6 Aug 2019 14:56:22 +0000",
        "Message-Id": "<1565103383-23864-1-git-send-email-matan@mellanox.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH 1/2] doc: announce ethdev ABI change for LRO\n\tfields",
        "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": "It may be needed by the user to limit the LRO session packet size.\nIn order to allow the above limitation, a new Rx configuration may be\nadded for the maximum LRO session size.\n\nA new capability may be added too to expose the maximum LRO session size\nsupported by the port.\n\nSigned-off-by: Matan Azrad <matan@mellanox.com>\n---\n doc/guides/rel_notes/deprecation.rst | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 37b8592..c0cd9bc 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -59,6 +59,10 @@ Deprecation Notices\n   Target release for removal of the legacy API will be defined once most\n   PMDs have switched to rte_flow.\n \n+* ethdev: new 32-bit fields may be added for maximum LRO session size, in\n+  struct ``rte_eth_dev_info`` for the port capability and in struct\n+  ``rte_eth_rxmode`` for the port configuration.\n+  \n * cryptodev: support for using IV with all sizes is added, J0 still can\n   be used but only when IV length in following structs ``rte_crypto_auth_xform``,\n   ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal\n",
    "prefixes": [
        "1/2"
    ]
}