[dpdk-dev] [PATCH v5 13/16] cryptodev: replace mbuf scatter gather flag

Akhil Goyal akhil.goyal at nxp.com
Thu Jul 5 13:35:11 CEST 2018


On 7/5/2018 7:38 AM, Pablo de Lara wrote:

> The current mbuf scatter gatter feature flag is
> too ambiguous, as it is not clear if input and/or output
> buffers can be scatter gather mbufs or not, plus
> if in-place and/or out-of-place is supported.
>
> Therefore, five new flags will replace this flag:
> - RTE_CRYPTODEV_FF_IN_PLACE_SGL
> - RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT
> - RTE_CRYPTODEV_FF_OOP_SGL_IN_FB_OUT
> - RTE_CRYPTODEV_FF_OOP_FB_IN_SGL_OUT
> - RTE_CRYPTODEV_FF_OOP_FB_IN_FB_OUT
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---
>
Acked-by: Akhil Goyal <akhil.goyal at nxp.com>



More information about the dev mailing list