From: Divy Le Ray <divy@xxxxxxxxxxx>
Date: Wed, 08 Oct 2008 17:34:02 -0700
Allocate a queue set per core, up to the maximum of available qsets.
Share the queue sets on multi port adapters.
Rename MSI-X interrupt vectors ethX-N, N being the queue set number.
Signed-off-by: Divy Le Ray <divy@xxxxxxxxxxx>
Applied, but...
This "num processors" logic and policy belongs in some generic place.
Perhaps "num_possible_cpus()" is more appropriate, who knows right?