|
@@ -50,7 +50,7 @@ struct macvlan_pcpu_stats {
|
|
|
* Maximum times a macvtap device can be opened. This can be used to
|
|
|
* configure the number of receive queue, e.g. for multiqueue virtio.
|
|
|
*/
|
|
|
-#define MAX_MACVTAP_QUEUES (NR_CPUS < 16 ? NR_CPUS : 16)
|
|
|
+#define MAX_MACVTAP_QUEUES 16
|
|
|
|
|
|
#define MACVLAN_MC_FILTER_BITS 8
|
|
|
#define MACVLAN_MC_FILTER_SZ (1 << MACVLAN_MC_FILTER_BITS)
|