Show a cover letter.

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

{
    "id": 98991,
    "url": "https://patches.dpdk.org/api/covers/98991/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210916050312.493433-1-wenjun1.wu@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": "<20210916050312.493433-1-wenjun1.wu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210916050312.493433-1-wenjun1.wu@intel.com",
    "date": "2021-09-16T05:03:12",
    "name": "[v2,0/2] remove support for IP fragment default RSS",
    "submitter": {
        "id": 2083,
        "url": "https://patches.dpdk.org/api/people/2083/?format=api",
        "name": "Wenjun Wu",
        "email": "wenjun1.wu@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210916050312.493433-1-wenjun1.wu@intel.com/mbox/",
    "series": [
        {
            "id": 18963,
            "url": "https://patches.dpdk.org/api/series/18963/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=18963",
            "date": "2021-09-16T05:03:12",
            "name": "remove support for IP fragment default RSS",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/18963/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/98991/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 5AFF1A0C41;\n\tThu, 16 Sep 2021 07:22:03 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id DBE2A4069E;\n\tThu, 16 Sep 2021 07:22:02 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by mails.dpdk.org (Postfix) with ESMTP id 5EEB94003F\n for <dev@dpdk.org>; Thu, 16 Sep 2021 07:22:01 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Sep 2021 22:22:00 -0700",
            "from wuwenjun.sh.intel.com ([10.67.110.178])\n by FMSMGA003.fm.intel.com with ESMTP; 15 Sep 2021 22:21:59 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10108\"; a=\"201988199\"",
            "E=Sophos;i=\"5.85,297,1624345200\"; d=\"scan'208\";a=\"201988199\"",
            "E=Sophos;i=\"5.85,297,1624345200\"; d=\"scan'208\";a=\"545325691\""
        ],
        "X-ExtLoop1": "1",
        "From": "Wenjun Wu <wenjun1.wu@intel.com>",
        "To": "dev@dpdk.org,\n\tqi.z.zhang@intel.com",
        "Cc": "Wenjun Wu <wenjun1.wu@intel.com>",
        "Date": "Thu, 16 Sep 2021 13:03:12 +0800",
        "Message-Id": "<20210916050312.493433-1-wenjun1.wu@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210916045434.492855-1-wenjun1.wu@intel.com>",
        "References": "<20210916045434.492855-1-wenjun1.wu@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] remove support for IP fragment default RSS",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "To support independent IP fragment default RSS, considerable\nadditional work need to be done, so we decide to remove this\nfeature to avoid some unexpected behavior we have observed,\nmeanwhile user always can use rte_flow to create RSS for IP\nfragment packet explicitly.\n\nv2:\n    - fix commit message style issue\n\nWenjun Wu (2):\n  net/ice: remove support for IP fragment default RSS\n  net/iavf: remove support for IP fragment default RSS\n\n drivers/net/iavf/iavf_hash.c | 10 ----------\n drivers/net/ice/ice_ethdev.c | 22 +---------------------\n 2 files changed, 1 insertion(+), 31 deletions(-)"
}