On Tue, 10 Dec 2024 04:03:32 +0000 Pavel Begunkov wrote: > On 12/10/24 03:49, Jakub Kicinski wrote: > > On Wed, 4 Dec 2024 09:21:48 -0800 David Wei wrote: > >> + depends on INET > > > > Interesting, why INET? Just curious, in theory there shouldn't > > be anything IP related in ZC. > > Because of direct calls to tcp_read_sock(). With more protocols > should be turned into a callback (or sharing it with splice). Ah, I guess that comes in later patches :S Makes sense.