Show a cover letter.

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

{
    "id": 53143,
    "url": "http://patches.dpdk.org/api/covers/53143/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1556534247.git.dekelp@mellanox.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": "<cover.1556534247.git.dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1556534247.git.dekelp@mellanox.com",
    "date": "2019-04-29T11:00:37",
    "name": "[0/4] net/mlx5: code cleanup in rx and tx files",
    "submitter": {
        "id": 1082,
        "url": "http://patches.dpdk.org/api/people/1082/?format=api",
        "name": "Dekel Peled",
        "email": "dekelp@mellanox.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1556534247.git.dekelp@mellanox.com/mbox/",
    "series": [
        {
            "id": 4501,
            "url": "http://patches.dpdk.org/api/series/4501/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4501",
            "date": "2019-04-29T11:00:37",
            "name": "net/mlx5: code cleanup in rx and tx files",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/4501/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/53143/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 14CB91B129;\n\tMon, 29 Apr 2019 13:03:24 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 5637A6C9B\n\tfor <dev@dpdk.org>; Mon, 29 Apr 2019 13:03:22 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 29 Apr 2019 14:03:17 +0300",
            "from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx\n\t[10.128.130.87])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x3TB3HRK018045;\n\tMon, 29 Apr 2019 14:03:17 +0300"
        ],
        "From": "Dekel Peled <dekelp@mellanox.com>",
        "To": "yskoh@mellanox.com, shahafs@mellanox.com",
        "Cc": "dev@dpdk.org",
        "Date": "Mon, 29 Apr 2019 14:00:37 +0300",
        "Message-Id": "<cover.1556534247.git.dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "Subject": "[dpdk-dev] [PATCH 0/4] net/mlx5: code cleanup in rx and tx files",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "During work on Rx feature I did some cleanup actions.\nThis series includes those changes divided by their type.\n\nDekel Peled (4):\n  net/mlx5: remove unused functions\n  net/mlx5: add missing validation of null pointer\n  net/mlx5: fix description of function return value\n  net/mlx5: move locally used functions to static\n\n drivers/net/mlx5/mlx5_rxq.c  | 218 +++++++++++++++++++------------------------\n drivers/net/mlx5/mlx5_rxtx.h |  20 ----\n drivers/net/mlx5/mlx5_txq.c  |  13 ---\n 3 files changed, 94 insertions(+), 157 deletions(-)"
}