get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 48183,
    "url": "http://patches.dpdk.org/api/patches/48183/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181119124645.11705-1-shahafs@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": "<20181119124645.11705-1-shahafs@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20181119124645.11705-1-shahafs@mellanox.com",
    "date": "2018-11-19T12:46:44",
    "name": "[1/2] doc: update Mellanox release notes",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "c126980a1adafeb58ef1de02ab174c9a855ae8a1",
    "submitter": {
        "id": 634,
        "url": "http://patches.dpdk.org/api/people/634/?format=api",
        "name": "Shahaf Shuler",
        "email": "shahafs@mellanox.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/20181119124645.11705-1-shahafs@mellanox.com/mbox/",
    "series": [
        {
            "id": 2486,
            "url": "http://patches.dpdk.org/api/series/2486/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=2486",
            "date": "2018-11-19T12:46:44",
            "name": "[1/2] doc: update Mellanox release notes",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/2486/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/48183/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/48183/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 58AF72BD5;\n\tMon, 19 Nov 2018 13:47:04 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 612FC2B9E\n\tfor <dev@dpdk.org>; Mon, 19 Nov 2018 13:47:02 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tshahafs@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 19 Nov 2018 14:52:40 +0200",
            "from unicorn01.mtl.labs.mlnx. (unicorn01.mtl.labs.mlnx\n\t[10.7.12.62])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id wAJCkxXg029537;\n\tMon, 19 Nov 2018 14:46:59 +0200"
        ],
        "From": "Shahaf Shuler <shahafs@mellanox.com>",
        "To": "john.mcnamara@intel.com, marko.kovacevic@intel.com",
        "Cc": "dev@dpdk.org, erezsc@mellanox.com, olgas@mellanox.com, yskoh@mellanox.com",
        "Date": "Mon, 19 Nov 2018 14:46:44 +0200",
        "Message-Id": "<20181119124645.11705-1-shahafs@mellanox.com>",
        "X-Mailer": "git-send-email 2.12.0",
        "Subject": "[dpdk-dev] [PATCH 1/2] doc: update Mellanox release notes",
        "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": "Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>\n---\n doc/guides/rel_notes/release_18_11.rst | 17 +++++++++++++++++\n 1 file changed, 17 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst\nindex 32ff0e5c08..f66ade2a52 100644\n--- a/doc/guides/rel_notes/release_18_11.rst\n+++ b/doc/guides/rel_notes/release_18_11.rst\n@@ -142,6 +142,23 @@ New Features\n   See the :doc:`../nics/atlantic` nic driver guide for more details on this\n   driver.\n \n+* **Updated mlx5 driver.**\n+\n+  Updated the mlx5 driver including the following changes:\n+\n+  * Improved security of PMD to prevent the NIC from getting stuck when\n+    application misbehaves.\n+  * reworked flow engine to supported e-switch flow rules (transfer attribute).\n+  * Supported header re-write(L2-L4), VXLAN encap/decap, count ,match\n+    on TCP flags and multiple flow groups with e-switch flow rules.\n+  * Supported match on medatada, VXLAN and MPLS encap/decap with flow rules.\n+  * Supported RTE_ETH_DEV_CLOSE_REMOVE flag to provide better support for\n+    representors.\n+  * Supported meson build.\n+  * Fixed build issue with PPC.\n+  * Supported BlueField VF.\n+  * Supported externally allocated static memory for DMA.\n+\n * **Updated Solarflare network PMD.**\n \n   Updated the sfc_efx driver including the following changes:\n",
    "prefixes": [
        "1/2"
    ]
}