get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 186,
    "url": "https://patches.dpdk.org/api/patches/186/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1408505611-6959-4-git-send-email-helin.zhang@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": "<1408505611-6959-4-git-send-email-helin.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1408505611-6959-4-git-send-email-helin.zhang@intel.com",
    "date": "2014-08-20T03:33:31",
    "name": "[dpdk-dev,3/3] config: remove useless config of CONFIG_RTE_LIBRTE_I40E_PF_DISABLE_STRIP_CRC",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "a04df7901797a2c2ce742765cf83b0c1fcd1a4a4",
    "submitter": {
        "id": 14,
        "url": "https://patches.dpdk.org/api/people/14/?format=api",
        "name": "Zhang, Helin",
        "email": "helin.zhang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1408505611-6959-4-git-send-email-helin.zhang@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/186/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/186/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<hzhan75@shecgisg004.sh.intel.com>",
        "Received": [
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id B7A0BB371\n\tfor <dev@dpdk.org>; Wed, 20 Aug 2014 05:30:21 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga102.jf.intel.com with ESMTP; 19 Aug 2014 20:27:56 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby orsmga002.jf.intel.com with ESMTP; 19 Aug 2014 20:33:50 -0700",
            "from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com\n\t[10.239.29.89])\n\tby shvmail01.sh.intel.com with ESMTP id s7K3Xglq014418;\n\tWed, 20 Aug 2014 11:33:42 +0800",
            "from shecgisg004.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid s7K3Xdrx007092; Wed, 20 Aug 2014 11:33:41 +0800",
            "(from hzhan75@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s7K3XdpV007088; \n\tWed, 20 Aug 2014 11:33:39 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.01,898,1400050800\"; d=\"scan'208\";a=\"590568750\"",
        "From": "Helin Zhang <helin.zhang@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Wed, 20 Aug 2014 11:33:31 +0800",
        "Message-Id": "<1408505611-6959-4-git-send-email-helin.zhang@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1408505611-6959-1-git-send-email-helin.zhang@intel.com>",
        "References": "<1408505611-6959-1-git-send-email-helin.zhang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 3/3] config: remove useless config of\n\tCONFIG_RTE_LIBRTE_I40E_PF_DISABLE_STRIP_CRC",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <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>",
        "X-List-Received-Date": "Wed, 20 Aug 2014 03:30:22 -0000"
    },
    "content": "As i40e support configurable CRC stripping in VF,\nthe useless configuration of\nCONFIG_RTE_LIBRTE_I40E_PF_DISABLE_STRIP_CRC should\nbe removed.\n\nSigned-off-by: Helin Zhang <helin.zhang@intel.com>\nReviewed-by: Jingjing Wu <jingjing.wu@intel.com>\nReviewed-by: Jing Chen <jing.d.chen@intel.com>\n---\n config/common_bsdapp   | 1 -\n config/common_linuxapp | 1 -\n 2 files changed, 2 deletions(-)",
    "diff": "diff --git a/config/common_bsdapp b/config/common_bsdapp\nindex bf6d8a0..c62388a 100644\n--- a/config/common_bsdapp\n+++ b/config/common_bsdapp\n@@ -180,7 +180,6 @@ CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n\n CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n\n CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n\n CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER=n\n-CONFIG_RTE_LIBRTE_I40E_PF_DISABLE_STRIP_CRC=y\n CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=n\n CONFIG_RTE_LIBRTE_I40E_ALLOW_UNSUPPORTED_SFP=y\n CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n\ndiff --git a/config/common_linuxapp b/config/common_linuxapp\nindex 9047975..c680a63 100644\n--- a/config/common_linuxapp\n+++ b/config/common_linuxapp\n@@ -203,7 +203,6 @@ CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n\n CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n\n CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n\n CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER=n\n-CONFIG_RTE_LIBRTE_I40E_PF_DISABLE_STRIP_CRC=n\n CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y\n CONFIG_RTE_LIBRTE_I40E_ALLOW_UNSUPPORTED_SFP=n\n CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n\n",
    "prefixes": [
        "dpdk-dev",
        "3/3"
    ]
}