F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.86k stars 896 forks source link

No probed ethernet devices. #837

Open NathanFreeman opened 2 months ago

NathanFreeman commented 2 months ago

图片

图片

I executed the example/helloworld file, and it prompted me with an error as shown in the image.

My server is an Alibaba Cloud server.

Linux iZj6c8t2zjmiv5dvxt1503Z 5.15.0-71-generic #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
tianxuanhong commented 2 months ago

Did you solve this problem? I have the same problem

NathanFreeman commented 2 months ago

@tianxuanhong 没有

zhaozihanzzh commented 1 month ago

Maybe you should bind your NIC to DPDK properly before running F-Stack. From the second picture, it seems that the network device eth0 is still using the linux kernel driver.