module/accel_engine: remove some annoying prints

This way if nothing prints it's just using software.  If CDMA
is being used it will print that. Will do the same for DSA
once added.

Signed-off-by: paul luse <paul.e.luse@intel.com>
Change-Id: I44c49cf3a495d5e8440e80fa42fbb6f1338c5aac
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1183
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
paul luse 2020-03-06 19:53:51 +00:00 committed by Tomasz Zawadzki
parent f29276eb5f
commit f1d292a367

View File

@ -178,7 +178,6 @@ accel_engine_create_cb(void *io_device, void *ctx_buf)
accel_ch->ch = g_sw_accel_engine->get_io_channel();
assert(accel_ch->ch != NULL);
accel_ch->engine = g_sw_accel_engine;
SPDK_NOTICELOG("Acceleration framework using module: SOFTWARE\n");
return 0;
}