Re: [PATCH ipvs-next] ipvs: use indirect call wrappers

2019-01-23 Thread Simon Horman
On Sun, Jan 20, 2019 at 02:12:04PM +0200, Julian Anastasov wrote: > > Hello, > > On Sat, 19 Jan 2019, Matteo Croce wrote: > > > Use the new indirect call wrappers in IPVS when calling the TCP or UDP > > protocol specific functions. > > This avoids an indirect calls in IPVS, and reduces the

Re: [PATCH ipvs-next] ipvs: use indirect call wrappers

2019-01-21 Thread kbuild test robot
Hi Matteo, Thank you for the patch! Yet something to improve: [auto build test ERROR on ipvs-next/master] url: https://github.com/0day-ci/linux/commits/Matteo-Croce/ipvs-use-indirect-call-wrappers/20190122-022325 base: https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git ma

Re: [PATCH ipvs-next] ipvs: use indirect call wrappers

2019-01-20 Thread Julian Anastasov
Hello, On Sat, 19 Jan 2019, Matteo Croce wrote: > Use the new indirect call wrappers in IPVS when calling the TCP or UDP > protocol specific functions. > This avoids an indirect calls in IPVS, and reduces the performance > impact of the Spectre mitigation. > > Signed-off-by: Matteo Cro

[PATCH ipvs-next] ipvs: use indirect call wrappers

2019-01-19 Thread Matteo Croce
Use the new indirect call wrappers in IPVS when calling the TCP or UDP protocol specific functions. This avoids an indirect calls in IPVS, and reduces the performance impact of the Spectre mitigation. Signed-off-by: Matteo Croce --- net/netfilter/ipvs/ip_vs_core.c | 49 +