vlib: fix cli process stack overflow 74/22074/3
authorAloys Augustin <aloaugus@cisco.com>
Mon, 16 Sep 2019 13:37:48 +0000 (13:37 +0000)
committerDave Barach <openvpp@barachs.net>
Tue, 17 Sep 2019 11:52:51 +0000 (11:52 +0000)
commit735d2e202b6d68059049a233b0a870ec3713564d
treea4ab47f299039650d7b06d22efb9d86ed66c3663
parent1dbda64b467f020db131cb9a01422b8f3fbf58df
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 <aloaugus@cisco.com>
Change-Id: I86ceb9e6e07523d5e0f760b5922467f09a8d4006
src/vlib/unix/cli.c