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.76k stars 879 forks source link

Specifying devargs parameter? #795

Open whatmatrix opened 5 months ago

whatmatrix commented 5 months ago

Hi F-Stack,

I've been experimenting F-Stack and it works great!

I am curious how I can specify devargs per PCI device. For example, you can specify scalar_enable=1 to turn off vector mode in PMD. Is there a way to pass devargs through F-Stack?

Thanks!