From: David S. Miller Date: Thu, 20 Aug 2020 23:14:54 +0000 (-0700) Subject: Merge branch 'tcp_mmap-optmizations' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e6e67768a0b9d6e31ef0bfe94f24659d0e6941f1;p=linux.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