get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 293,
    "url": "http://patches.dpdk.org/api/patches/293/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1409632830-28539-1-git-send-email-changchun.ouyang@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<1409632830-28539-1-git-send-email-changchun.ouyang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1409632830-28539-1-git-send-email-changchun.ouyang@intel.com",
    "date": "2014-09-02T04:40:30",
    "name": "[dpdk-dev] virtio: Update max RX packet length",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "3492597a7eedee71cc59213125102693102a97fa",
    "submitter": {
        "id": 31,
        "url": "http://patches.dpdk.org/api/people/31/?format=api",
        "name": "Ouyang Changchun",
        "email": "changchun.ouyang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1409632830-28539-1-git-send-email-changchun.ouyang@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/293/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/293/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<couyang@shecgisg004.sh.intel.com>",
        "Received": [
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id A0CC8591A\n\tfor <dev@dpdk.org>; Tue,  2 Sep 2014 06:36:11 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga102.fm.intel.com with ESMTP; 01 Sep 2014 21:40:40 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby fmsmga001.fm.intel.com with ESMTP; 01 Sep 2014 21:40:39 -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 s824eYDK027967;\n\tTue, 2 Sep 2014 12:40:38 +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 s824eW6J028640; Tue, 2 Sep 2014 12:40:34 +0800",
            "(from couyang@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s824eWY7028636; \n\tTue, 2 Sep 2014 12:40:32 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.04,447,1406617200\"; d=\"scan'208\";a=\"584874006\"",
        "From": "Ouyang Changchun <changchun.ouyang@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue,  2 Sep 2014 12:40:30 +0800",
        "Message-Id": "<1409632830-28539-1-git-send-email-changchun.ouyang@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH] virtio: Update max RX packet length",
        "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": "Tue, 02 Sep 2014 04:36:12 -0000"
    },
    "content": "Update max RX packet length since virtio PMD has the capability of receiving and transmitting jumbo frame.\n\nSigned-off-by: Changchun Ouyang <changchun.ouyang@intel.com>\nTested-by: Jingguo Fu <jingguox.fu@intel.com>\n\n---\n lib/librte_pmd_virtio/virtio_ethdev.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/lib/librte_pmd_virtio/virtio_ethdev.h b/lib/librte_pmd_virtio/virtio_ethdev.h\nindex d2e1eed..1da3c62 100644\n--- a/lib/librte_pmd_virtio/virtio_ethdev.h\n+++ b/lib/librte_pmd_virtio/virtio_ethdev.h\n@@ -53,7 +53,7 @@\n #define VIRTIO_MAX_TX_QUEUES 128\n #define VIRTIO_MAX_MAC_ADDRS 1\n #define VIRTIO_MIN_RX_BUFSIZE 64\n-#define VIRTIO_MAX_RX_PKTLEN  1518\n+#define VIRTIO_MAX_RX_PKTLEN  9728\n \n /* Features desired/implemented by this driver. */\n #define VTNET_FEATURES \\\n",
    "prefixes": [
        "dpdk-dev"
    ]
}