Type: fix
Startup config setting an i40e/ice interface
up in Debug VPP consumes more than the currently
available stack space.
Signed-off-by: GordonNoonan <[email protected]>
Change-Id: I98b52c5596799017b97f802a8661b76cd1bb3245
(cherry picked from commit
b2dbb36fc265b8996fc7fa310dda447d5b0479cb)
.function = startup_config_process,
.type = VLIB_NODE_TYPE_PROCESS,
.name = "startup-config-process",
+ .process_log2_n_stack_bytes = 18,
};
/* *INDENT-ON* */