Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VPP-1660] VPP stops responding when running ML2 integration tests #3123

Closed
vvalderrv opened this issue Feb 2, 2025 · 3 comments
Closed

Comments

@vvalderrv
Copy link
Contributor

Description

Api trace -

 

api_post_mortem.13522

 

stack trace -

#0  0x00007ffff7766074 in virtio_vring_init () from /usr/lib/x86_64-linux-gnu/libvnet.so.19.04

#1  0x00007ffff77740b0 in tap_create_if () from /usr/lib/x86_64-linux-gnu/libvnet.so.19.04

#2  0x00007ffff77759df in ?? () from /usr/lib/x86_64-linux-gnu/libvnet.so.19.04

#3  0x00007ffff7bca96c in vl_msg_api_handler_with_vm_node () from /usr/lib/x86_64-linux-gnu/libvlibmemory.so.19.04

#4  0x00007ffff7baf67a in vl_mem_api_handle_msg_main () from /usr/lib/x86_64-linux-gnu/libvlibmemory.so.19.04

#5  0x00007ffff7bbf06d in ?? () from /usr/lib/x86_64-linux-gnu/libvlibmemory.so.19.04

#6  0x00007ffff6c92b96 in ?? () from /usr/lib/x86_64-linux-gnu/libvlib.so.19.04

#7  0x00007ffff67b418c in clib_calljmp () from /usr/lib/x86_64-linux-gnu/libvppinfra.so.19.04

#8  0x00007fffb5dffdc0 in ?? ()

#9  0x00007ffff6c98831 in ?? () from /usr/lib/x86_64-linux-gnu/libvlib.so.19.04

Assignee

Mohsin Kazmi

Reporter

Naveen Joy

Comments

Original issue: https://jira.fd.io/browse/VPP-1660

@vvalderrv
Copy link
Contributor Author

A new patch https://gerrit.fd.io/r/#/c/19519/ which has moved the indirect buffer allocation from interface creation to device node at packet processing time. Now one can create as many tap interfaces as possible.

@vvalderrv
Copy link
Contributor Author

@vvalderrv
Copy link
Contributor Author

Fix has been merged successfully: https://gerrit.fd.io/r/#/c/19171/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant