get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 49260,
    "url": "https://patches.dpdk.org/api/patches/49260/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1545716688-34608-1-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": "<1545716688-34608-1-git-send-email-wei.zhao1@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1545716688-34608-1-git-send-email-wei.zhao1@intel.com",
    "date": "2018-12-25T05:44:46",
    "name": "[v2,0/2] enable x550 flexible byte filter",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 495,
        "url": "https://patches.dpdk.org/api/people/495/?format=api",
        "name": "Zhao1, Wei",
        "email": "wei.zhao1@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1545716688-34608-1-git-send-email-wei.zhao1@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/49260/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/49260/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 8F5D11B431;\n\tTue, 25 Dec 2018 07:10:10 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id A89CB1B411;\n\tTue, 25 Dec 2018 07:10:08 +0100 (CET)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t24 Dec 2018 22:10:07 -0800",
            "from dpdk6.bj.intel.com ([172.16.182.192])\n\tby orsmga001.jf.intel.com with ESMTP; 24 Dec 2018 22:10:05 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.56,395,1539673200\"; d=\"scan'208\";a=\"121503647\"",
        "From": "Wei Zhao <wei.zhao1@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "stable@dpdk.org, wenzhuo.lu@intel.com, qi.z.zhang@intel.com,\n\tyuan.peng@intel.com",
        "Date": "Tue, 25 Dec 2018 13:44:46 +0800",
        "Message-Id": "<1545716688-34608-1-git-send-email-wei.zhao1@intel.com>",
        "X-Mailer": "git-send-email 2.7.5",
        "In-Reply-To": "<1545025982-2065-1-git-send-email-wei.zhao1@intel.com>",
        "References": "<1545025982-2065-1-git-send-email-wei.zhao1@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] enable x550 flexible byte filter",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "There is need for users to use flexible byte filter on x550.\nCommand line need to pase hex number. \nThis patch enable all of these feature.\n\n---\nv2:\nadd some paser code for flow CLI and split it in v2 \n\nZhao Wei (2):\n  net/ixgbe: enable x550 flexible byte filter\n  app/testpmd: add support of hex string parser for flow API\n\n app/test-pmd/cmdline_flow.c    | 141 ++++++++++++++++++++-\n drivers/net/ixgbe/ixgbe_fdir.c |   9 +-\n drivers/net/ixgbe/ixgbe_flow.c | 274 ++++++++++++++++++++++++++++-------------\n 3 files changed, 335 insertions(+), 89 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}