Offloading I/O to Dedicated Cores: An Asymmetric io_uring Back end for Seastar
1–3 of 3 posts
Re: Offloading I/O to Dedicated Cores: An Asymmetric io_uring Back end for Seastar
#2This reminds me of I/O Channels on IBM Mainframes.
Re: Offloading I/O to Dedicated Cores: An Asymmetric io_uring Back end for Seastar
#3This reminds me of I/O Channels on IBM Mainframes.
Ye, all that pinning etc look like cpus are not so "general purpose" and we want specialized and programmable IO hardware. Maybe even IO from memory to memory :)
Same as with paralleism - it's data type what matters.