From: flyingeagle23 Date: Mon, 15 May 2017 08:57:20 +0000 (+0800) Subject: ping command does not work when there is woker thread (VPP-844) X-Git-Tag: v17.07-rc1~181 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F6688%2F4;p=vpp.git ping command does not work when there is woker thread (VPP-844) Change-Id: Ic896b237a7d141243e1b7d6d4fbb2a120f44363e Signed-off-by: flyingeagle23 --- diff --git a/src/vnet/ip/ping.c b/src/vnet/ip/ping.c old mode 100644 new mode 100755 index 4a7fdd6cba6..5d04b3d6798 --- a/src/vnet/ip/ping.c +++ b/src/vnet/ip/ping.c @@ -890,6 +890,7 @@ VLIB_CLI_COMMAND (ping_command, static) = " [ipv4 | ipv6 ] [source ]" " [size ] [interval ] [repeat ] [table-id ]" " [verbose]", + .is_mp_safe = 1, }; /* *INDENT-ON* */