get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 89361,
    "url": "http://patches.dpdk.org/api/patches/89361/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20210317092610.71000-1-salems@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": "<20210317092610.71000-1-salems@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210317092610.71000-1-salems@nvidia.com",
    "date": "2021-03-17T09:26:01",
    "name": "[v3,0/8] Add support for VXLAN and NVGRE encap as a sample actions",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2138,
        "url": "http://patches.dpdk.org/api/people/2138/?format=api",
        "name": "Salem Sol",
        "email": "salems@nvidia.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20210317092610.71000-1-salems@nvidia.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/89361/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/89361/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 9BA75A00C2;\n\tWed, 17 Mar 2021 10:26:26 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3F9B3140EB8;\n\tWed, 17 Mar 2021 10:26:22 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by mails.dpdk.org (Postfix) with ESMTP id 6B5E7140EB2\n for <dev@dpdk.org>; Wed, 17 Mar 2021 10:26:19 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n salems@nvidia.com) with SMTP; 17 Mar 2021 11:26:15 +0200",
            "from nvidia.com ([10.228.128.224])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 12H9QFx4018989;\n Wed, 17 Mar 2021 11:26:15 +0200"
        ],
        "From": "Salem Sol <salems@nvidia.com>",
        "To": "dev@dpdk.org",
        "Cc": "Salem Sol <salems@nvidia.com>",
        "Date": "Wed, 17 Mar 2021 11:26:01 +0200",
        "Message-Id": "<20210317092610.71000-1-salems@nvidia.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/8] Add support for VXLAN and NVGRE encap as\n a sample actions",
        "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": "This series adds support for VXLAN and NVGRE encap as a sample actions with the proper\ndocumentation, this series depends on [1] for the documentation part.\n    \n[1] http://patches.dpdk.org/project/dpdk/patch/1615774238-51875-1-git-send-email-jiaweiw@nvidia.com/\n\nV2: updated (\"doc: update sample actions support in testpmd guide\") fixing a build issue.\nV3: added (\"doc: update dpdk 21.05 release notes\").\n\nJiawei Wang (1):\n  app/testpmd: store VXLAN/NVGRE encap data globally\n\nSalem Sol (7):\n  net/mlx5: support VXLAN encap action in sample\n  net/mlx5: support NVGRE encap action in sample\n  app/testpmd: support VXLAN encap for sample action\n  app/testpmd: support NVGRE encap for sample action\n  doc: update sample actions support in testpmd guide\n  doc: update sample actions support in mlx5 guide\n  doc: update dpdk 21.05 release notes\n\n app/test-pmd/cmdline_flow.c                 | 90 ++++++++++++++-------\n doc/guides/nics/mlx5.rst                    |  4 +-\n doc/guides/rel_notes/release_21_05.rst      |  6 ++\n doc/guides/testpmd_app_ug/testpmd_funcs.rst | 22 +++++\n drivers/net/mlx5/mlx5_flow_dv.c             | 13 +++\n 5 files changed, 106 insertions(+), 29 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/8"
    ]
}