From: David S. Miller Date: Thu, 20 Aug 2020 23:14:54 +0000 (-0700) Subject: Merge branch 'tcp_mmap-optmizations' X-Git-Tag: io_uring-5.10-2020-10-20~32^2~475 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e6e67768a0b9d6e31ef0bfe94f24659d0e6941f1;p=linux-2.6-block.git Merge branch 'tcp_mmap-optmizations' Eric Dumazet says: ==================== tcp_mmap: optmizations This series updates tcp_mmap reference tool to use best pratices. First patch is using madvise(MADV_DONTNEED) to decrease pressure on the socket lock. Last patches try to use huge pages when available. ==================== Acked-by: Soheil Hassas Yeganeh Acked-by: Arjun Roy Signed-off-by: David S. Miller --- e6e67768a0b9d6e31ef0bfe94f24659d0e6941f1