af_packet: worker thread call vlib_log coredump 83/42083/2
authorfenglei <[email protected]>
Tue, 31 Dec 2024 07:20:16 +0000 (15:20 +0800)
committerBenoit Ganne <[email protected]>
Mon, 20 Jan 2025 10:47:21 +0000 (10:47 +0000)
commit0fce01265182934c42dba801a6287120b86de161
tree2902e6c568a5a9388d35ad7137ba8678915a5e76
parentd9f3fbefcf5135da12e1a6f1bb164405770f4faf
af_packet: worker thread call vlib_log coredump

Type: fix

-When deleting a veth pair interface in linux, vpp's call to af_packet_fd_error will cause it to hang because it's a worker thread.

Change-Id: I3dc9018e7e492ccbdf0f59381f9bbbfd5c1c88a5
Signed-off-by: fenglei <[email protected]>
src/plugins/af_packet/af_packet.c