vlib: fix cli process stack overflow 06/22906/2
authorChenmin Sun <chenmin.sun@intel.com>
Mon, 7 Oct 2019 19:35:20 +0000 (03:35 +0800)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Sun, 27 Oct 2019 09:58:59 +0000 (09:58 +0000)
commitfe9613631ced5f6967f113e8dc5637a319154e0a
tree164a2fa854b15c98bbae8d0109ee3c02bd9ccd2d
parentfded97083be9994dfb82a83ca7799b1e63f9af4d
vlib: fix cli process stack overflow

Type: fix

Some cli processes, including configuring an test flow
on an i40e interface consume more than the currently
available stack space.

Signed-off-by: Chenmin Sun <chenmin.sun@intel.com>
Change-Id: I3df53d251cd43286f94647384d6e50a463bad15c
(cherry picked from commit 2fd44a00aa26188ca75f0accd734f21758c199bf)
src/vlib/unix/cli.c