> The current code requires num_possible_cpus() + 1 MSIX vectors. However, > num_possible_cpus() stands for the max number of supported CPUs by the > kernel.
I believe this is wrong -- num_possible_cpus() is the maximum number of CPUs for the running system, including hotplug. > We should use num_online_cpus() which is the number of available CPUs for the > system. But then we don't have vectors for hotplugged CPUs. - R. -- Roland Dreier <[email protected]> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
