IfanTsai / oceanus

:ocean: A userspace TCP/IP stack based on dpdk
GNU General Public License v3.0
8 stars 2 forks source link

Does this work? #7

Open playXE opened 1 year ago

playXE commented 1 year ago

I tried to compile & run it, had to update code since it had some fields to be used from DPDK 19 and others from DPDK 20+. Later disabled KNI & DDOS detection since it didn't seem to work? Now in function that handles recv pkts I added debug printf. It seems to never be executed. Is this project even near working state?

IfanTsai commented 1 year ago

Oceanus works fine on dpdk 19.10, tcp server used epoll based on Oceanus can send and receive message, but I am not sure it can run on dpdk 20+. In addition, DDoS detection and KNI module also work fine on dpdk 19.10. Maybe you can check your code which changed due to 20+. Also you can try running Oceanus on 19.10.