mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.98k stars 435 forks source link

add a user-level thread support to mTCP #283

Open ygmoon opened 4 years ago

ygmoon commented 4 years ago

this patch adds a user-level thread support to mTCP (enabled by running the configure script with --enable-uctx option)

ajamshed commented 4 years ago

Thanks for the PR @ygmoon. Instead of adding the complete source code of lthreads as a subdirectory, do you think it is a better idea to use git module to dynamically fetch the source files from the github repo? Are you making any changes to the lthreads library itself?

ygmoon commented 4 years ago

Yes, I think it would be better to fetch from the repo that you mentioned. I will create a new PR. Thanks.