You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at /root/pkgmaker_sandbox/build/chengyan/ngrayvpp_v9.2310-rc22/src/vlib/unix/input.c:334
Afer some research, I found that `af_packet_fd_error` was using `vlib_log_notice` that can not be called in worker thread:
/* make sure we are running on the main thread to avoid use in dataplane code, for dataplane logging consider use of event-logger */
ASSERT (vlib_get_thread_index () == 0);
So Is there has some problem at `af_packet_fd_error`?
Hi, I had fix this error for vpp vnet af_packet interface. And you could find this patch in gitro https://gerrit.fd.io/r/c/vpp/+/42083. this patch had merged into vpp-rc-2502. And your issue had better to send email to vpp-dev email list.
Description
VPP version: stable/2310: 095a953
When I try to create host pair for capturing packets by TCPDUMP, VPP will
ABORT()
after disabling interface host-veth200。The steps as follows:
/* make sure we are running on the main thread to avoid use in dataplane code, for dataplane logging consider use of event-logger */ ASSERT (vlib_get_thread_index () == 0);
Assignee
Mohsin Kazmi
Reporter
echo
Comments
No comments.
Original issue: https://jira.fd.io/browse/VPP-2128
The text was updated successfully, but these errors were encountered: