Loading
example/accel_perf: add parameter to select accel module
Using JSON RPC (config or rpc.py) it is possible to select which accel module will be used for selected operation. Unfortunately when manually testing various modules or for simple script testing, this adds unnecessary complexity. To ease that, new parameter -M was added that assigns module to the operation selected for the test. Rather than ignoring overwrite from RPC, flat out exit the application if -M conflicts with RPC. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Iaea7d294fee6d2749489293a2c0849ee484e89d1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21185 Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.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:
Slawomir Ptak <slawomir.ptak@intel.com>