From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org, gakhil@marvell.com
Cc: thomas@monjalon.net, trix@redhat.com, hemant.agrawal@nxp.com,
mingshan.zhang@intel.com, arun.joshi@intel.com,
Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/6] bbdev update related to CRC usage
Date: Thu, 19 Aug 2021 14:10:04 -0700 [thread overview]
Message-ID: <1629407410-28822-1-git-send-email-nicolas.chautru@intel.com> (raw)
v2: typo missed in documentation.
Capturing in this serie minor change to bbdev to support a more comprehensive set of options for CRC used for 4G and 5G (exposed as optional capabilities).
This also includes clarifications in documention and minor update to log print.
Nicolas Chautru (6):
bbdev: add capability for CRC16 check
baseband/turbo_sw: add support for CRC16
bbdev: add capability for 4G CB CRC DROP
baseband/acc100: add support for 4G CRC drop
doc: clarification of usage of HARQ in bbdev doc
bbdev: reduce warning level for one scenario
app/test-bbdev/test_bbdev_vector.c | 4 +++
doc/guides/bbdevs/acc100.rst | 1 +
doc/guides/prog_guide/bbdev.rst | 26 ++++++++++++++++
doc/guides/rel_notes/release_21_11.rst | 8 +++++
drivers/baseband/acc100/rte_acc100_pmd.c | 12 ++++++--
drivers/baseband/turbo_sw/bbdev_turbo_software.c | 17 +++++++++++
lib/bbdev/rte_bbdev.c | 7 +++--
lib/bbdev/rte_bbdev_op.h | 39 +++++++++++++-----------
8 files changed, 91 insertions(+), 23 deletions(-)
--
1.8.3.1
next reply other threads:[~2021-08-19 21:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-19 21:10 Nicolas Chautru [this message]
2021-08-19 21:10 ` [dpdk-dev] [PATCH v2 1/6] bbdev: add capability for CRC16 check Nicolas Chautru
2021-09-01 13:36 ` Tom Rix
2021-09-01 15:00 ` Chautru, Nicolas
2021-09-11 19:11 ` Tom Rix
2021-08-19 21:10 ` [dpdk-dev] [PATCH v2 2/6] baseband/turbo_sw: add support for CRC16 Nicolas Chautru
2021-09-01 14:00 ` Tom Rix
2021-09-08 0:54 ` Chautru, Nicolas
2021-08-19 21:10 ` [dpdk-dev] [PATCH v2 3/6] bbdev: add capability for 4G CB CRC DROP Nicolas Chautru
2021-08-19 21:10 ` [dpdk-dev] [PATCH v2 4/6] baseband/acc100: add support for 4G CRC drop Nicolas Chautru
2021-09-01 14:20 ` Tom Rix
2021-09-08 1:04 ` Chautru, Nicolas
2021-09-11 19:13 ` Tom Rix
2021-08-19 21:10 ` [dpdk-dev] [PATCH v2 5/6] doc: clarification of usage of HARQ in bbdev doc Nicolas Chautru
2021-08-19 21:10 ` [dpdk-dev] [PATCH v2 6/6] bbdev: reduce warning level for one scenario Nicolas Chautru
2021-08-20 2:15 ` Zhang, Mingshan
2021-09-01 14:29 ` Tom Rix
2021-09-08 1:12 ` Chautru, Nicolas
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=1629407410-28822-1-git-send-email-nicolas.chautru@intel.com \
--to=nicolas.chautru@intel.com \
--cc=arun.joshi@intel.com \
--cc=dev@dpdk.org \
--cc=gakhil@marvell.com \
--cc=hemant.agrawal@nxp.com \
--cc=mingshan.zhang@intel.com \
--cc=thomas@monjalon.net \
--cc=trix@redhat.com \
/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).