microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.39k stars 819 forks source link

[WSL1] io_uring support #8404

Open niclar opened 2 years ago

niclar commented 2 years ago

Would you consider adding io_uring support to the wsl1 kernel, to facilitate cross platform development for those projects (wsl2 is not an option at the moment due to subpar cross system file performance).

elsaco commented 2 years ago

@niclar io_uring is a feature available in Linux kernel 5.x, specifically added to the 5.1 release. WSL1 is using a 4.x kernel.

niclar commented 2 years ago

@elsaco thanks for clarifying. -Any plans of implementing the 5.x kernel in wsl1 ?