Re: [dpdk-dev] [PATCH v3 05/11] baseband/fpga_5gnr_fec: add LDPC processing functions

2020-04-17 Thread Akhil Goyal
> > Adding LDPC processing operations and related documentation. > > Signed-off-by: Nicolas Chautru > --- There are compilation issues while compiling the patches individually Please fix them. Please also check meson compilation also for all individual patches. /home/akhil/up/dpdk-next-cry

[dpdk-dev] [PATCH v3 05/11] baseband/fpga_5gnr_fec: add LDPC processing functions

2020-04-16 Thread Nicolas Chautru
Adding LDPC processing operations and related documentation. Signed-off-by: Nicolas Chautru --- doc/guides/bbdevs/fpga_5gnr_fec.rst| 28 + drivers/baseband/fpga_5gnr_fec/fpga_5gnr_fec.h | 9 + drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 660 +