| 454ff172 | 03-Apr-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
test/ioat: ioat_perf app will exit with error code
This change will make sure that ioat_perf application exits with error code 1 whenever there was no test performed.
Mainly by checking number of i
test/ioat: ioat_perf app will exit with error code
This change will make sure that ioat_perf application exits with error code 1 whenever there was no test performed.
Mainly by checking number of ioat channels available. Other changes made to align with returning 1 on error.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Id94fa947fd097d5085285d3348aeb41ff280e731 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1672 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
show more ...
|
| 5ec6b08e | 19-Feb-2019 |
Jim Harris <james.r.harris@intel.com> |
ioat/perf: allow queue depths > 256
Currently the task and buffer pools are hardcoded to 512 each. This effectively limits the queue depth per channel to 256 since we need both source and destinati
ioat/perf: allow queue depths > 256
Currently the task and buffer pools are hardcoded to 512 each. This effectively limits the queue depth per channel to 256 since we need both source and destination buffers from the buffer pool. So make the pool sizes dynamic based on the user's queue depth input.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I52f04308c0329fa99277746a0768eb1214e37a8e
Reviewed-on: https://review.gerrithub.io/c/445357 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
show more ...
|
| 73a7ecfe | 24-Jun-2018 |
Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> |
ioat/verify: print missing status output on fill-only I/O
There's currently no way to issue only fills unless the app is slightly modified. Nevertheless, this patch makes the code more readable.
Ch
ioat/verify: print missing status output on fill-only I/O
There's currently no way to issue only fills unless the app is slightly modified. Nevertheless, this patch makes the code more readable.
Change-Id: I15a6ed57ed06880d26970c4be7c2db3b7326d3d4 Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/416660 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
| de7a37a8 | 24-Jun-2018 |
Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> |
ioat/verify: ensure 8-byte alignment for FILL requests
We're usually lucky and either the buffer is physically-contiguous, or the address is already 8-bit aligned, but intermittent failures were sti
ioat/verify: ensure 8-byte alignment for FILL requests
We're usually lucky and either the buffer is physically-contiguous, or the address is already 8-bit aligned, but intermittent failures were still happening. Not anymore.
Change-Id: Iec226b42f66c7c273f181cda764b92164e24b0e3 Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/416658 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|