get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85240,
    "url": "http://patches.dpdk.org/api/patches/85240/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1608123735-3662-9-git-send-email-shirik@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": "<1608123735-3662-9-git-send-email-shirik@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1608123735-3662-9-git-send-email-shirik@nvidia.com",
    "date": "2020-12-16T13:02:15",
    "name": "[RFC,v3,8/8] doc: update GENEVE TLV option support",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "fd3ee963e0c4651974692478f1a5776c8ff6f945",
    "submitter": {
        "id": 1894,
        "url": "http://patches.dpdk.org/api/people/1894/?format=api",
        "name": "Shiri Kuzin",
        "email": "shirik@nvidia.com"
    },
    "delegate": {
        "id": 319,
        "url": "http://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1608123735-3662-9-git-send-email-shirik@nvidia.com/mbox/",
    "series": [
        {
            "id": 14330,
            "url": "http://patches.dpdk.org/api/series/14330/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14330",
            "date": "2020-12-16T13:02:07",
            "name": "ethdev: introduce GENEVE header TLV option item",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/14330/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/85240/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/85240/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 752C4A09EF;\n\tWed, 16 Dec 2020 14:04:34 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id BB491CA04;\n\tWed, 16 Dec 2020 14:02:57 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id EEE58C9E8\n for <dev@dpdk.org>; Wed, 16 Dec 2020 14:02:54 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n shirik@nvidia.com) with SMTP; 16 Dec 2020 15:02:52 +0200",
            "from nvidia.com (nps-server-11.mtl.labs.mlnx [10.7.12.71])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BGD2M1H011463;\n Wed, 16 Dec 2020 15:02:51 +0200"
        ],
        "From": "Shiri Kuzin <shirik@nvidia.com>",
        "To": "dev@dpdk.org",
        "Cc": "viacheslavo@nvidia.com, adrien.mazarguil@6wind.com, rasland@nvidia.com",
        "Date": "Wed, 16 Dec 2020 15:02:15 +0200",
        "Message-Id": "<1608123735-3662-9-git-send-email-shirik@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1608123735-3662-1-git-send-email-shirik@nvidia.com>",
        "References": "<1599118768-13265-1-git-send-email-shirik@nvidia.com>\n <1608123735-3662-1-git-send-email-shirik@nvidia.com>",
        "Subject": "[dpdk-dev] [RFC v3 8/8] doc: update GENEVE TLV option 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": "GENEVE TLV option support added to mlx5 PMD.\n\nThe limitations and support were updated in\ndocumentation.\n\nSigned-off-by: Shiri Kuzin <shirik@nvidia.com>\n---\n doc/guides/nics/mlx5.rst | 18 +++++++++++++++++-\n 1 file changed, 17 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst\nindex 3bda0f8..9700fe5 100644\n--- a/doc/guides/nics/mlx5.rst\n+++ b/doc/guides/nics/mlx5.rst\n@@ -98,6 +98,7 @@ Features\n - Hardware LRO.\n - Hairpin.\n - Multiple-thread flow insertion.\n+- Matching on Geneve TLV option header with raw encap/decap action.\n \n Limitations\n -----------\n@@ -175,7 +176,18 @@ Limitations\n      - OAM\n      - protocol type\n      - options length\n-       Currently, the only supported options length value is 0.\n+\n+- Match on Geneve TLv option is supported on the following fields:\n+     - Class\n+     - Type\n+     - Length\n+     - Data\n+\n+  Only one Class/Type/Length Geneve TLV option is supported per shared device.\n+  Class/Type/Length fields must be specified as well as masks.\n+  Class/Type/Length specified masks must be full.\n+  Matching Geneve TLV option without specifying data is not supported.\n+  Matching Geneve TLV option with data & mask == 0 is not supported.\n \n - VF: flow rules created on VF devices can only match traffic targeted at the\n   configured MAC addresses (see ``rte_eth_dev_mac_addr_add()``).\n@@ -1022,6 +1034,10 @@ Below are some firmware configurations listed.\n    or\n    FLEX_PARSER_PROFILE_ENABLE=1\n \n+- enable Geneve TLV option flow matching::\n+\n+   FLEX_PARSER_PROFILE_ENABLE=0\n+\n - enable GTP flow matching::\n \n    FLEX_PARSER_PROFILE_ENABLE=3\n",
    "prefixes": [
        "RFC",
        "v3",
        "8/8"
    ]
}