Show a cover letter.

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

{
    "id": 54451,
    "url": "http://patches.dpdk.org/api/covers/54451/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1559769660-363320-1-git-send-email-nicolas.chautru@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": "<1559769660-363320-1-git-send-email-nicolas.chautru@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1559769660-363320-1-git-send-email-nicolas.chautru@intel.com",
    "date": "2019-06-05T21:20:57",
    "name": "[v2,0/3] baseband/fpga_lte_fec: adding driver for FEC on FPGA",
    "submitter": {
        "id": 1314,
        "url": "http://patches.dpdk.org/api/people/1314/?format=api",
        "name": "Chautru, Nicolas",
        "email": "nicolas.chautru@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1559769660-363320-1-git-send-email-nicolas.chautru@intel.com/mbox/",
    "series": [
        {
            "id": 4916,
            "url": "http://patches.dpdk.org/api/series/4916/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4916",
            "date": "2019-06-05T21:20:57",
            "name": "baseband/fpga_lte_fec: adding driver for FEC on FPGA",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/4916/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/54451/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 6C5DF1B9C4;\n\tWed,  5 Jun 2019 23:21:58 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id D64AC1B99B\n\tfor <dev@dpdk.org>; Wed,  5 Jun 2019 23:21:56 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t05 Jun 2019 14:21:55 -0700",
            "from skx-5gnr-sc12-1.sc.intel.com ([172.25.69.194])\n\tby orsmga001.jf.intel.com with ESMTP; 05 Jun 2019 14:21:55 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Nicolas Chautru <nicolas.chautru@intel.com>",
        "To": "thomas@monjalon.net,\n\takhil.goyal@nxp.com,\n\tdev@dpdk.org",
        "Cc": "ferruh.yigit@intel.com, amr.mokhtar@intel.com,\n\tNicolas Chautru <nicolas.chautru@intel.com>",
        "Date": "Wed,  5 Jun 2019 14:20:57 -0700",
        "Message-Id": "<1559769660-363320-1-git-send-email-nicolas.chautru@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1559756323-179855-2-git-send-email-nicolas.chautru@intel.com>",
        "References": "<1559756323-179855-2-git-send-email-nicolas.chautru@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/3] baseband/fpga_lte_fec: adding driver for\n\tFEC on FPGA",
        "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": "This is adding a new PMD driver for BBDEV device based on \nFPGA implementation on PAC N3000 HW to provide FEC 4G acceleration. \nv1 was shared earlier on this patchwork :\nhttps://patches.dpdk.org/patch/53409/\nThe existing BBDEV test framework is still supported. \n\nMain updates based on feedback during the last v1 were:\n- correct the documentation which was arguably misleading in\nhinting that ICC was required. There is no dependency whatsoever. \n- add meson build support\n\nNote that a number of other BBDEV patches are in v1 here and \nwill be resubmitted for 19.08 rc1\nhttps://patches.dpdk.org/project/dpdk/list/?series=4657\n\nNicolas Chautru (3):\n  baseband/fpga_lte_fec: adding driver for FEC on FPGA\n  doc/guides: documentation for the FPGA BBDEV PMD\n  baseband/fpga_lte_fec: meson support\n\n config/common_base                                 |    6 +\n doc/guides/bbdevs/fpga_lte_fec.rst                 |  318 +++\n doc/guides/bbdevs/index.rst                        |    1 +\n drivers/baseband/Makefile                          |    2 +\n drivers/baseband/fpga_lte_fec/Makefile             |   29 +\n drivers/baseband/fpga_lte_fec/fpga_lte_fec.c       | 2674 ++++++++++++++++++++\n drivers/baseband/fpga_lte_fec/fpga_lte_fec.h       |   73 +\n drivers/baseband/fpga_lte_fec/meson.build          |    7 +\n .../rte_pmd_bbdev_fpga_lte_fec_version.map         |    3 +\n drivers/baseband/meson.build                       |    2 +-\n mk/rte.app.mk                                      |    1 +\n 11 files changed, 3115 insertions(+), 1 deletion(-)\n create mode 100644 doc/guides/bbdevs/fpga_lte_fec.rst\n create mode 100644 drivers/baseband/fpga_lte_fec/Makefile\n create mode 100644 drivers/baseband/fpga_lte_fec/fpga_lte_fec.c\n create mode 100644 drivers/baseband/fpga_lte_fec/fpga_lte_fec.h\n create mode 100644 drivers/baseband/fpga_lte_fec/meson.build\n create mode 100644 drivers/baseband/fpga_lte_fec/rte_pmd_bbdev_fpga_lte_fec_version.map"
}