Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of bind option in dataplane.conf #32

Closed
GeorgyKirichenko opened this issue Oct 3, 2023 · 0 comments · Fixed by #46
Closed

Get rid of bind option in dataplane.conf #32

GeorgyKirichenko opened this issue Oct 3, 2023 · 0 comments · Fixed by #46

Comments

@GeorgyKirichenko
Copy link
Collaborator

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.

GeorgyKirichenko pushed a commit that referenced this issue Oct 5, 2023
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
@taitov taitov closed this as completed in #46 Oct 6, 2023
taitov pushed a commit that referenced this issue Oct 6, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant