baseband/fpga_lte_fec: add driver for FEC on FPGA
authorNicolas Chautru <nicolas.chautru@intel.com>
Fri, 14 Jun 2019 16:17:36 +0000 (09:17 -0700)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 5 Jul 2019 13:28:14 +0000 (15:28 +0200)
commitefd453698c4970bbaaff569095ada54137d26a26
tree16b0408447845af8c3a8c318b1406a859b2c62eb
parenta489f5dbf437e5f262fa560efa88cd221ff572f1
baseband/fpga_lte_fec: add driver for FEC on FPGA

Supports for FEC 4G PMD Driver on FPGA card PAC N3000

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Acked-by: Kamil Chalupnik <kamilx.chalupnik@intel.com>
12 files changed:
config/common_base
doc/guides/bbdevs/fpga_lte_fec.rst [new file with mode: 0644]
doc/guides/bbdevs/index.rst
doc/guides/rel_notes/release_19_08.rst
drivers/baseband/Makefile
drivers/baseband/fpga_lte_fec/Makefile [new file with mode: 0644]
drivers/baseband/fpga_lte_fec/fpga_lte_fec.c [new file with mode: 0644]
drivers/baseband/fpga_lte_fec/fpga_lte_fec.h [new file with mode: 0644]
drivers/baseband/fpga_lte_fec/meson.build [new file with mode: 0644]
drivers/baseband/fpga_lte_fec/rte_pmd_bbdev_fpga_lte_fec_version.map [new file with mode: 0644]
drivers/baseband/meson.build
mk/rte.app.mk