OSDN Git Service

Merge branch 'tcp_mmap-optmizations'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2020 23:14:54 +0000 (16:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2020 23:14:54 +0000 (16:14 -0700)
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 <soheil@google.com>
Acked-by: Arjun Roy <arjunroy@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge