| 21828e4a | 06-May-2024 |
Wojciech Panfil <wojciech.panfil@intel.com> |
bdevperf/nvme_perf/hello_world: Add fflush(stdout)
In case the app hangs in cleanup/fini, most likely stdout will not get printed out (buffered) therefore no logs will be visible. This change should
bdevperf/nvme_perf/hello_world: Add fflush(stdout)
In case the app hangs in cleanup/fini, most likely stdout will not get printed out (buffered) therefore no logs will be visible. This change shouldn't harm performance as fflush() is performed after the test itself.
Change-Id: I7d12ae037de5b686c776de8d66c5cbec5df6a544 Signed-off-by: Wojciech Panfil <wojciech.panfil@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23022 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot
show more ...
|
| 7692207e | 09-May-2024 |
Wojciech Panfil <wojciech.panfil@intel.com> |
hello_world: Move vmd_fini to exit
In case no ctrlr has been found, vmd_fini() has not been called even though vmd_init() has been. In addition calling cleanup() twice is not required.
Change-Id: I
hello_world: Move vmd_fini to exit
In case no ctrlr has been found, vmd_fini() has not been called even though vmd_init() has been. In addition calling cleanup() twice is not required.
Change-Id: Ib47a9b1ed48ec1017d0d08338c266e3a93add10a Signed-off-by: Wojciech Panfil <wojciech.panfil@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23057 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com>
show more ...
|