From: "Smith, Eleanor" <eleanor.smith@intel.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, pablo.de.lara.guarch@intel.com,
akhil.goyal@nxp.com
Subject: [dpdk-dev] [PATCH v1 0/4] baseband/fpga_lte_fec: BBDEV FPGA driver for 4G turbo FEC
Date: Fri, 1 Mar 2019 17:23:26 +0000 [thread overview]
Message-ID: <1551461010-881-1-git-send-email-eleanor.smith@intel.com> (raw)
This series of patches adds a new baseband device driver for
Intel(R) FPGA LTE FEC which enable the acceleration of 4G FEC turbo
encoding and decoding on FPGA through the DPDK librte_bbdev API.
The FEC offloaded UL functionality includes sub block deinterleave,
turbo decoding and CRC checking. The FEC offloaded DL functionality
includes turbo encoding, turbo rate matching and CRC generation. The
turbo encode and decoder can be performed in codeblock or transport block
mode, where transport block mode includes codeblock segmentation and
concatenation stages performed in software.
The Intel(R) FPGA LTE FEC is implemented on Intel(R) PAC N3000 FPGA card
which is available from Intel in Q2 2019.
Smith, Eleanor (4):
Addition of driver for 4G turbo FEC with PAC N300 FPGA card
Update to usertool to allow binding of baseband device
Update bbdev test-app for FPGA driver testing
Update device info structure to use rte_device
app/test-bbdev/main.c | 15 +-
app/test-bbdev/main.h | 2 +
app/test-bbdev/test-bbdev.py | 7 +
app/test-bbdev/test_bbdev_perf.c | 64 +
config/common_base | 6 +
doc/guides/bbdevs/fpga_lte_fec.rst | 316 +++
doc/guides/bbdevs/index.rst | 1 +
doc/guides/prog_guide/bbdev.rst | 4 +-
drivers/baseband/Makefile | 2 +
drivers/baseband/fpga_lte_fec/Makefile | 29 +
drivers/baseband/fpga_lte_fec/fpga_lte_fec.c | 2639 ++++++++++++++++++++
drivers/baseband/fpga_lte_fec/fpga_lte_fec.h | 73 +
.../fpga_lte_fec/rte_pmd_fpga_lte_fec_version.map | 3 +
lib/librte_bbdev/rte_bbdev.c | 6 +-
lib/librte_bbdev/rte_bbdev.h | 2 +-
mk/rte.app.mk | 3 +-
usertools/dpdk-devbind.py | 10 +-
usertools/dpdk-setup.sh | 6 +-
18 files changed, 3176 insertions(+), 12 deletions(-)
create mode 100644 doc/guides/bbdevs/fpga_lte_fec.rst
create mode 100644 drivers/baseband/fpga_lte_fec/Makefile
create mode 100644 drivers/baseband/fpga_lte_fec/fpga_lte_fec.c
create mode 100644 drivers/baseband/fpga_lte_fec/fpga_lte_fec.h
create mode 100644 drivers/baseband/fpga_lte_fec/rte_pmd_fpga_lte_fec_version.map
--
2.7.4
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
next reply other threads:[~2019-03-01 17:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-01 17:23 Smith, Eleanor [this message]
2019-03-01 17:23 ` [dpdk-dev] [PATCH v1 1/4] baseband/fpga_lte_fec: addition of driver for 4G turbo FEC with PAC N300 FPGA card Smith, Eleanor
2019-03-09 1:24 ` Thomas Monjalon
2019-03-26 11:25 ` Akhil Goyal
2019-03-26 11:25 ` Akhil Goyal
2019-03-01 17:23 ` [dpdk-dev] [PATCH v1 2/4] usertools: update to usertool to allow binding of baseband device Smith, Eleanor
2019-03-01 17:23 ` [dpdk-dev] [PATCH v1 3/4] test-bbdev: update bbdev test-app for FPGA driver testing Smith, Eleanor
2019-03-01 17:23 ` [dpdk-dev] [PATCH v1 4/4] librte_bbdev: update device info structure to use rte_device Smith, Eleanor
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=1551461010-881-1-git-send-email-eleanor.smith@intel.com \
--to=eleanor.smith@intel.com \
--cc=akhil.goyal@nxp.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=pablo.de.lara.guarch@intel.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).