-
Notifications
You must be signed in to change notification settings - Fork 82
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
segfault when compiled with dpdk but run without dpdk #46
Comments
Hi, The lightest temp solution for now would be to add a Idle -> EnsureDPDKBuffer -> Discard; as this will not require any physical device. |
Yep, that works great. Thanks! |
Packet::make needs DPDK in that case Solves #46
Finally solved by the last commit ... |
using this click config:
and fastclick configured like so:
from git commit 419abd7 (Wed Jul 5 10:59:15 2017 +0200).
and run
click test3.click
:I get a segfault:
if I configure without any dpdk arguments:
It works great:
The text was updated successfully, but these errors were encountered: