Revision a1413cfbcb9f56fca59043ef3c19369327e61b49 authored by Jon Mason on 19 June 2014, 17:11:13 UTC, committed by Jon Mason on 14 September 2014, 04:10:38 UTC
The detection of an uneven number of queues on the given memory windows
was not correct.  The mw_num is zero based and the mod should be
division to spread them evenly over the mw's.

Signed-off-by: Jon Mason <jon.mason@intel.com>
1 parent 2ce7598
History
File Mode Size
Kconfig -rw-r--r-- 977 bytes
Makefile -rw-r--r-- 194 bytes
net.c -rw-r--r-- 28.1 KB
scsi.c -rw-r--r-- 61.6 KB
test.c -rw-r--r-- 7.4 KB
test.h -rw-r--r-- 187 bytes
vhost.c -rw-r--r-- 38.8 KB
vhost.h -rw-r--r-- 5.3 KB
vringh.c -rw-r--r-- 26.4 KB

back to top