get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 45319,
    "url": "https://patches.dpdk.org/api/patches/45319/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180925143109.19742-1-ferruh.yigit@intel.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20180925143109.19742-1-ferruh.yigit@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180925143109.19742-1-ferruh.yigit@intel.com",
    "date": "2018-09-25T14:31:09",
    "name": "ethdev: fix doxygen comment to be with structure",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "835b9365d622f2576d8b5516e16a8601da33058f",
    "submitter": {
        "id": 324,
        "url": "https://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180925143109.19742-1-ferruh.yigit@intel.com/mbox/",
    "series": [
        {
            "id": 1494,
            "url": "https://patches.dpdk.org/api/series/1494/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=1494",
            "date": "2018-09-25T14:31:09",
            "name": "ethdev: fix doxygen comment to be with structure",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/1494/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/45319/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/45319/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 D310E1B17F;\n\tTue, 25 Sep 2018 15:41:20 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id B41781B178;\n\tTue, 25 Sep 2018 15:41:19 +0200 (CEST)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t25 Sep 2018 06:41:09 -0700",
            "from silpixa00399752.ir.intel.com (HELO\n\tsilpixa00399752.ger.corp.intel.com) ([10.237.222.212])\n\tby orsmga006.jf.intel.com with ESMTP; 25 Sep 2018 06:31:30 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.54,302,1534834800\"; d=\"scan'208\";a=\"77139048\"",
        "From": "Ferruh Yigit <ferruh.yigit@intel.com>",
        "To": "Thomas Monjalon <thomas@monjalon.net>,\n\tAndrew Rybchenko <arybchenko@solarflare.com>",
        "Cc": "dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,\n\tPaul M Stillwell Jr <paul.m.stillwell.jr@intel.com>,\n\tivan.boule@6wind.com, stable@dpdk.org",
        "Date": "Tue, 25 Sep 2018 15:31:09 +0100",
        "Message-Id": "<20180925143109.19742-1-ferruh.yigit@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH] ethdev: fix doxygen comment to be with structure",
        "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": "From: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>\n\nThe doxygen comment describing the rte_eth_dev_info structure\nwas separated from the structure itself so move the comment\nback to be with the structure.\n\nFixes: 7238e63bce52 (\"ethdev: add support for device offload capabilities\")\nCc: ivan.boule@6wind.com\nCc: stable@dpdk.org\n\nSigned-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>\n---\n lib/librte_ethdev/rte_ethdev.h | 12 ++++++------\n 1 file changed, 6 insertions(+), 6 deletions(-)",
    "diff": "diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h\nindex 44b4fb33f..012577b0a 100644\n--- a/lib/librte_ethdev/rte_ethdev.h\n+++ b/lib/librte_ethdev/rte_ethdev.h\n@@ -869,12 +869,6 @@ struct rte_eth_conf {\n \tstruct rte_intr_conf intr_conf; /**< Interrupt mode configuration. */\n };\n \n-/**\n- * A structure used to retrieve the contextual information of\n- * an Ethernet device, such as the controlling driver of the device,\n- * its PCI context, etc...\n- */\n-\n /**\n  * RX offload capabilities of a device.\n  */\n@@ -1005,6 +999,12 @@ struct rte_eth_switch_info {\n /**\n  * Ethernet device information\n  */\n+\n+/**\n+ * A structure used to retrieve the contextual information of\n+ * an Ethernet device, such as the controlling driver of the\n+ * device, etc...\n+ */\n struct rte_eth_dev_info {\n \tstruct rte_device *device; /** Generic device information */\n \tconst char *driver_name; /**< Device Driver name. */\n",
    "prefixes": []
}