commit | 3071ada4916e26a8961c1b99f7766a73b9007bfc | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Mar 22 14:50:59 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 22 19:38:56 2017 -0700 |
tree | f02066f3d26e4024324a93d062217a0b5ad3f941 | |
parent | 163891d7d42935e7499daa0646a8eb3c44504300 [diff] |
netvsc: change max channel calculation The default number of maximum channels should be limited to the number of cpus available on the numa node of the primary channel. This also makes sure maximum channels <= num_online_cpus Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>