microsoft / demikernel

Kernel-Bypass LibOS Architecture
https://aka.ms/demikernel
MIT License
960 stars 119 forks source link

[inetstack] Multi-Core Architecture #78

Open deeptir18 opened 3 years ago

deeptir18 commented 3 years ago

It would be nice if the API exposed some way to have threads that could each have their own connections (through whatever libos) so applications that require multithreading are easier to implement. This would require work in each libos, because I believe each libos (e.g., DPDK or RDMA) has its own way of handling threads and queues.

iyzhang commented 2 years ago

FYI, Brent Stephens from Utah has a student that has a multi-core version of Catnip that they have been using. I'll try to track the student.