get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57267,
    "url": "https://patches.dpdk.org/api/patches/57267/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190730124950.1293-1-marcinx.a.zapolski@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": "<20190730124950.1293-1-marcinx.a.zapolski@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190730124950.1293-1-marcinx.a.zapolski@intel.com",
    "date": "2019-07-30T12:49:48",
    "name": "[RFC,19.11,0/2] Hide DPDK internal struct from public API",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1362,
        "url": "https://patches.dpdk.org/api/people/1362/?format=api",
        "name": "Marcin Zapolski",
        "email": "marcinx.a.zapolski@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190730124950.1293-1-marcinx.a.zapolski@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/57267/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/57267/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 A044F1C115;\n\tTue, 30 Jul 2019 15:09:27 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id 187E81C027\n\tfor <dev@dpdk.org>; Tue, 30 Jul 2019 15:09:25 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t30 Jul 2019 06:09:24 -0700",
            "from marcinzx-mobl.ger.corp.intel.com ([10.103.104.107])\n\tby fmsmga001.fm.intel.com with ESMTP; 30 Jul 2019 06:09:23 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,326,1559545200\"; d=\"scan'208\";a=\"190862029\"",
        "From": "Marcin Zapolski <marcinx.a.zapolski@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Marcin Zapolski <marcinx.a.zapolski@intel.com>",
        "Date": "Tue, 30 Jul 2019 14:49:48 +0200",
        "Message-Id": "<20190730124950.1293-1-marcinx.a.zapolski@intel.com>",
        "X-Mailer": "git-send-email 2.22.0.windows.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [RFC 19.11 0/2] Hide DPDK internal struct from public API",
        "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": "Several DPDK internal structures are exposed to direct access by user\napplications. This patch removes them from public API, and makes core DPDK\nfunctions that use them non-inline.\n\nMarcin Zapolski (2):\n  ethdev: make DPDK core functions non-inline\n  ethdev: hide DPDK internal struct from public API\n\n drivers/net/cxgbe/base/adapter.h              |   1 +\n drivers/net/netvsc/hn_nvs.c                   |   1 +\n drivers/net/netvsc/hn_rxtx.c                  |   1 +\n lib/librte_ethdev/ethdev_private.h            |   1 +\n lib/librte_ethdev/ethdev_profile.h            |   1 +\n lib/librte_ethdev/rte_ethdev.c                | 168 +++++++++++++++++\n lib/librte_ethdev/rte_ethdev.h                | 169 ++----------------\n lib/librte_ethdev/rte_ethdev_driver.h         |   1 +\n lib/librte_ethdev/rte_ethdev_version.map      |  12 ++\n lib/librte_ethdev/rte_flow.c                  |   1 +\n lib/librte_ethdev/rte_flow_driver.h           |   1 +\n lib/librte_ethdev/rte_mtr.c                   |   1 +\n lib/librte_ethdev/rte_mtr_driver.h            |   1 +\n lib/librte_ethdev/rte_tm.c                    |   1 +\n lib/librte_ethdev/rte_tm_driver.h             |   1 +\n .../rte_event_eth_rx_adapter.c                |   1 +\n .../rte_event_eth_tx_adapter.c                |   1 +\n lib/librte_eventdev/rte_eventdev.c            |   1 +\n lib/librte_telemetry/rte_telemetry.c          |   1 +\n 19 files changed, 211 insertions(+), 154 deletions(-)",
    "diff": null,
    "prefixes": [
        "RFC",
        "19.11",
        "0/2"
    ]
}