[dpdk-dev] [PATCH v2 1/9] cryptodev: add feature flag for non-byte aligned data
Dybkowski, AdamX
adamx.dybkowski at intel.com
Mon May 11 11:29:49 CEST 2020
> -----Original Message-----
> From: Akhil Goyal <akhil.goyal at nxp.com>
> Sent: Sunday, 10 May, 2020 01:12
> To: dev at dpdk.org
> Cc: Ruifeng.Wang at arm.com; Doherty, Declan <declan.doherty at intel.com>;
> asomalap at amd.com; anoobj at marvell.com; Zhang, Roy Fan
> <roy.fan.zhang at intel.com>; Trahe, Fiona <fiona.trahe at intel.com>;
> rnagadheeraj at marvell.com; adwivedi at marvell.com; G.Singh at nxp.com;
> hemant.agrawal at nxp.com; jianjay.zhou at huawei.com; De Lara Guarch,
> Pablo <pablo.de.lara.guarch at intel.com>; Dybkowski, AdamX
> <adamx.dybkowski at intel.com>; apeksha.gupta at nxp.com; Akhil Goyal
> <akhil.goyal at nxp.com>
> Subject: [PATCH v2 1/9] cryptodev: add feature flag for non-byte aligned data
>
> 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>
More information about the dev
mailing list