Martin Kröning

Results 212 comments of Martin Kröning

> LGTM, since only lwip uses this feature and hermit-playground is removing lwip. Are they already removed? We should wait until then. :)

Done in https://github.com/hermit-os/kernel/pull/983.

Thanks for opening this! Both changes are wonderful. I opened https://github.com/hermit-os/kernel/issues/1059 to track avoiding padding the size of allocations. I'll have to dig a bit into this, to locate the...

Interesting issues! Thanks a lot for your help! :) I'll look at https://github.com/hermit-os/kernel/issues/743. Maybe that will help us locate any issues on our side.

> I think we can close this issue since using a trait and trait objects worked out for `SplitVq` and `PackedVq`s. This issue is about potential performance improvements, not about...

We are working on async support for userspace. :) See also https://github.com/smol-rs/polling/issues/177

> So we'd probably have to mygrate to smol-rs/polling to make use of that? No, we want to support Mio too. We are currently at the stage of needing to...

@stlankes just made a lot of progress towards async I/O on Hermit by adding `poll` support in https://github.com/hermit-os/kernel/pull/1046. 🥳

Not sure if this is a good first issue or not. Considering that this might not be straight forward and might require touching and reworking more than meets the eye,...