commit | a1413cfbcb9f56fca59043ef3c19369327e61b49 | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@intel.com> | Thu Jun 19 10:11:13 2014 -0700 |
committer | Jon Mason <jdmason@kudzu.us> | Sun Sep 14 00:10:38 2014 -0400 |
tree | d74ee70d01d1fd19213b934fa497d006a5cd0421 | |
parent | 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd [diff] |
NTB: correct the spread of queues over mw's 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>