diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2020-09-23 13:06:08 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2020-09-23 13:13:03 -0400 | 
| commit | c19808acad0fa0f60ee2ada922258d98d17944bc (patch) | |
| tree | 94ae8d41bbff31e8fc290167c7cb944331425734 /zebra/zebra_mlag.h | |
| parent | 7692744f2c922e1621063ff4c44b94dff05bb6a9 (diff) | |
zebra: Increase the read/write mlag buffer sizes
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>
Diffstat (limited to 'zebra/zebra_mlag.h')
| -rw-r--r-- | zebra/zebra_mlag.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mlag.h b/zebra/zebra_mlag.h index d10a1f9157..85028d2774 100644 --- a/zebra/zebra_mlag.h +++ b/zebra/zebra_mlag.h @@ -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,  | 
