How to interact with kernel for FreeBSD
陳健新
greensun1231 at gmail.com
Tue Aug 20 11:57:35 CEST 2024
Hi all,
I am porting the DPDK program to support FreeBSD, the original program uses
the virtio_user to communicate with the kernel. However, when running on
FreeBSD, the EAL failed with error message as below:
EAL: failed to parse device "vdev:virtio_user0"
EAL: Failed to attach device on primary process
Then I tried with the tap dev but it also failed:
EAL: failed to parse device "vdev:net_tap0"
EAL: Failed to attach device on primary process
Is there a way to send/receive packet to the kernel on FreeBSD?
Please help. Thank you very much.
Best regards,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20240820/71fe1a4a/attachment.htm>
More information about the users
mailing list