Show a cover letter.

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

{
    "id": 87079,
    "url": "http://patches.dpdk.org/api/covers/87079/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1611310732-51975-1-git-send-email-oulijun@huawei.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": "<1611310732-51975-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1611310732-51975-1-git-send-email-oulijun@huawei.com",
    "date": "2021-01-22T10:18:38",
    "name": "[00/14] Misc updates for hns3",
    "submitter": {
        "id": 1675,
        "url": "http://patches.dpdk.org/api/people/1675/?format=api",
        "name": "Lijun Ou",
        "email": "oulijun@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1611310732-51975-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 14903,
            "url": "http://patches.dpdk.org/api/series/14903/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14903",
            "date": "2021-01-22T10:18:38",
            "name": "Misc updates for hns3",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/14903/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/87079/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 2735AA0A0A;\n\tFri, 22 Jan 2021 11:19:18 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 7CEF0140F10;\n\tFri, 22 Jan 2021 11:19:17 +0100 (CET)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by mails.dpdk.org (Postfix) with ESMTP id 11DB1140F0B\n for <dev@dpdk.org>; Fri, 22 Jan 2021 11:19:15 +0100 (CET)",
            "from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DMZvx62zzzjC0m;\n Fri, 22 Jan 2021 18:18:05 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id\n 14.3.498.0; Fri, 22 Jan 2021 18:19:08 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<thomas@monjalon.net>, <ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@openeuler.org>",
        "Date": "Fri, 22 Jan 2021 18:18:38 +0800",
        "Message-ID": "<1611310732-51975-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH 00/14] Misc updates for hns3",
        "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": "This series add a new feature LSC event report and\ntwo bugfixes as well as some cleanup patches.\n\nChengchang Tang (2):\n  net/hns3: reconstruct the Rx interrupt map\n  net/hns3: fix interrupt resources in Rx interrupt mode\n\nChengwen Feng (1):\n  net/hns3: support LSC event report\n\nHuisong Li (2):\n  net/hns3: encapsulate dfx stats in Rx/Tx datapatch\n  net/hns3: move queue stats to xstats\n\nLijun Ou (9):\n  net/hns3: use array instead of switch-case\n  net/hns3: move judgment conditions to separated functions\n  net/hns3: extract common judgments for all FDIR type\n  net/hns3: refactor reset event report function\n  net/hns3: fix memory leak with secondary process exit\n  net/hns3: rename RSS functions\n  net/hns3: adjust some comments\n  net/hns3: remove unnecessary parentheses\n  net/hns3: use %d instead of %u for enum variable\n\n drivers/net/hns3/hns3_cmd.c           |  54 ++--\n drivers/net/hns3/hns3_cmd.h           |   9 +-\n drivers/net/hns3/hns3_ethdev.c        | 208 ++++++++++------\n drivers/net/hns3/hns3_ethdev.h        |   4 +-\n drivers/net/hns3/hns3_ethdev_vf.c     | 111 ++++++---\n drivers/net/hns3/hns3_flow.c          | 180 ++++++--------\n drivers/net/hns3/hns3_mbx.c           |  14 +-\n drivers/net/hns3/hns3_regs.c          |   2 +-\n drivers/net/hns3/hns3_regs.h          |  24 +-\n drivers/net/hns3/hns3_rss.c           |  12 +-\n drivers/net/hns3/hns3_rss.h           |   4 +-\n drivers/net/hns3/hns3_rxtx.c          |  60 +++--\n drivers/net/hns3/hns3_rxtx.h          | 148 ++++++-----\n drivers/net/hns3/hns3_rxtx_vec_neon.h |   2 +-\n drivers/net/hns3/hns3_stats.c         | 450 ++++++++++++++++++++++++++--------\n drivers/net/hns3/hns3_stats.h         |  15 +-\n 16 files changed, 840 insertions(+), 457 deletions(-)"
}