]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Increase the read/write mlag buffer sizes
authorDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 17:06:08 +0000 (13:06 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:25 +0000 (15:54 +0300)
The read/write mlag buffer sizes of 2k were sufficient
for ~100 S,G notifications at one go.  Increase to 32k
to give us 16 times the space.

Ticket: CM-31576
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_mlag.h

index d10a1f9157e218a44c074d2d4135b5c16c252ef9..85028d277473bef962c8b7f7049aaa723c1807c5 100644 (file)
@@ -30,7 +30,7 @@
 extern "C" {
 #endif
 
-#define ZEBRA_MLAG_BUF_LIMIT 2048
+#define ZEBRA_MLAG_BUF_LIMIT 32768
 #define ZEBRA_MLAG_LEN_SIZE 4
 
 DECLARE_HOOK(zebra_mlag_private_write_data,