DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/4] baseband/fpga_lte_fec: BBDEV FPGA driver for 4G turbo FEC
@ 2019-03-01 17:23 Smith, Eleanor
  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
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Smith, Eleanor @ 2019-03-01 17:23 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, pablo.de.lara.guarch, akhil.goyal

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-03-26 11:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 17:23 [dpdk-dev] [PATCH v1 0/4] baseband/fpga_lte_fec: BBDEV FPGA driver for 4G turbo FEC Smith, Eleanor
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

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).