From: David S. Miller Date: Sun, 5 May 2019 17:38:04 +0000 (-0700) Subject: Merge branch 'net-extend-indirect-calls-helper-usage' X-Git-Tag: v5.4-rc1~1056^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c90d1e4b6be6fc531ee076e26e4e5bf058925ac3;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'net-extend-indirect-calls-helper-usage' Paolo Abeni says: ==================== net: extend indirect calls helper usage This series applies the indirect calls helper introduced with commit 283c16a2dfd3 ("indirect call wrappers: helpers to speed-up indirect calls of builtin") to more hooks inside the network stack. Overall this avoids up to 4 indirect calls for each RX packets, giving small but measurable gain TCP_RR workloads and 5% under UDP flood. ==================== Signed-off-by: David S. Miller --- c90d1e4b6be6fc531ee076e26e4e5bf058925ac3