[dpdk-dev] [PATCH v5 1/3] crypto: add sgl support in sw PMDs

Declan Doherty declan.doherty at intel.com
Mon Jan 16 17:08:24 CET 2017


On 13/01/17 15:23, Tomasz Kulasek wrote:
> This patch introduces RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER feature flag
> informing that selected crypto device supports segmented mbufs natively
> and doesn't need to be coalesced before crypto operation.
>
> While using segmented buffers in crypto devices may have unpredictable
> results, for PMDs which doesn't support it natively, additional check is
> made for debug compilation.
>
> Signed-off-by: Tomasz Kulasek <tomaszx.kulasek at intel.com>
> ---
...
>

Acked-by: Declan Doherty <declan.doherty at intel.com>


More information about the dev mailing list