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

Preflight checks for lqosd #476

Merged
merged 1 commit into from
May 17, 2024
Merged

Preflight checks for lqosd #476

merged 1 commit into from
May 17, 2024

Conversation

thebracket
Copy link
Collaborator

Adds an automatic check for the following common issues on startup:

  • Unable to load configuration (bail if it is unreadable and not portable)
  • Check that interfaces referenced actually exist, bail out with a nice message if they don't.
  • Check that interfaces referenced have more than 1 RX/TX queue - bail out with a nice message if they don't.

…on issues: non-existent interfaces, and single queue interfaces.
@thebracket thebracket requested a review from rchac May 6, 2024 19:56
@thebracket thebracket added this to the v1.5 Beta milestone May 6, 2024
@thebracket thebracket added the enhancement New feature or request label May 6, 2024
@rchac rchac merged commit 58f898e into develop May 17, 2024
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants