11 Sep
2025
11 Sep
'25
5:45 p.m.
On Mon, 8 Sep 2025 20:04:39 +0900
"xugu@redhat.com"
From: Xun Gu
On kernels without SO_PEEK_OFF, a 16MB static buffer is used to discard sent data. This patch reduces the buffer to 1MB.
Larger discards are now handled by using multiple iovec entries pointing to the same 1MB buffer.
Signed-off-by: Xun Gu
Applied, thanks, and welcome to the git log! -- Stefano