diff options
author | Steven <sluong@cisco.com> | 2017-04-25 13:49:51 -0700 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-04-26 15:37:08 +0000 |
commit | 417488643611acbf8e3e2525d1e6c83f5eb107fa (patch) | |
tree | c0e5c9ad0cbe151f5408d4c03068f01313e61167 /extras | |
parent | 227038a444b98f922b4a4f44b85ae60f9ee86e1c (diff) |
vhost: core dump on quit with worker threads
Patch 6347 removed the socket file when the interface is deleted and
when VPP process is exitting. The CLI for deleting the interface has
builtin vlib_worker_thread_barrier_sync to prevent the worker
threads from running. Unfortunately, the CLI quit does not have the
builtin vlib_worker_thread_barrier_sync. As a result, it may cause the
worker thread to crash.
The fix is to add the vlib_worker_thread_barrier_sync in vhost_user_exit.
Change-Id: I1eff81170e131098f1799662f0ab48d6fca3def7
Signed-off-by: Steven <sluong@cisco.com>
Diffstat (limited to 'extras')
0 files changed, 0 insertions, 0 deletions