t/nvmept_pi: add support for xNVMe ioengine
authorVincent Fu <vincent.fu@samsung.com>
Thu, 7 Mar 2024 18:55:22 +0000 (18:55 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 7 Mar 2024 19:36:30 +0000 (19:36 +0000)
commitb140fc5e484638a467480e369485b91290288d58
treee222ad5200293006c5ad8f33a15e17c27c63f221
parent450cc0c743691d331deab0e0f116879b1ca7bc35
t/nvmept_pi: add support for xNVMe ioengine

Add a command-line option to run this script using the xNVMe ioengine
with the async io_uring_cmd backend. The default remains to use the
io_uring_cmd ioengine.

Example:

python3 t/nvmept_pi.py --dut /dev/ng1n1 --lbaf 6 --ioengine xnvme --fio ./fio

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/nvmept_pi.py