Raise MAC learning table capacity from 1,024 to 2,048 entries per bridge.
[sliver-openvswitch.git] / lib / mac-learning.h
index 6a2d30b..e2ee74b 100644 (file)
@@ -26,7 +26,7 @@
 #define MAC_HASH_MASK (MAC_HASH_SIZE - 1)
 #define MAC_HASH_SIZE (1u << MAC_HASH_BITS)
 
-#define MAC_MAX 1024
+#define MAC_MAX 2048
 
 /* Time, in seconds, before expiring a mac_entry due to inactivity. */
 #define MAC_ENTRY_IDLE_TIME 60