Code Review
/
odp4vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0a69734
)
ping command does not work when there is woker thread (VPP-844)
author
flyingeagle23
<
[email protected]
>
Mon, 15 May 2017 08:57:20 +0000
(16:57 +0800)
committer
Damjan Marion
<
[email protected]
>
Tue, 16 May 2017 10:37:47 +0000
(10:37 +0000)
Change-Id: Ic896b237a7d141243e1b7d6d4fbb2a120f44363e
Signed-off-by: flyingeagle23 <
[email protected]
>
src/vnet/ip/ping.c
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/src/vnet/ip/ping.c
b/src/vnet/ip/ping.c
old mode 100644
(file)
new mode 100755
(executable)
index
4a7fdd6
..
5d04b3d
--- a/
src/vnet/ip/ping.c
+++ b/
src/vnet/ip/ping.c
@@
-890,6
+890,7
@@
VLIB_CLI_COMMAND (ping_command, static) =
" [ipv4 <ip4-addr> | ipv6 <ip6-addr>] [source <interface>]"
" [size <pktsize>] [interval <sec>] [repeat <cnt>] [table-id <id>]"
" [verbose]",
+ .is_mp_safe = 1,
};
/* *INDENT-ON* */