> From: Nipun Gupta <nipun.gu...@nxp.com> > > This series introduces the BBDEV LA12xx poll mode driver (PMD) to support > an implementation for offloading High Phy processing functions like > LDPC Encode / Decode 5GNR wireless acceleration function, using PCI based > LA12xx Software defined radio. > > Please check the documentation patch for more info. > > The driver currently implements basic feature to offload only the 5G LDPC > encode/decode. > > A new capability has been added to check if the driver can support the > input data in little/big endian byte order. > > v2: add test case changes > v3: fix 32 bit compilation > v4: capability for network byte order, doc patch merged inline. > v5: add llr_size and llr_decimals, removed LLR compression flag, > update testbbdev to handle endianness, rebased on top of 20.08 > v6: added BE as device info instead of capability, updated test > to have 2 codeblocks > v7: fixed checkpatch errors > v8: remove additional test vectors, update reverse_op function name, > make be_support param as bool, other minor changes in la12xx driver > v9: add little endianness capability as well (patch by Nicolas Chautru), > fix 32 bit (i386) compilation, fix get of nb_segs, add endianness > info in testbbdev doc. > v10: use default RTE_BIG_ENDIAN/RTE_LITTLE_ENDIAN defined, add > data_endianness info for BBDEV null device > v11: split la12xx doc in separate patches and fixed some nits > Acked-by: Akhil Goyal <gak...@marvell.com> Release notes are updated Applied to dpdk-next-crypto
I believe Nicolas is out, but he has reviewed the patches and the patches look good. If I get the Ack by Wednesday, I will update the patches before they are pulled on main.