Message ID | 20220514142046.58072-1-haoxu.linux@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | fast poll multishot mode | expand |
On Sat, 14 May 2022 22:20:42 +0800, Hao Xu wrote: > Let multishot support multishot mode, currently only add accept as its > first consumer. > theoretical analysis: > 1) when connections come in fast > - singleshot: > add accept sqe(userspace) --> accept inline > ^ | > |-----------------| > - multishot: > add accept sqe(userspace) --> accept inline > ^ | > |--*--| > > [...] Applied, thanks! [1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept commit: 390ed29b5e425ba00da2b6113b74a14949f71b02 [2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests commit: 227685ebfaba0bc7e2ddc47cef4556050b6d7a8f [3/4] io_uring: let fast poll support multishot commit: dbc2564cfe0faff439dc46adb8c009589054ea46 [4/4] io_uring: implement multishot mode for accept commit: 4e86a2c980137f7be1ea600af5f1f5c8342ecc09 Best regards,