commit | 6ecd754883daffd14e1ecfc1e56aa3c070bb7a60 | [log] [tgz] |
---|---|---|
author | Matteo Croce <mcroce@redhat.com> | Sat Jan 19 15:25:35 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 28 11:15:58 2019 +0100 |
tree | 79dadd0f68ae03f49813ca8ae8832ed7cba5c7e6 | |
parent | fe19a8fea7cb59f202ddd30ec2fa9f5bd907b3d2 [diff] |
ipvs: use indirect call wrappers 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 <mcroce@redhat.com> Acked-by: Julian Anastasov <ja@ssi.bg> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>