get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 25366,
    "url": "https://patches.dpdk.org/api/patches/25366/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1497589464-10183-2-git-send-email-wei.zhao1@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": "<1497589464-10183-2-git-send-email-wei.zhao1@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1497589464-10183-2-git-send-email-wei.zhao1@intel.com",
    "date": "2017-06-16T05:04:24",
    "name": "[dpdk-dev,v2,2/2] net/e1000: fix flex filter length error",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "79b1f708bd5335248d059087d7fee425db23a60d",
    "submitter": {
        "id": 495,
        "url": "https://patches.dpdk.org/api/people/495/?format=api",
        "name": "Zhao1, Wei",
        "email": "wei.zhao1@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1497589464-10183-2-git-send-email-wei.zhao1@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/25366/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/25366/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 9A823532C;\n\tFri, 16 Jun 2017 07:14:09 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id 060932BB9\n\tfor <dev@dpdk.org>; Fri, 16 Jun 2017 07:14:05 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby fmsmga105.fm.intel.com with ESMTP; 15 Jun 2017 22:14:05 -0700",
            "from dpdk1.bj.intel.com ([172.16.182.84])\n\tby fmsmga005.fm.intel.com with ESMTP; 15 Jun 2017 22:14:04 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.39,346,1493708400\"; d=\"scan'208\";a=\"115121061\"",
        "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 13:04:24 +0800",
        "Message-Id": "<1497589464-10183-2-git-send-email-wei.zhao1@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1497589464-10183-1-git-send-email-wei.zhao1@intel.com>",
        "References": "<1497582905-3058-1-git-send-email-wei.zhao1@intel.com>\n\t<1497589464-10183-1-git-send-email-wei.zhao1@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 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",
        "v2",
        "2/2"
    ]
}