Show a cover letter.

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

{
    "id": 100679,
    "url": "http://patchwork.dpdk.org/api/covers/100679/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20211007093315.17384-1-nipun.gupta@nxp.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20211007093315.17384-1-nipun.gupta@nxp.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211007093315.17384-1-nipun.gupta@nxp.com",
    "date": "2021-10-07T09:33:07",
    "name": "[v9,0/8] baseband: add NXP LA12xx driver",
    "submitter": {
        "id": 471,
        "url": "http://patchwork.dpdk.org/api/people/471/?format=api",
        "name": "Nipun Gupta",
        "email": "nipun.gupta@nxp.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20211007093315.17384-1-nipun.gupta@nxp.com/mbox/",
    "series": [
        {
            "id": 19424,
            "url": "http://patchwork.dpdk.org/api/series/19424/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=19424",
            "date": "2021-10-07T09:33:07",
            "name": "baseband: add NXP LA12xx driver",
            "version": 9,
            "mbox": "http://patchwork.dpdk.org/series/19424/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/100679/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 E9C75A0C47;\n\tThu,  7 Oct 2021 11:33:19 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 69E8E4114F;\n\tThu,  7 Oct 2021 11:33:19 +0200 (CEST)",
            "from inva020.nxp.com (inva020.nxp.com [92.121.34.13])\n by mails.dpdk.org (Postfix) with ESMTP id 494344067E\n for <dev@dpdk.org>; Thu,  7 Oct 2021 11:33:18 +0200 (CEST)",
            "from inva020.nxp.com (localhost [127.0.0.1])\n by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 0D3021A0338;\n Thu,  7 Oct 2021 11:33:18 +0200 (CEST)",
            "from aprdc01srsp001v.ap-rdc01.nxp.com\n (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16])\n by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id CA2B21A1D5A;\n Thu,  7 Oct 2021 11:33:17 +0200 (CEST)",
            "from lsv03274.swis.in-blr01.nxp.com (lsv03274.swis.in-blr01.nxp.com\n [92.120.147.114])\n by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id DDE5C183AC89;\n Thu,  7 Oct 2021 17:33:16 +0800 (+08)"
        ],
        "From": "nipun.gupta@nxp.com",
        "To": "dev@dpdk.org,\n\tgakhil@marvell.com,\n\tnicolas.chautru@intel.com",
        "Cc": "david.marchand@redhat.com,\n\themant.agrawal@nxp.com",
        "Date": "Thu,  7 Oct 2021 15:03:07 +0530",
        "Message-Id": "<20211007093315.17384-1-nipun.gupta@nxp.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20210318063421.14895-1-hemant.agrawal@nxp.com>",
        "References": "<20210318063421.14895-1-hemant.agrawal@nxp.com>",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Subject": "[dpdk-dev] [PATCH v9 0/8] baseband: add NXP LA12xx driver",
        "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": "From: Nipun Gupta <nipun.gupta@nxp.com>\n\nThis series introduces the BBDEV LA12xx poll mode driver (PMD) to support\nan implementation for offloading High Phy processing functions like\nLDPC Encode / Decode 5GNR wireless acceleration function, using PCI based\nLA12xx Software defined radio.\n\nPlease check the documentation patch for more info.\n\nThe driver currently implements basic feature to offload only the 5G LDPC\nencode/decode.\n\nA new capability has been added to check if the driver can support the\ninput data in little/big endian byte order.\n\nv2: add test case changes\nv3: fix 32 bit compilation\nv4: capability for network byte order, doc patch merged inline.\nv5: add llr_size and llr_decimals, removed LLR compression flag,\n    update testbbdev to handle endianness, rebased on top of 20.08\nv6: added BE as device info instead of capability, updated test\n    to have 2 codeblocks\nv7: fixed checkpatch errors\nv8: remove additional test vectors, update reverse_op function name,\n    make be_support param as bool, other minor changes in la12xx driver\nv9: add little endianness capability as well (patch by Nicolas Chautru),\n    fix 32 bit (i386) compilation, fix get of nb_segs, add endianness\n    info in testbbdev doc.\n\nHemant Agrawal (6):\n  baseband: introduce NXP LA12xx driver\n  baseband/la12xx: add devargs for max queues\n  baseband/la12xx: add support for multiple modems\n  baseband/la12xx: add queue and modem config support\n  baseband/la12xx: add enqueue and dequeue support\n  app/bbdev: enable la12xx for bbdev\n\nNicolas Chautru (1):\n  bbdev: add device info related to data endianness assumption\n\nNipun Gupta (1):\n  app/bbdev: handle endianness of test data\n\n MAINTAINERS                                   |   10 +\n app/test-bbdev/meson.build                    |    3 +\n app/test-bbdev/test_bbdev_perf.c              |   43 +\n doc/guides/bbdevs/features/la12xx.ini         |   13 +\n doc/guides/bbdevs/index.rst                   |    1 +\n doc/guides/bbdevs/la12xx.rst                  |  124 ++\n doc/guides/rel_notes/release_21_11.rst        |    6 +\n doc/guides/tools/testbbdev.rst                |    3 +\n drivers/baseband/acc100/rte_acc100_pmd.c      |    1 +\n .../fpga_5gnr_fec/rte_fpga_5gnr_fec.c         |    1 +\n drivers/baseband/fpga_lte_fec/fpga_lte_fec.c  |    1 +\n drivers/baseband/la12xx/bbdev_la12xx.c        | 1101 +++++++++++++++++\n drivers/baseband/la12xx/bbdev_la12xx.h        |   51 +\n drivers/baseband/la12xx/bbdev_la12xx_ipc.h    |  244 ++++\n .../baseband/la12xx/bbdev_la12xx_pmd_logs.h   |   28 +\n drivers/baseband/la12xx/meson.build           |    6 +\n drivers/baseband/la12xx/version.map           |    3 +\n drivers/baseband/meson.build                  |    1 +\n .../baseband/turbo_sw/bbdev_turbo_software.c  |    1 +\n lib/bbdev/rte_bbdev.h                         |    8 +\n 20 files changed, 1649 insertions(+)\n create mode 100644 doc/guides/bbdevs/features/la12xx.ini\n create mode 100644 doc/guides/bbdevs/la12xx.rst\n create mode 100644 drivers/baseband/la12xx/bbdev_la12xx.c\n create mode 100644 drivers/baseband/la12xx/bbdev_la12xx.h\n create mode 100644 drivers/baseband/la12xx/bbdev_la12xx_ipc.h\n create mode 100644 drivers/baseband/la12xx/bbdev_la12xx_pmd_logs.h\n create mode 100644 drivers/baseband/la12xx/meson.build\n create mode 100644 drivers/baseband/la12xx/version.map"
}