+4
−10
Loading
The first task on a sequence's task queue is the one that we're currently executing. By moving the place where we remove it from that queue and place it on the completed queue to process_sequence(), we'll be able to perform some extra steps (e.g. memory domain push) after a task has been completed. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ia98f491eb52be0156954372461e05c198c070e3b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15946 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com>