Describes user's buffers in remote memory domains in case a module doesn't support memory domains and accel needs to pull/push the data before submitting a task. More...
#include <accel_module.h>
Data Fields | |
struct iovec * | orig_iovs |
uint32_t | orig_iovcnt |
struct spdk_memory_domain * | orig_domain |
void * | orig_domain_ctx |
struct iovec | iov |
Describes user's buffers in remote memory domains in case a module doesn't support memory domains and accel needs to pull/push the data before submitting a task.
Should only be used by accel itself and should not be touched by accel modules.