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

fix(base): Remove CONFIG_LWIP_FAILNOIFACE #139

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

skuenzer
Copy link
Member

The option CONFIG_LWIP_FAILNOIFACE makes sense to enable only for applications that rely on networking. Where networking is optional, this KConfig option should be set to n and where no networking is needed, we ideally want to build a Unikernel without networking capabilities and drivers. The base image is a generic elfloader image where we are weakening the specialization degree because we need to think a bit more "general purpose": Applications without networking requirements should be able to be run as well.

Github-Fixes: #135

The option `CONFIG_LWIP_FAILNOIFACE` makes sense to enable only for
applications that rely on networking. Where networking is optional, this
KConfig option should be set to `n` and where no networking is needed, we
ideally want to build a Unikernel without networking capabilities and
drivers. The `base` image is a generic elfloader image where we are
weakening the specialization degree because we need to think a bit
more "general purpose": Applications without networking requirements
should be able to be run as well.

Github-Fixes: #135
Signed-off-by: Simon Kuenzer <[email protected]>
@razvand razvand added the enhancement New feature or request label Oct 31, 2024
Copy link
Member

@Mihnea0Firoiu Mihnea0Firoiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
Reviewed-by: Mihnea Firoiu [email protected]

Copy link
Member

@nderjung nderjung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nderjung nderjung merged commit 5639ca7 into main Nov 14, 2024
7 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
Status: Done
Development

Successfully merging this pull request may close these issues.

All examples require a network interface
5 participants