> > Adding LDPC processing operations and related documentation. > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > ---
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-crypto/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c: In function âdequeue_ldpc_enc_one_op_cbâ: /home/akhil/up/dpdk-next-crypto/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c:988:6: error: unused variable âdesc_errorâ [-Werror=unused-variable] int desc_error = 0; ^~~~~~~~~~ /home/akhil/up/dpdk-next-crypto/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c:984:76: error: unused parameter âopâ [-Werror=unused-parameter] dequeue_ldpc_enc_one_op_cb(struct fpga_queue *q, struct rte_bbdev_enc_op **op, ^~ /home/akhil/up/dpdk-next-crypto/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c: In function âdequeue_ldpc_dec_one_op_cbâ: /home/akhil/up/dpdk-next-crypto/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c:1012:6: error: unused variable âdesc_errorâ [-Werror=unused-variable] int desc_error = 0; ^~~~~~~~~~ == Build drivers/vdpa/ifc /home/akhil/up/dpdk-next-crypto/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c: At top level: cc1: error: unrecognized command line option â-Wno-address-of-packed-memberâ [-Werror] cc1: all warnings being treated as errors /home/akhil/up/dpdk-next-crypto/mk/internal/rte.compile-pre.mk:114: recipe for target 'rte_fpga_5gnr_fec.o' failed make[6]: *** [rte_fpga_5gnr_fec.o] Error 1 /home/akhil/up/dpdk-next-crypto/mk/rte.subdir.mk:35: recipe for target 'fpga_5gnr_fec' failed make[5]: *** [fpga_5gnr_fec] Error 2 /home/akhil/up/dpdk-next-crypto/mk/rte.subdir.mk:35: recipe for target 'baseband' failed