diff options
author | Igor Mikhailov (imichail) <imichail@cisco.com> | 2017-07-03 17:01:50 -0700 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-07-11 15:35:57 +0000 |
commit | 02989064e4c26a4940a5292ba6c47023e6dd3131 (patch) | |
tree | 498d5f2bb2b54f4be29526349c7369d5f29b60b8 /src/vat | |
parent | d6a11c430b58e76acb7462190eed095820cae008 (diff) |
VPP-895 multi-thread: fix vpp crash on show runtime
In multi-threaded model (e.g. 1 main and 1 worker threads),
after an ethernet interface is deleted (e.g. vhost-user interface),
'show runtime' command produces garbled output and sometimes
leads to vpp crash.
The reason is because vlib_node_rename() frees and reallocates node's
'n->name' vector, however the change is not propagated into copies
of the node on worker threads.
Change-Id: Ibf22422913b7f2df22f70f3b2fe8dafd34c1dd06
Signed-off-by: Igor Mikhailov (imichail) <imichail@cisco.com>
Diffstat (limited to 'src/vat')
0 files changed, 0 insertions, 0 deletions