Hi, On 6/7/22 16:06, Hao Xu wrote:
From: Hao Xu <howeyxu@xxxxxxxxxxx> splice from pipe to pipe is a trivial case, and we can support nonblock try for it easily. splice depends on iowq at all which is slow. Let's
^ should be 'splice in io_uring'
build a fast submission path for it by supporting nonblock. Wrote a simple test to test time spent of splicing from pipe to pipe:
Sorry, forgot to attach the test: https://github.com/HowHsu/liburing/commit/3ff901b4fb80caf66a520742c6542e35111493a0 Regards, Hao