get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 43232,
    "url": "http://patchwork.dpdk.org/api/patches/43232/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20180720130906.82895-1-kevin.laatz@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20180720130906.82895-1-kevin.laatz@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180720130906.82895-1-kevin.laatz@intel.com",
    "date": "2018-07-20T13:09:06",
    "name": "doc: include note for pci address naming in ip pipeline",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "e4772ab208b58a763054579bd5f58454b3530eae",
    "submitter": {
        "id": 921,
        "url": "http://patchwork.dpdk.org/api/people/921/?format=api",
        "name": "Kevin Laatz",
        "email": "kevin.laatz@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20180720130906.82895-1-kevin.laatz@intel.com/mbox/",
    "series": [
        {
            "id": 690,
            "url": "http://patchwork.dpdk.org/api/series/690/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=690",
            "date": "2018-07-20T13:09:06",
            "name": "doc: include note for pci address naming in ip pipeline",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/690/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/43232/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/43232/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 0405829D2;\n\tFri, 20 Jul 2018 15:11:11 +0200 (CEST)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id D32CB29D2\n\tfor <dev@dpdk.org>; Fri, 20 Jul 2018 15:11:08 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t20 Jul 2018 06:11:07 -0700",
            "from silpixa00397517.ir.intel.com (HELO\n\tsilpixa00397517.ger.corp.intel.com) ([10.237.222.54])\n\tby fmsmga002.fm.intel.com with ESMTP; 20 Jul 2018 06:09:08 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.51,379,1526367600\"; d=\"scan'208\";a=\"68737162\"",
        "From": "Kevin Laatz <kevin.laatz@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "cristian.dumitrescu@intel.com,\n\tKevin Laatz <kevin.laatz@intel.com>",
        "Date": "Fri, 20 Jul 2018 14:09:06 +0100",
        "Message-Id": "<20180720130906.82895-1-kevin.laatz@intel.com>",
        "X-Mailer": "git-send-email 2.9.5",
        "Subject": "[dpdk-dev] [PATCH] doc: include note for pci address naming in ip\n\tpipeline",
        "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": "Add a note to the 'link' command in the IP Pipeline documentation\nspecifying the PCI device name format required to run the application.\n\nSigned-off-by: Kevin Laatz <kevin.laatz@intel.com>\n---\n doc/guides/sample_app_ug/ip_pipeline.rst | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst\nindex 660798d..dc6a3b9 100644\n--- a/doc/guides/sample_app_ug/ip_pipeline.rst\n+++ b/doc/guides/sample_app_ug/ip_pipeline.rst\n@@ -222,6 +222,7 @@ Link\n     txq <n_queues> <queue_size> promiscuous on | off\n     [rss <qid_0> ... <qid_n>]\n \n+   Note: The PCI device name must be specified in the Domain:Bus:Device.Function format.\n \n Mempool\n ~~~~~~~\n",
    "prefixes": []
}