get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85568,
    "url": "http://patches.dpdk.org/api/patches/85568/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/cover.1608504560.git.rahul.lakkireddy@chelsio.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": "<cover.1608504560.git.rahul.lakkireddy@chelsio.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1608504560.git.rahul.lakkireddy@chelsio.com",
    "date": "2020-12-20T22:47:39",
    "name": "[0/3] net/cxgbe: rework link config and add FEC support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 241,
        "url": "http://patches.dpdk.org/api/people/241/?format=api",
        "name": "Rahul Lakkireddy",
        "email": "rahul.lakkireddy@chelsio.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/cover.1608504560.git.rahul.lakkireddy@chelsio.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/85568/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/85568/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 5262BA09FD;\n\tMon, 21 Dec 2020 00:04:03 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 31654CB93;\n\tMon, 21 Dec 2020 00:04:02 +0100 (CET)",
            "from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8])\n by dpdk.org (Postfix) with ESMTP id C288DCB7B\n for <dev@dpdk.org>; Mon, 21 Dec 2020 00:03:59 +0100 (CET)",
            "from localhost (scalar.blr.asicdesigners.com [10.193.185.94])\n by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id 0BKN3tUC011882;\n Sun, 20 Dec 2020 15:03:56 -0800"
        ],
        "From": "Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>",
        "To": "dev@dpdk.org",
        "Cc": "kaara.satwik@chelsio.com",
        "Date": "Mon, 21 Dec 2020 04:17:39 +0530",
        "Message-Id": "<cover.1608504560.git.rahul.lakkireddy@chelsio.com>",
        "X-Mailer": "git-send-email 2.5.3",
        "Subject": "[dpdk-dev] [PATCH 0/3] net/cxgbe: rework link config and add FEC\n\tsupport",
        "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": "This series of patches rework link handling and add support to\nconfigure Forward Error Correction (FEC) capability.\n\nPatch 1 removes legacy 16-bit link capabilities infrastructure\nand always enables 32-bit link capabilities in firmware.\n\nPatch 2 simplifies link handling in preparation for FEC support.\n\nPatch 3 adds support to configure link FEC when supported.\n\nThanks,\nRahul\n\nKarra Satwik (3):\n  net/cxgbe: remove legacy 16-bit link capabilities\n  net/cxgbe: rework and simplify link handling code\n  net/cxgbe: implement ethdev ops to configure link FEC\n\n doc/guides/nics/cxgbe.rst               |  14 +-\n drivers/net/cxgbe/base/adapter.h        |  10 -\n drivers/net/cxgbe/base/common.h         |  71 +--\n drivers/net/cxgbe/base/t4_hw.c          | 648 +++++++++++-------------\n drivers/net/cxgbe/base/t4fw_interface.h |  87 +---\n drivers/net/cxgbe/base/t4vf_hw.c        |  86 +---\n drivers/net/cxgbe/cxgbe_ethdev.c        | 201 +++++++-\n drivers/net/cxgbe/cxgbe_main.c          |  21 +-\n 8 files changed, 565 insertions(+), 573 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/3"
    ]
}