Commit 1b1a6ba7 authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

example/accel_perf: remove unused -n option from help



(88754353) lib/accel: Add the real chained crc32 support with the example.

Patch above mistakenly introduced -n option to help,
without any actual use to back it up.
Passing it to the application didn't result in any
errors due to event library having the -n option too.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Iaebd43134294067aae6009823f5e8d578b20b329
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21183


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarSlawomir Ptak <slawomir.ptak@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
parent de9b1d5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ usage(void)
	printf("\t[-q queue depth per core]\n");
	printf("\t[-C for supported workloads, use this value to configure the io vector size to test (default 1)\n");
	printf("\t[-T number of threads per core\n");
	printf("\t[-n number of channels]\n");
	printf("\t[-o transfer size in bytes (default: 4KiB. For compress/decompress, 0 means the input file size)]\n");
	printf("\t[-t time in seconds]\n");
	printf("\t[-w workload type must be one of these: copy, fill, crc32c, copy_crc32c, compare, compress, decompress, dualcast, xor\n");