Show a cover letter.

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

{
    "id": 64637,
    "url": "http://patches.dpdk.org/api/covers/64637/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200114112945.39375-1-reshma.pattan@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": "<20200114112945.39375-1-reshma.pattan@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200114112945.39375-1-reshma.pattan@intel.com",
    "date": "2020-01-14T11:29:40",
    "name": "[0/5] net/ixgbe: improvements to ixgbe driver",
    "submitter": {
        "id": 70,
        "url": "http://patches.dpdk.org/api/people/70/?format=api",
        "name": "Pattan, Reshma",
        "email": "reshma.pattan@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200114112945.39375-1-reshma.pattan@intel.com/mbox/",
    "series": [
        {
            "id": 8112,
            "url": "http://patches.dpdk.org/api/series/8112/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8112",
            "date": "2020-01-14T11:29:40",
            "name": "net/ixgbe: improvements to ixgbe driver",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8112/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/64637/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 E05ECA04FD;\n\tTue, 14 Jan 2020 12:29:52 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8B0991C1E0;\n\tTue, 14 Jan 2020 12:29:52 +0100 (CET)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n by dpdk.org (Postfix) with ESMTP id 015421C1AE\n for <dev@dpdk.org>; Tue, 14 Jan 2020 12:29:50 +0100 (CET)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 14 Jan 2020 03:29:49 -0800",
            "from silpixa00400214.ir.intel.com (HELO\n silpixa00400214.ger.corp.intel.com) ([10.237.222.119])\n by fmsmga001.fm.intel.com with ESMTP; 14 Jan 2020 03:29:48 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.69,432,1571727600\"; d=\"scan'208\";a=\"248238581\"",
        "From": "Reshma Pattan <reshma.pattan@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Reshma Pattan <reshma.pattan@intel.com>",
        "Date": "Tue, 14 Jan 2020 11:29:40 +0000",
        "Message-Id": "<20200114112945.39375-1-reshma.pattan@intel.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/5] net/ixgbe: improvements to ixgbe driver",
        "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": "This patch set does below ixgbe driver code improvements.\n\n1)Removed usage of CONFIG_RTE_IXGBE_INC_VECTOR and used\narchitectures specific flags instead.\n\n2)Removed weak symbols from the stub functions for ppc\narchitecture.\n\n3)Removed duplicate function declarations.\n\n4)Added ixgbe arm vector file for messon build.\n\n5)Added missing stubs for ppc architecture.\n\nSigned-off-by: Reshma Pattan <reshma.pattan@intel.com>\n\nReshma Pattan (5):\n  net/ixgbe: remove ixgbe vector config flag\n  net/ixgbe: remove weak symbols in ixgbe rxtx\n  net/ixgbe: remove duplicate function declaration\n  net/ixgbe: add missing stubs for ppc\n  net/ixgbe: add arm vector support in meson\n\n config/common_base             |  1 -\n doc/guides/nics/ixgbe.rst      |  1 -\n drivers/net/ixgbe/Makefile     |  6 ++---\n drivers/net/ixgbe/ixgbe_rxtx.c | 49 ++++++++++++++++++++--------------\n drivers/net/ixgbe/ixgbe_rxtx.h |  7 ++---\n drivers/net/ixgbe/meson.build  |  3 ++-\n 6 files changed, 36 insertions(+), 31 deletions(-)"
}