get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 25364,
    "url": "http://patches.dpdk.org/api/patches/25364/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1497582905-3058-2-git-send-email-wei.zhao1@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": "<1497582905-3058-2-git-send-email-wei.zhao1@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1497582905-3058-2-git-send-email-wei.zhao1@intel.com",
    "date": "2017-06-16T03:15:05",
    "name": "[dpdk-dev,2/2] net/e1000: fix flex filter length error",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "79b1f708bd5335248d059087d7fee425db23a60d",
    "submitter": {
        "id": 495,
        "url": "http://patches.dpdk.org/api/people/495/?format=api",
        "name": "Zhao1, Wei",
        "email": "wei.zhao1@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1497582905-3058-2-git-send-email-wei.zhao1@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/25364/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/25364/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id 7D3122BEF;\n\tFri, 16 Jun 2017 05:24:51 +0200 (CEST)",
            "from mga06.intel.com (mga06.intel.com [134.134.136.31])\n\tby dpdk.org (Postfix) with ESMTP id BB72C2BD1\n\tfor <dev@dpdk.org>; Fri, 16 Jun 2017 05:24:47 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby orsmga104.jf.intel.com with ESMTP; 15 Jun 2017 20:24:46 -0700",
            "from dpdk1.bj.intel.com ([172.16.182.84])\n\tby fmsmga001.fm.intel.com with ESMTP; 15 Jun 2017 20:24:45 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos; i=\"5.39,346,1493708400\"; d=\"scan'208\";\n\ta=\"1161133496\"",
        "From": "Wei Zhao <wei.zhao1@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "wenzhuo.lu@intel.com,\n\tWei Zhao <wei.zhao1@intel.com>",
        "Date": "Fri, 16 Jun 2017 11:15:05 +0800",
        "Message-Id": "<1497582905-3058-2-git-send-email-wei.zhao1@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1497582905-3058-1-git-send-email-wei.zhao1@intel.com>",
        "References": "<1497582905-3058-1-git-send-email-wei.zhao1@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 2/2] net/e1000: fix flex filter length error",
        "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": "igb flex filter support a recognize any arbitrary\npattern within the first 128 bytes of the packet,\nbut the macro E1000_FLEX_FILTERS_MASK_SIZE define\nonly the first 64 byte.\n\nFixes: 231d43909a31 (\"igb: migrate flex filter to new API\")\n\nSigned-off-by: Wei Zhao <wei.zhao1@intel.com>\n---\n drivers/net/e1000/e1000_ethdev.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/drivers/net/e1000/e1000_ethdev.h b/drivers/net/e1000/e1000_ethdev.h\nindex 9266540..85fd1a0 100644\n--- a/drivers/net/e1000/e1000_ethdev.h\n+++ b/drivers/net/e1000/e1000_ethdev.h\n@@ -82,7 +82,7 @@\n #define E1000_MAX_FLEX_FILTER_DWDS \\\n \t(E1000_MAX_FLEX_FILTER_LEN / sizeof(uint32_t))\n #define E1000_FLEX_FILTERS_MASK_SIZE \\\n-\t(E1000_MAX_FLEX_FILTER_DWDS / 4)\n+\t(E1000_MAX_FLEX_FILTER_DWDS / 2)\n #define E1000_FHFT_QUEUEING_LEN          0x0000007F\n #define E1000_FHFT_QUEUEING_QUEUE        0x00000700\n #define E1000_FHFT_QUEUEING_PRIO         0x00070000\n",
    "prefixes": [
        "dpdk-dev",
        "2/2"
    ]
}