Spdk/lib/accel
Konrad Sztyber 01608f1af2 accel: temporarily disable iobuf thread caches
The iobuf buffers are only used in accel when executing chained
operations.  Since none of the components in SPDK are using chaining
yet, there's little point in having per-thread iobuf caches, as they
only reduce the number of available buffers in other libraries.

This change will be reverted once bdev layer and bdev modules are
updated to support chaining.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Ibad19ea92f2218a8dec01e802a736cfdd357dfc6
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16398
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2023-01-20 17:56:44 +00:00
..
accel_internal.h accel: Add crypto operation support 2023-01-11 09:16:59 +00:00
accel_rpc.c bdev/crypto: Use accel framework 2023-01-19 22:00:58 +00:00
accel_sw.c lib/accel: add output_size to decompress API 2023-01-19 11:16:01 +00:00
accel.c accel: temporarily disable iobuf thread caches 2023-01-20 17:56:44 +00:00
Makefile accel: Add crypto operation support 2023-01-11 09:16:59 +00:00
spdk_accel.map accel: support appending encrypt/decrypt operations 2023-01-17 23:34:43 +00:00