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: odp_vpp~138 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=92a838b14a1862ef07c631412069e968f303639b;p=odp4vpp.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 4a7fdd6c..5d04b3d6 --- 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* */