> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
