Show a cover letter.

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

{
    "id": 100741,
    "url": "http://patches.dpdk.org/api/covers/100741/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20211008034111.14121-1-jie1x.wang@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": "<20211008034111.14121-1-jie1x.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211008034111.14121-1-jie1x.wang@intel.com",
    "date": "2021-10-08T03:41:09",
    "name": "[v10,0/2] testpmd shows incorrect rx_offload configuration",
    "submitter": {
        "id": 2201,
        "url": "http://patches.dpdk.org/api/people/2201/?format=api",
        "name": "Jie Wang",
        "email": "jie1x.wang@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20211008034111.14121-1-jie1x.wang@intel.com/mbox/",
    "series": [
        {
            "id": 19443,
            "url": "http://patches.dpdk.org/api/series/19443/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=19443",
            "date": "2021-10-08T03:41:09",
            "name": "testpmd shows incorrect rx_offload configuration",
            "version": 10,
            "mbox": "http://patches.dpdk.org/series/19443/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/100741/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 77B9DA0C43;\n\tFri,  8 Oct 2021 05:41:20 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 1447940685;\n\tFri,  8 Oct 2021 05:41:20 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by mails.dpdk.org (Postfix) with ESMTP id AAD0D4067E\n for <dev@dpdk.org>; Fri,  8 Oct 2021 05:41:18 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Oct 2021 20:41:17 -0700",
            "from unknown (HELO dpdk.cd.intel.com) ([10.240.178.134])\n by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Oct 2021 20:41:15 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10130\"; a=\"213375174\"",
            "E=Sophos;i=\"5.85,356,1624345200\"; d=\"scan'208\";a=\"213375174\"",
            "E=Sophos;i=\"5.85,356,1624345200\"; d=\"scan'208\";a=\"624571064\""
        ],
        "From": "Jie Wang <jie1x.wang@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "ferruh.yigit@intel.com, thomas@monjalon.net,\n andrew.rybchenko@oktetlabs.ru,\n xiaoyun.li@intel.com, stevex.yang@intel.com,\n Jie Wang <jie1x.wang@intel.com>",
        "Date": "Fri,  8 Oct 2021 11:41:09 +0800",
        "Message-Id": "<20211008034111.14121-1-jie1x.wang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210926092055.495322-1-jie1x.wang@intel.com>",
        "References": "<20210926092055.495322-1-jie1x.wang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v10 0/2] testpmd shows incorrect rx_offload\n configuration",
        "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": "Launch testpmd with multiple queues, and check rx_offload info.\n\nWhen testpmd shows the port configuration, it doesn't show RSS_HASH.\n\n---\nv10:\n - update the commit log.\n - merge the first two patches.\n - rename the new API name.\nv9:\n - add a release notes update for the new API.\n - update the description of the new API.\n - optimize the new API.\n - optimize the assignment of the offloads.\nv8: delete \"rte_exit\" and just print error log.\nv7:\n - delete struct \"rte_eth_dev_conf_info\", and reuse struct \"rte_eth_conf\".\n - add \"__rte_experimental\" to the new API \"rte_eth_dev_conf_info_get\" declaration.\nv6: split this patch into two patches.\nv5: add an API to get device configuration info.\nv4: delete the whitespace at the end of the line.\nv3:\n - check and update the \"offloads\" of \"port->dev_conf.rx/txmode\".\n - update the commit log.\nv2: copy \"rx/txmode.offloads\", instead of copying the entire struct\n\"dev->data->dev_conf.rx/txmode\".\n\nJie Wang (2):\n  ethdev: add an API to get device configuration info\n  app/testpmd: fix testpmd doesn't show RSS hash offload\n\n app/test-pmd/cmdline.c                 | 14 +++++++++--\n app/test-pmd/testpmd.c                 | 34 ++++++++++++++++++++++++++\n app/test-pmd/testpmd.h                 |  2 ++\n app/test-pmd/util.c                    | 15 ++++++++++++\n doc/guides/rel_notes/release_21_11.rst |  5 ++++\n lib/ethdev/rte_ethdev.c                | 23 +++++++++++++++++\n lib/ethdev/rte_ethdev.h                | 21 ++++++++++++++++\n lib/ethdev/version.map                 |  3 +++\n 8 files changed, 115 insertions(+), 2 deletions(-)"
}