Show a cover letter.

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

{
    "id": 61585,
    "url": "http://patches.dpdk.org/api/covers/61585/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1571659612-46066-1-git-send-email-simei.su@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": "<1571659612-46066-1-git-send-email-simei.su@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1571659612-46066-1-git-send-email-simei.su@intel.com",
    "date": "2019-10-21T12:06:49",
    "name": "[v8,0/3] net/ice: enable advanced RSS",
    "submitter": {
        "id": 1298,
        "url": "http://patches.dpdk.org/api/people/1298/?format=api",
        "name": "Simei Su",
        "email": "simei.su@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1571659612-46066-1-git-send-email-simei.su@intel.com/mbox/",
    "series": [
        {
            "id": 6967,
            "url": "http://patches.dpdk.org/api/series/6967/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=6967",
            "date": "2019-10-21T12:06:49",
            "name": "net/ice: enable advanced RSS",
            "version": 8,
            "mbox": "http://patches.dpdk.org/series/6967/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/61585/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 859B51BECC;\n\tMon, 21 Oct 2019 14:07:23 +0200 (CEST)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id 2F6441BE93\n\tfor <dev@dpdk.org>; Mon, 21 Oct 2019 14:07:21 +0200 (CEST)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t21 Oct 2019 05:07:08 -0700",
            "from npg-dpdk-cvl-simeisu-118d193.sh.intel.com ([10.67.110.183])\n\tby orsmga005.jf.intel.com with ESMTP; 21 Oct 2019 05:07:07 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.67,323,1566889200\"; d=\"scan'208\";a=\"372154297\"",
        "From": "Simei Su <simei.su@intel.com>",
        "To": "qi.z.zhang@intel.com,\n\txiaolong.ye@intel.com",
        "Cc": "dev@dpdk.org,\n\tsimei.su@intel.com",
        "Date": "Mon, 21 Oct 2019 20:06:49 +0800",
        "Message-Id": "<1571659612-46066-1-git-send-email-simei.su@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1571537689-351403-1-git-send-email-simei.su@intel.com>",
        "References": "<1571537689-351403-1-git-send-email-simei.su@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v8 0/3] net/ice: enable advanced RSS",
        "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": "[PATCH v8 1/2] add teid hash for gtupu and session id hash for pppoe/pppod.\n[PATCH v8 2/2] support input set change and symmetric hash by rte_flow RSS action.\n\nv8:\n* Change meta type from uint64_t to void pointer for pattern structure.\n* Modify related code in ice_hash.c about above change.\n\nv7:\n* Rebase patches to solve merge conflict.\n\nv6:\n* Add simultaneous use of SRC_ONLY and DST_ONLY of the same level.\n* Update cases in ice_hash_type_list[].\n\nv5:\n* Update title for cover letter and commit log.\n* Fix some code style.\n\nv4:\n* Add rss support for gtpu with teid and pppoe/pppod with session id.\n* Split up into patchset.\n\nv3:\n* Modify codes according to the comments.\n* Update release notes and Makefile/meson.build.\n\nv2:\n* Amend to resend patch that v1 is not in community.\n\nSimei Su (3):\n  net/ice: add RSS configuration for gtpu/pppoe\n  net/ice: change one member type of the pattern structure\n  net/ice: enable advanced RSS\n\n doc/guides/rel_notes/release_19_11.rst |   1 +\n drivers/net/ice/Makefile               |   1 +\n drivers/net/ice/ice_ethdev.c           |  24 ++\n drivers/net/ice/ice_generic_flow.h     |   2 +-\n drivers/net/ice/ice_hash.c             | 562 +++++++++++++++++++++++++++++++++\n drivers/net/ice/meson.build            |   3 +-\n 6 files changed, 591 insertions(+), 2 deletions(-)\n create mode 100644 drivers/net/ice/ice_hash.c"
}