Fix vpp crashing when attempting to run in kubernetes Pod 84/17884/3
authorArtem Belov <[email protected]>
Tue, 26 Feb 2019 01:47:34 +0000 (01:47 +0000)
committerDamjan Marion <[email protected]>
Sat, 2 Mar 2019 09:20:05 +0000 (09:20 +0000)
commitd302022440a3698c7ec81340bfb67cab2a5b71ea
treeec072492bebacea14e57cc0c4310fa145c94ca12
parent6342e48dc1aa5a083b34ca6cae26bf3672cd800b
Fix vpp crashing when attempting to run in kubernetes Pod

mmap does not fail but writing to mapped memory is causing sigbus.

Change-Id: I5135f32eede67fccb4aaa07a501cd262d254ed8d
Signed-off-by: Artem Belov <[email protected]>
Signed-off-by: Ed Warnicke <[email protected]>
(cherry picked from commit f6defa113e2e10a70c5a92ce7e14b7a532154409)
src/vppinfra/pmalloc.c