vlib: fix cli process stack overflow 84/22384/2
authorAloys Augustin <[email protected]>
Mon, 16 Sep 2019 13:37:48 +0000 (13:37 +0000)
committerAndrew Yourtchenko <[email protected]>
Mon, 30 Sep 2019 15:25:52 +0000 (15:25 +0000)
commit3d7e4723098d10d4e64e07de2f5d5c1ac930e734
tree7a8c0dfd5fd4764f5f0c5bd03c5258c417a865e5
parentfaf5195e3a4c9831775e812d922a660fc48c9fdd
vlib: fix cli process stack overflow

Some cli processes, including bringing up an i40e interface with dpdk,
consume more than the currently available stack space.

Type: fix
Fixes: VPP-1774
Signed-off-by: Aloys Augustin <[email protected]>
Change-Id: I86ceb9e6e07523d5e0f760b5922467f09a8d4006
(cherry picked from commit 735d2e202b6d68059049a233b0a870ec3713564d)
src/vlib/unix/cli.c