Spdk/lib/accel
Konrad Sztyber 940be80363 accel: accel buffer allocation functions
The data buffers backed by these accel buffers aren't allocated
immediately, but only when they're necessary to execute a given
operation.  It allows users to append operations to a sequence, without
actually reserving large space for the data.  That way, if some of these
buffers aren't needed to execute a sequence, they won't be allocated.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Ieeea8a011b40c7f2f33e9a6f03fe34264e9316f3
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15746
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
2023-01-09 12:37:37 +00:00
..
accel_internal.h update Intel copyright notices 2022-11-10 08:28:53 +00:00
accel_rpc.c lib/accel: set RPC accel_get_opc_assignments as SPDK_RPC_RUNTIME 2022-11-17 08:57:53 +00:00
accel_sw.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
accel.c accel: accel buffer allocation functions 2023-01-09 12:37:37 +00:00
Makefile accel: initial operation chaining support 2023-01-09 12:37:37 +00:00
spdk_accel.map accel: accel buffer allocation functions 2023-01-09 12:37:37 +00:00