Show a cover letter.

GET /api/covers/58234/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 58234,
    "url": "https://patches.dpdk.org/api/covers/58234/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20190829080441.12602-1-leyi.rong@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": "<20190829080441.12602-1-leyi.rong@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190829080441.12602-1-leyi.rong@intel.com",
    "date": "2019-08-29T08:04:35",
    "name": "[v2,0/6] enable Rx flexible descriptor",
    "submitter": {
        "id": 1204,
        "url": "https://patches.dpdk.org/api/people/1204/?format=api",
        "name": "Leyi Rong",
        "email": "leyi.rong@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20190829080441.12602-1-leyi.rong@intel.com/mbox/",
    "series": [
        {
            "id": 6164,
            "url": "https://patches.dpdk.org/api/series/6164/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=6164",
            "date": "2019-08-29T08:04:35",
            "name": "enable Rx flexible descriptor",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/6164/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/58234/comments/",
    "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 1CC491D167;\n\tThu, 29 Aug 2019 10:06:21 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id F04891D163\n\tfor <dev@dpdk.org>; Thu, 29 Aug 2019 10:06:18 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t29 Aug 2019 01:06:18 -0700",
            "from dpdk-lrong-srv-04.sh.intel.com ([10.67.119.187])\n\tby fmsmga008.fm.intel.com with ESMTP; 29 Aug 2019 01:06:16 -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,442,1559545200\"; d=\"scan'208\";a=\"180805280\"",
        "From": "Leyi Rong <leyi.rong@intel.com>",
        "To": "qi.z.zhang@intel.com, xiaolong.ye@intel.com, haiyue.wang@intel.com,\n\twenzhuo.lu@intel.com",
        "Cc": "dev@dpdk.org,\n\tLeyi Rong <leyi.rong@intel.com>",
        "Date": "Thu, 29 Aug 2019 16:04:35 +0800",
        "Message-Id": "<20190829080441.12602-1-leyi.rong@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190829023421.112551-2-leyi.rong@intel.com>",
        "References": "<20190829023421.112551-2-leyi.rong@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 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---\nv2:\nRemove the CONFIG_RTE_LIBRTE_ICE_PROTO_XTR definition, and use the\nRTE_LIBRTE_ICE_16BYTE_RX_DESC to control the protocol extraction\nwhen handling Rx packets.\n\n\nHaiyue Wang (3):\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\nLeyi Rong (1):\n  net/ice: switch to Rx flexible descriptor in AVX path\n\nWenzhuo Lu (2):\n  net/ice: support more ptype\n  net/ice: switch to flexible descriptor in SSE path\n\n doc/guides/nics/ice.rst               | 101 ++++++++\n drivers/net/ice/Makefile              |   3 +\n drivers/net/ice/ice_ethdev.c          | 316 ++++++++++++++++++++++++++\n drivers/net/ice/ice_ethdev.h          |   2 +\n drivers/net/ice/ice_rxtx.c            | 310 +++++++++++++++----------\n drivers/net/ice/ice_rxtx.h            |   4 +\n drivers/net/ice/ice_rxtx_vec_avx2.c   | 232 +++++++++----------\n drivers/net/ice/ice_rxtx_vec_common.h |   3 +\n drivers/net/ice/ice_rxtx_vec_sse.c    | 243 ++++++++++----------\n drivers/net/ice/meson.build           |   2 +\n drivers/net/ice/rte_pmd_ice.h         | 152 +++++++++++++\n 11 files changed, 1001 insertions(+), 367 deletions(-)\n create mode 100644 drivers/net/ice/rte_pmd_ice.h"
}