[dpdk-dev] [PATCH v2 1/9] cryptodev: add feature flag for non-byte aligned data

Akhil Goyal akhil.goyal at nxp.com
Mon May 11 12:10:57 CEST 2020


> > 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.goyal at nxp.com>
> > Acked-by: Fiona Trahe <fiona.trahe at intel.com>
> > ---
> 
> Series acked-by: Adam Dybkowski <adamx.dybkowski at 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.


More information about the dev mailing list