vrrp: increase stack size of process node 19/32019/3
authorMatthew Smith <mgsmith@netgate.com>
Fri, 16 Apr 2021 19:13:58 +0000 (14:13 -0500)
committerDamjan Marion <dmarion@me.com>
Tue, 27 Apr 2021 09:25:29 +0000 (09:25 +0000)
commit98d83627411eb99c98e567a60f37b389780a1344
tree40a6d3610a403cdecd4065c338f4b79e70e445ee
parent3ff1598846901e10ca837a77e33ce94594a93496
vrrp: increase stack size of process node

Type: fix

The process node which wakes up when a timer expires and transitions
a backup node to master state may call a function to add a MAC address
to an interface. This works fine for some devices, but with DPDK 20.11
on i40e interfaces, the i40e PMD functions which enact the change cause
the stack to be exhausted. Increase the stack size for the node.

Change-Id: I824603e162f4f6d680486706210986572f0d9845
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/plugins/vrrp/vrrp_periodic.c