You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The parameter lived inside `dataplane` configuration and denoted that
`igb_uio` driver should be loaded to handle the port. This parameter
support was removed so we need to clean the code artifacts.
Closes#32
The parameter lived inside `dataplane` configuration and denoted that
`igb_uio` driver should be loaded to handle the port. This parameter
support was removed so we need to clean the code artifacts.
Closes#32
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 bindigb_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.
The text was updated successfully, but these errors were encountered: