numam-dpdk/lib/librte_cryptodev
Tomasz Kulasek 2d03ec6abd crypto: support scatter-gather in software drivers
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@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2017-01-18 21:48:56 +01:00
..
Makefile lib: fix ABI version after device model rework 2016-11-06 20:53:23 +01:00
rte_crypto_sym.h cryptodev: add DES CBC cipher algorithm 2017-01-18 21:45:15 +01:00
rte_crypto.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_pmd.h cryptodev: fix loop in device query 2017-01-18 21:48:56 +01:00
rte_cryptodev_version.map drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rte_cryptodev.c crypto: support scatter-gather in software drivers 2017-01-18 21:48:56 +01:00
rte_cryptodev.h crypto: support scatter-gather in software drivers 2017-01-18 21:48:56 +01:00