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)
commite6e67768a0b9d6e31ef0bfe94f24659d0e6941f1
tree3f43cd2e8b31e71ea928e603bf87a27c0da90797
parent394fcd8a813456b3306c423ec4227ed874dfc08b
parent59c0d31988fb366189502a8ac66b7fe1486b7e40
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 <soheil@google.com>
Acked-by: Arjun Roy <arjunroy@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>