Show a cover letter.

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

{
    "id": 71230,
    "url": "https://patches.dpdk.org/api/covers/71230/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20200611060142.75465-1-chenxux.di@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": "<20200611060142.75465-1-chenxux.di@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200611060142.75465-1-chenxux.di@intel.com",
    "date": "2020-06-11T06:01:37",
    "name": "[0/5] re-implement legacy filter functions by private API",
    "submitter": {
        "id": 1409,
        "url": "https://patches.dpdk.org/api/people/1409/?format=api",
        "name": "Chenxu Di",
        "email": "chenxux.di@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20200611060142.75465-1-chenxux.di@intel.com/mbox/",
    "series": [
        {
            "id": 10400,
            "url": "https://patches.dpdk.org/api/series/10400/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=10400",
            "date": "2020-06-11T06:01:37",
            "name": "re-implement legacy filter functions by private API",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/10400/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/71230/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 22E4CA00C5;\n\tThu, 11 Jun 2020 08:14:29 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 5FCB72C36;\n\tThu, 11 Jun 2020 08:14:28 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by dpdk.org (Postfix) with ESMTP id 6EFD21DB8\n for <dev@dpdk.org>; Thu, 11 Jun 2020 08:14:26 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 10 Jun 2020 23:14:25 -0700",
            "from intel.sh.intel.com ([10.239.255.20])\n by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2020 23:14:23 -0700"
        ],
        "IronPort-SDR": [
            "\n NKJdCkk7FTwXm5OHxHSxv3qq6vDYHQ5srvPEseeiIeBHl0q9780nvbQdRLFcpoDaPzscuVKKrC\n 53ezNvfmDFvA==",
            "\n OnT36wUHi7Wp54aEGdTgKOOT7tcNMnyBkZ70N0MjUMMvrA29BeGrPJTvH9HNM/6dLpE55M3Xlr\n 8xPhuFy0gUrQ=="
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.73,498,1583222400\"; d=\"scan'208\";a=\"380296432\"",
        "From": "Chenxu Di <chenxux.di@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "beilei.xing@intel.com, Yang Qiming <qiming.yang@intel.com>,\n Chenxu Di <chenxux.di@intel.com>",
        "Date": "Thu, 11 Jun 2020 06:01:37 +0000",
        "Message-Id": "<20200611060142.75465-1-chenxux.di@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH 0/5] re-implement legacy filter functions by\n\tprivate API",
        "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 <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": "The legacy filter API will be superseded by rte_flow.\nThere are also several small features which can not be\nimplemented in rte_flow.\nThis patch re-implemented features get_fdir_info, get_fdir_stat and\nset_gre_key_len as private API.\nThis patch also enable RSS action in flow query.\n\nChenxu Di (5):\n  net/i40e: add private APIs\n  net/ixgbe: add private APIs\n  app/testpmd: re-implement commands by using private API\n  net/i40e: enable flow query RSS\n  app/testpmd: support query RSS config in flow query\n\n app/test-pmd/cmdline.c                      |  23 ++--\n app/test-pmd/config.c                       | 129 ++++++++++++++++++--\n doc/guides/rel_notes/release_20_08.rst      |  14 +++\n drivers/net/i40e/i40e_ethdev.c              |   2 +-\n drivers/net/i40e/i40e_ethdev.h              |   5 +\n drivers/net/i40e/i40e_fdir.c                |   4 +-\n drivers/net/i40e/i40e_flow.c                |  51 ++++++++\n drivers/net/i40e/rte_pmd_i40e.c             |  51 ++++++++\n drivers/net/i40e/rte_pmd_i40e.h             |  46 +++++++\n drivers/net/i40e/rte_pmd_i40e_version.map   |   3 +\n drivers/net/ixgbe/ixgbe_ethdev.h            |   4 +\n drivers/net/ixgbe/ixgbe_fdir.c              |   8 +-\n drivers/net/ixgbe/rte_pmd_ixgbe.c           |  33 +++++\n drivers/net/ixgbe/rte_pmd_ixgbe.h           |  31 +++++\n drivers/net/ixgbe/rte_pmd_ixgbe_version.map |   2 +\n 15 files changed, 378 insertions(+), 28 deletions(-)"
}