get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 31015,
    "url": "https://patches.dpdk.org/api/patches/31015/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1509283484-21013-1-git-send-email-rami.rosen@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": "<1509283484-21013-1-git-send-email-rami.rosen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1509283484-21013-1-git-send-email-rami.rosen@intel.com",
    "date": "2017-10-29T13:24:44",
    "name": "[dpdk-dev] doc: fix a typo in DPDK programmer's guide",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "b0bd48b7b71d900fa24540e16ab2a0355b2a39ae",
    "submitter": {
        "id": 436,
        "url": "https://patches.dpdk.org/api/people/436/?format=api",
        "name": "Rami Rosen",
        "email": "rami.rosen@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1509283484-21013-1-git-send-email-rami.rosen@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/31015/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/31015/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 A5DF21B31B;\n\tSun, 29 Oct 2017 14:25:43 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 45CB01B2FE\n\tfor <dev@dpdk.org>; Sun, 29 Oct 2017 14:25:41 +0100 (CET)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t29 Oct 2017 06:25:40 -0700",
            "from imail001.iil.intel.com ([10.184.207.12])\n\tby fmsmga006.fm.intel.com with ESMTP; 29 Oct 2017 06:25:39 -0700",
            "from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.164])\n\tby imail001.iil.intel.com with ESMTP id v9TDPdIX005700;\n\tSun, 29 Oct 2017 15:25:39 +0200"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.44,314,1505804400\"; d=\"scan'208\";a=\"169176371\"",
        "From": "Rami Rosen <rami.rosen@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Rami Rosen <rami.rosen@intel.com>",
        "Date": "Sun, 29 Oct 2017 15:24:44 +0200",
        "Message-Id": "<1509283484-21013-1-git-send-email-rami.rosen@intel.com>",
        "X-Mailer": "git-send-email 1.9.1",
        "Subject": "[dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<http://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": "<http://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": "This patch fixes a trivial typo in DPDK programmer's guide:\nit should be rte_cpu_get_features() instead of rte_cpu_get_feature().\n\nSigned-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n doc/guides/prog_guide/env_abstraction_layer.rst | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst\nindex 4775eb3..9e834fc 100644\n--- a/doc/guides/prog_guide/env_abstraction_layer.rst\n+++ b/doc/guides/prog_guide/env_abstraction_layer.rst\n@@ -153,7 +153,7 @@ which can trigger the generation of a core file, readable by gdb.\n CPU Feature Identification\n ~~~~~~~~~~~~~~~~~~~~~~~~~~\n \n-The EAL can query the CPU at runtime (using the rte_cpu_get_feature() function) to determine which CPU features are available.\n+The EAL can query the CPU at runtime (using the rte_cpu_get_features() function) to determine which CPU features are available.\n \n User Space Interrupt Event\n ~~~~~~~~~~~~~~~~~~~~~~~~~~\n",
    "prefixes": [
        "dpdk-dev"
    ]
}