e9211cbf45
Was previously creating the number of qp based on the # of cores reported via DPDK function. Also was assigning one qp per comp_bdev. After testing w/multiple threads in fio 2 things needed to change: * remove use of rte core related functions as fio threads are not EAL threads. This required choosing an upper limit for the number of threads that the bdev module will support * changing the qp assignment code such that comp_bdevs share the same device_qp if on the same thread Fixes issue #879 Change-Id: Ib968ee04bef63013616546341974a4431d8f266a Signed-off-by: paul luse <paul.e.luse@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463107 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>