DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org, akhil.goyal@nxp.com
Cc: bruce.richardson@intel.com, Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [dpdk-dev] [PATCH v1 00/11] bbdev PMD ACC100
Date: Mon, 17 Aug 2020 18:19:16 -0700	[thread overview]
Message-ID: <1597713567-31511-1-git-send-email-nicolas.chautru@intel.com> (raw)

This set includes a new PMD for the accelerator
ACC100 for 4G+5G FEC in 20.11. 
Documentation is updated as well accordingly.
Existing unit tests are all still supported.


Nicolas Chautru (11):
  drivers/baseband: add PMD for ACC100
  baseband/acc100: add register definition file
  baseband/acc100: add info_get function
  baseband/acc100: add queue configuration
  baseband/acc100: add LDPC processing functions
  baseband/acc100: add HARQ loopback support
  baseband/acc100: add support for 4G processing
  baseband/acc100: add interrupt support to PMD
  baseband/acc100: add debug function to validate input
  baseband/acc100: add configure function
  doc: update bbdev feature table

 app/test-bbdev/Makefile                            |    3 +
 app/test-bbdev/meson.build                         |    3 +
 app/test-bbdev/test_bbdev_perf.c                   |   72 +
 config/common_base                                 |    4 +
 doc/guides/bbdevs/acc100.rst                       |  233 +
 doc/guides/bbdevs/features/acc100.ini              |   14 +
 doc/guides/bbdevs/features/mbc.ini                 |   14 -
 doc/guides/bbdevs/index.rst                        |    1 +
 doc/guides/rel_notes/release_20_11.rst             |    6 +
 drivers/baseband/Makefile                          |    2 +
 drivers/baseband/acc100/Makefile                   |   28 +
 drivers/baseband/acc100/acc100_pf_enum.h           | 1068 +++++
 drivers/baseband/acc100/acc100_vf_enum.h           |   73 +
 drivers/baseband/acc100/meson.build                |    8 +
 drivers/baseband/acc100/rte_acc100_cfg.h           |  113 +
 drivers/baseband/acc100/rte_acc100_pmd.c           | 4695 ++++++++++++++++++++
 drivers/baseband/acc100/rte_acc100_pmd.h           |  590 +++
 .../acc100/rte_pmd_bbdev_acc100_version.map        |   10 +
 drivers/baseband/meson.build                       |    2 +-
 mk/rte.app.mk                                      |    1 +
 20 files changed, 6925 insertions(+), 15 deletions(-)
 create mode 100644 doc/guides/bbdevs/acc100.rst
 create mode 100644 doc/guides/bbdevs/features/acc100.ini
 delete mode 100644 doc/guides/bbdevs/features/mbc.ini
 create mode 100644 drivers/baseband/acc100/Makefile
 create mode 100644 drivers/baseband/acc100/acc100_pf_enum.h
 create mode 100644 drivers/baseband/acc100/acc100_vf_enum.h
 create mode 100644 drivers/baseband/acc100/meson.build
 create mode 100644 drivers/baseband/acc100/rte_acc100_cfg.h
 create mode 100644 drivers/baseband/acc100/rte_acc100_pmd.c
 create mode 100644 drivers/baseband/acc100/rte_acc100_pmd.h
 create mode 100644 drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map

-- 
1.8.3.1


             reply	other threads:[~2020-08-18  1:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-18  1:19 Nicolas Chautru [this message]
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 01/11] drivers/baseband: add PMD for ACC100 Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 02/11] baseband/acc100: add register definition file Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 03/11] baseband/acc100: add info_get function Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 04/11] baseband/acc100: add queue configuration Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 05/11] baseband/acc100: add LDPC processing functions Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 06/11] baseband/acc100: add HARQ loopback support Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 07/11] baseband/acc100: add support for 4G processing Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 08/11] baseband/acc100: add interrupt support to PMD Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 09/11] baseband/acc100: add debug function to validate input Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 10/11] baseband/acc100: add configure function Nicolas Chautru
2020-08-18  1:19 ` [dpdk-dev] [PATCH v1 11/11] doc: update bbdev feature table Nicolas Chautru

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1597713567-31511-1-git-send-email-nicolas.chautru@intel.com \
    --to=nicolas.chautru@intel.com \
    --cc=akhil.goyal@nxp.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).