Re: [PATCH net-next v5 03/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
From: David Howells <dhowells@redhat.com>
Date: 2023-06-26 14:01:27
Also in:
ceph-devel, linux-mm, lkml
From: David Howells <dhowells@redhat.com>
Date: 2023-06-26 14:01:27
Also in:
ceph-devel, linux-mm, lkml
Ilya Dryomov [off-list ref] wrote:
Same here... I would suggest that you keep ceph_tcp_sendpage() function and make only minimal modifications to avoid regressions.
This is now committed to net-next. I can bring ceph_tcp_sendpage() back into existence or fix it in place for now if you have a preference. Note that I'm working on patches to rework the libceph transmission path so that it isn't dealing with transmitting a single page at a time, but it's not ready yet. David