> > Some wireless algos like SNOW, ZUC may support input data in bits which are > > not byte aligned. However, not all PMDs can support this requirement. > > Hence added a new feature flag > > RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA > > to identify which all PMDs can support non-byte aligned data. > > > > Signed-off-by: Akhil Goyal <akhil.go...@nxp.com> > > Acked-by: Fiona Trahe <fiona.tr...@intel.com> > > --- > > Series acked-by: Adam Dybkowski <adamx.dybkow...@intel.com>
There are a lot of other stuff which can be cleaned/optimized. I request all the PMD owners to step up And send the patches. Applied to dpdk-next-crypto Thanks.