Spdk/lib/accel
Konrad Sztyber e6a8401a1d accel: execute accel sequences using a driver
If a driver is registered and selected, it'll now be used to execute
sequences of accel operations.  The driver has priority over accel
modules, so the modules will only be used to execute operations that the
driver cannot perform.

Once driver completes a task (or a number of tasks), it notifies accel
using standard spdk_accel_task_complete().  To let accel continue
processing a sequence, driver can call spdk_accel_sequence_continue().
This can be done when the driver executes all tasks (1), an error occurs
(2), or the driver doesn't know how to execute a given opcode (3).  In
case of (3), that operation will be executed using appropriate accel
module and, while the rest of the sequence will be sent back to the
driver.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: If414c02073ffc731454e03d25c7ee02bef58463b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16548
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2023-03-01 09:46:40 +00:00
..
accel_internal.h accel: introduce platform drivers 2023-02-13 13:52:06 +00:00
accel_rpc.c accel: introduce platform drivers 2023-02-13 13:52:06 +00:00
accel_sw.c accel: add support for xor 2023-02-21 08:33:18 +00:00
accel.c accel: execute accel sequences using a driver 2023-03-01 09:46:40 +00:00
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
spdk_accel.map accel: add support for xor 2023-02-21 08:33:18 +00:00