Show a cover letter.

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

{
    "id": 60487,
    "url": "http://patchwork.dpdk.org/api/covers/60487/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/1570102517-41280-1-git-send-email-simei.su@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<1570102517-41280-1-git-send-email-simei.su@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1570102517-41280-1-git-send-email-simei.su@intel.com",
    "date": "2019-10-03T11:35:14",
    "name": "[v9,0/3] extend RSS offload types",
    "submitter": {
        "id": 1298,
        "url": "http://patchwork.dpdk.org/api/people/1298/?format=api",
        "name": "Simei Su",
        "email": "simei.su@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/1570102517-41280-1-git-send-email-simei.su@intel.com/mbox/",
    "series": [
        {
            "id": 6682,
            "url": "http://patchwork.dpdk.org/api/series/6682/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=6682",
            "date": "2019-10-03T11:35:14",
            "name": "extend RSS offload types",
            "version": 9,
            "mbox": "http://patchwork.dpdk.org/series/6682/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/60487/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 DB63A1C012;\n\tThu,  3 Oct 2019 13:35:53 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 2AD581BFE2\n\tfor <dev@dpdk.org>; Thu,  3 Oct 2019 13:35:53 +0200 (CEST)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t03 Oct 2019 04:35:52 -0700",
            "from unknown (HELO npg-dpdk-cvl-simeisu-118d193.sh.intel.com)\n\t([10.67.110.183])\n\tby fmsmga004.fm.intel.com with ESMTP; 03 Oct 2019 04:35:51 -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,251,1566889200\"; d=\"scan'208\";a=\"216783059\"",
        "From": "Simei Su <simei.su@intel.com>",
        "To": "qi.z.zhang@intel.com,\n\txiaolong.ye@intel.com,\n\tferruh.yigit@intel.com",
        "Cc": "dev@dpdk.org,\n\tsimei.su@intel.com",
        "Date": "Thu,  3 Oct 2019 19:35:14 +0800",
        "Message-Id": "<1570102517-41280-1-git-send-email-simei.su@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1569940564-311988-1-git-send-email-simei.su@intel.com>",
        "References": "<1569940564-311988-1-git-send-email-simei.su@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v9 0/3] extend RSS offload types",
        "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 v9 1/3] ethdev: decouple flow types and RSS offload types.\n[PATCH v9 2/3] ethdev: add several bits for extending rss offload types.\n[PATCH v9 3/3] app/testpmd: add cmdline support for extending rss types.\n\nv9:\n* Fix code style.\n* Delete duplicate logic in rte_eth_dev_configure().\n\nv8:\n* Add to check the simultaneous use of SRC/DST_ONLY of the same level\n  in rte_eth_dev_rss_hash_update() and rte_eth_dev_configure().\n* Update code comments.\n\nv7:\n* Supplement related configuration for new flag in app/test-pmd/cmdline.c.\n\nv6:\n* Add the new flag in app/test-pmd/cmdline.c.\n\nv5:\n* Update code comments.\n\nv4:\n* Divide one patch into two patches.\n* Delete ETH_RSS_L2_SRC/DST_ONLY.\n\nv3:\n* Update code comments and code style.\n\nv2:\n* Update code comments.\n\nSimei Su (3):\n  ethdev: decouple flow types and RSS offload types\n  ethdev: extend RSS offload types\n  app/testpmd: add RSS offload types extending support\n\n app/test-pmd/cmdline.c         | 18 ++++++++++--\n app/test-pmd/config.c          |  4 +++\n lib/librte_ethdev/rte_ethdev.c | 11 ++++++++\n lib/librte_ethdev/rte_ethdev.h | 63 +++++++++++++++++++++++++-----------------\n 4 files changed, 67 insertions(+), 29 deletions(-)"
}