get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 59627,
    "url": "http://patchwork.dpdk.org/api/1.0/patches/59627/?format=api",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/1.0/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"
    },
    "msgid": "<20190924023809.11722-1-leyi.rong@intel.com>",
    "date": "2019-09-24T02:38:03",
    "name": "[v5,0/6] enable Rx flexible descriptor",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1204,
        "url": "http://patchwork.dpdk.org/api/1.0/people/1204/?format=api",
        "name": "Leyi Rong",
        "email": "leyi.rong@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20190924023809.11722-1-leyi.rong@intel.com/mbox/",
    "series": [],
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/59627/checks/",
    "tags": {},
    "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 171F4397D;\n\tTue, 24 Sep 2019 04:40:40 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 44AA52B96\n\tfor <dev@dpdk.org>; Tue, 24 Sep 2019 04:40:38 +0200 (CEST)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t23 Sep 2019 19:40:37 -0700",
            "from dpdk-lrong-srv-04.sh.intel.com ([10.67.119.187])\n\tby fmsmga006.fm.intel.com with ESMTP; 23 Sep 2019 19:40:35 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.64,542,1559545200\"; d=\"scan'208\";a=\"389698743\"",
        "From": "Leyi Rong <leyi.rong@intel.com>",
        "To": "haiyue.wang@intel.com, wenzhuo.lu@intel.com, qi.z.zhang@intel.com,\n\txiaolong.ye@intel.com",
        "Cc": "dev@dpdk.org,\n\tLeyi Rong <leyi.rong@intel.com>",
        "Date": "Tue, 24 Sep 2019 10:38:03 +0800",
        "Message-Id": "<20190924023809.11722-1-leyi.rong@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190829023421.112551-1-leyi.rong@intel.com>",
        "References": "<20190829023421.112551-1-leyi.rong@intel.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v5 0/6] enable Rx flexible descriptor",
        "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": "This patchset enable Rx flexible descriptor for ice PMD\nin both normal path and vector path.\nDepends on shared code update patchset.\n\n---\nv5:\n- Fix some typo, and enhance the array index access handling.\n- Move update for release note to `New Features` section.\n\nv4:\n- Handle the ‘proto_xtr’ with error processing, and remove the\n  Redundant default type variable.\n- Add flex descriptor and protocol extraction release note.\n- Clean up the legacy descriptor.\n\nv3:\n- Parse the ‘proto_xtr’ devargs before CVL HW initialization and\n  save it for later accessing.\n- Merge shuffle ops on vlan and rss flag on vector path.\n\nv2:\n- Remove the CONFIG_RTE_LIBRTE_ICE_PROTO_XTR definition, and use the\n  RTE_LIBRTE_ICE_16BYTE_RX_DESC to control the protocol extraction\n  when handling Rx packets.\n\nHaiyue Wang (4):\n  net/ice: add Rx flex descriptor definition\n  net/ice: handle the Rx flex descriptor\n  net/ice: add protocol extraction support for per Rx queue\n  net/ice: remove Rx legacy descriptor definition\n\nLeyi Rong (1):\n  net/ice: switch to Rx flexible descriptor in AVX path\n\nWenzhuo Lu (1):\n  net/ice: switch to flexible descriptor in SSE path\n\n doc/guides/nics/ice.rst                | 101 +++++++++\n doc/guides/rel_notes/release_19_11.rst |   4 +\n drivers/net/ice/Makefile               |   3 +\n drivers/net/ice/ice_ethdev.c           | 301 +++++++++++++++++++++++++\n drivers/net/ice/ice_ethdev.h           |   4 +\n drivers/net/ice/ice_rxtx.c             | 297 +++++++++++++-----------\n drivers/net/ice/ice_rxtx.h             |   8 +-\n drivers/net/ice/ice_rxtx_vec_avx2.c    | 221 +++++++++---------\n drivers/net/ice/ice_rxtx_vec_common.h  |   3 +\n drivers/net/ice/ice_rxtx_vec_sse.c     | 235 +++++++++----------\n drivers/net/ice/meson.build            |   2 +\n drivers/net/ice/rte_pmd_ice.h          | 152 +++++++++++++\n 12 files changed, 961 insertions(+), 370 deletions(-)\n create mode 100644 drivers/net/ice/rte_pmd_ice.h",
    "diff": null,
    "prefixes": [
        "v5",
        "0/6"
    ]
}