yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Non-contiguous DPDK port range #122

Closed GeorgyKirichenko closed 4 months ago

GeorgyKirichenko commented 4 months ago

In some cases we do not need to use all ports provided by DPDK. Also the commit enables us to use port name instead of pci function address as there are some devices like Chelsio having more than one port sharing same pci function.

Closes #59