yanet-platform / yanet

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

Get rid of `bind` option in dataplane.conf #32

Closed GeorgyKirichenko closed 9 months ago

GeorgyKirichenko commented 9 months ago

Currently there is a bind:Bool option for a port available in the dataplane configuration file. The option denotes that dataplane should execute dpdk-devbind script and bind igb_uoi driver for the port. However, this should been configured at system level before dataplane start with the most suitable driver instead on hard-coded igb_iou one.