get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35126,
    "url": "http://patches.dpdk.org/api/patches/35126/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1518429458-19537-1-git-send-email-alejandro.lucero@netronome.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": "<1518429458-19537-1-git-send-email-alejandro.lucero@netronome.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1518429458-19537-1-git-send-email-alejandro.lucero@netronome.com",
    "date": "2018-02-12T09:57:38",
    "name": "[dpdk-dev] net/nfp: rename nfp PF file",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "831c3bd6003d3a6f0ea6bf7ce91ce749bf999545",
    "submitter": {
        "id": 270,
        "url": "http://patches.dpdk.org/api/people/270/?format=api",
        "name": "Alejandro Lucero",
        "email": "alejandro.lucero@netronome.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/1518429458-19537-1-git-send-email-alejandro.lucero@netronome.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35126/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/35126/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 3AD1B1B303;\n\tMon, 12 Feb 2018 10:57:42 +0100 (CET)",
            "from netronome.com (host-79-78-33-110.static.as9105.net\n\t[79.78.33.110]) by dpdk.org (Postfix) with ESMTP id 497AD1B2FF\n\tfor <dev@dpdk.org>; Mon, 12 Feb 2018 10:57:40 +0100 (CET)",
            "from netronome.com (localhost [127.0.0.1])\n\tby netronome.com (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id\n\tw1C9vcRM019576 for <dev@dpdk.org>; Mon, 12 Feb 2018 09:57:38 GMT",
            "(from alucero@localhost)\n\tby netronome.com (8.14.4/8.14.4/Submit) id w1C9vcXf019575\n\tfor dev@dpdk.org; Mon, 12 Feb 2018 09:57:38 GMT"
        ],
        "From": "Alejandro Lucero <alejandro.lucero@netronome.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 12 Feb 2018 09:57:38 +0000",
        "Message-Id": "<1518429458-19537-1-git-send-email-alejandro.lucero@netronome.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "Subject": "[dpdk-dev] [PATCH] net/nfp: rename nfp PF file",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Other NICs with VF support do not use the _pf suffix for these files\nbut just for the VF description.\n\nThis change makes NFP files consistent in this regard and helps with\nhow the DPDK web nics features matrix shows NFP devices.\n\nSigned-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>\n---\n doc/guides/nics/features/nfp.ini    | 28 ++++++++++++++++++++++++++++\n doc/guides/nics/features/nfp_pf.ini | 28 ----------------------------\n 2 files changed, 28 insertions(+), 28 deletions(-)\n create mode 100644 doc/guides/nics/features/nfp.ini\n delete mode 100644 doc/guides/nics/features/nfp_pf.ini",
    "diff": "diff --git a/doc/guides/nics/features/nfp.ini b/doc/guides/nics/features/nfp.ini\nnew file mode 100644\nindex 0000000..d2899e7\n--- /dev/null\n+++ b/doc/guides/nics/features/nfp.ini\n@@ -0,0 +1,28 @@\n+;\n+; Supported features of the 'nfp' network poll mode driver.\n+;\n+; Refer to default.ini for the full list of available PMD features.\n+;\n+[Features]\n+Speed capabilities   = Y\n+Link status          = Y\n+Link status event    = Y\n+Rx interrupt         = Y\n+Queue start/stop     = Y\n+MTU update           = Y\n+Jumbo frame          = Y\n+Promiscuous mode     = Y\n+TSO                  = Y\n+RSS hash             = Y\n+RSS key update       = Y\n+RSS reta update      = Y\n+Flow control         = Y\n+VLAN offload         = Y\n+L3 checksum offload  = Y\n+L4 checksum offload  = Y\n+Basic stats          = Y\n+Stats per queue      = Y\n+Linux UIO            = Y\n+Linux VFIO           = Y\n+x86-64               = Y\n+Usage doc            = Y\ndiff --git a/doc/guides/nics/features/nfp_pf.ini b/doc/guides/nics/features/nfp_pf.ini\ndeleted file mode 100644\nindex d2899e7..0000000\n--- a/doc/guides/nics/features/nfp_pf.ini\n+++ /dev/null\n@@ -1,28 +0,0 @@\n-;\n-; Supported features of the 'nfp' network poll mode driver.\n-;\n-; Refer to default.ini for the full list of available PMD features.\n-;\n-[Features]\n-Speed capabilities   = Y\n-Link status          = Y\n-Link status event    = Y\n-Rx interrupt         = Y\n-Queue start/stop     = Y\n-MTU update           = Y\n-Jumbo frame          = Y\n-Promiscuous mode     = Y\n-TSO                  = Y\n-RSS hash             = Y\n-RSS key update       = Y\n-RSS reta update      = Y\n-Flow control         = Y\n-VLAN offload         = Y\n-L3 checksum offload  = Y\n-L4 checksum offload  = Y\n-Basic stats          = Y\n-Stats per queue      = Y\n-Linux UIO            = Y\n-Linux VFIO           = Y\n-x86-64               = Y\n-Usage doc            = Y\n",
    "prefixes": [
        "dpdk-dev"
    ]
}