summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/if_macvlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/if_macvlan.h')
-rw-r--r--kernel/include/linux/if_macvlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/if_macvlan.h b/kernel/include/linux/if_macvlan.h
index 6f6929ea8..a4ccc3122 100644
--- a/kernel/include/linux/if_macvlan.h
+++ b/kernel/include/linux/if_macvlan.h
@@ -29,7 +29,7 @@ struct macvtap_queue;
* 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 16
+#define MAX_MACVTAP_QUEUES 256
#define MACVLAN_MC_FILTER_BITS 8
#define MACVLAN_MC_FILTER_SZ (1 << MACVLAN_MC_FILTER_BITS)