Show a cover letter.

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

{
    "id": 99673,
    "url": "http://patchwork.dpdk.org/api/covers/99673/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20210926092055.495322-1-jie1x.wang@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": "<20210926092055.495322-1-jie1x.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210926092055.495322-1-jie1x.wang@intel.com",
    "date": "2021-09-26T09:20:52",
    "name": "[v9,0/3] testpmd shows incorrect rx_offload configuration",
    "submitter": {
        "id": 2201,
        "url": "http://patchwork.dpdk.org/api/people/2201/?format=api",
        "name": "Jie Wang",
        "email": "jie1x.wang@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20210926092055.495322-1-jie1x.wang@intel.com/mbox/",
    "series": [
        {
            "id": 19164,
            "url": "http://patchwork.dpdk.org/api/series/19164/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=19164",
            "date": "2021-09-26T09:20:52",
            "name": "testpmd shows incorrect rx_offload configuration",
            "version": 9,
            "mbox": "http://patchwork.dpdk.org/series/19164/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/99673/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 B87A6A0547;\n\tSun, 26 Sep 2021 11:21:42 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 443164003D;\n\tSun, 26 Sep 2021 11:21:42 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by mails.dpdk.org (Postfix) with ESMTP id BA15A4003C\n for <dev@dpdk.org>; Sun, 26 Sep 2021 11:21:40 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Sep 2021 02:21:39 -0700",
            "from dpdk.cd.intel.com ([10.240.178.133])\n by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 26 Sep 2021 02:21:37 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10118\"; a=\"203822309\"",
            "E=Sophos;i=\"5.85,323,1624345200\"; d=\"scan'208\";a=\"203822309\"",
            "E=Sophos;i=\"5.85,323,1624345200\"; d=\"scan'208\";a=\"560509631\""
        ],
        "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": "Sun, 26 Sep 2021 17:20:52 +0800",
        "Message-Id": "<20210926092055.495322-1-jie1x.wang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20210827081740.365037-1-jie1x.wang@intel.com>",
        "References": "<20210827081740.365037-1-jie1x.wang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v9 0/3] 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---\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 (3):\n  ethdev: add an API to get device configuration info\n  doc: update release notes for new API\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 |  4 +++\n lib/ethdev/rte_ethdev.c                | 23 +++++++++++++++++\n lib/ethdev/rte_ethdev.h                | 21 ++++++++++++++++\n lib/ethdev/version.map                 |  3 +++\n 8 files changed, 114 insertions(+), 2 deletions(-)"
}