diff options
author | Paolo Abeni <pabeni@redhat.com> | 2018-12-14 11:51:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-15 13:23:02 -0800 |
commit | 283c16a2dfd332bf5610c874f7b9f9c8b601ce53 (patch) | |
tree | 2769165645fb361731abd6c7c227b46f691cf9c7 /net/tipc/socket.c | |
parent | 35e07d23473972b8876f98bcfc631ebcf779e870 (diff) | |
download | talos-obmc-linux-283c16a2dfd332bf5610c874f7b9f9c8b601ce53.tar.gz talos-obmc-linux-283c16a2dfd332bf5610c874f7b9f9c8b601ce53.zip |
indirect call wrappers: helpers to speed-up indirect calls of builtin
This header define a bunch of helpers that allow avoiding the
retpoline overhead when calling builtin functions via function pointers.
It boils down to explicitly comparing the function pointers to
known builtin functions and eventually invoke directly the latter.
The macros defined here implement the boilerplate for the above schema
and will be used by the next patches.
rfc -> v1:
- use branch prediction hint, as suggested by Eric
v1 -> v2:
- list explicitly the builtin function names in INDIRECT_CALL_*(),
as suggested by Ed Cree
Suggested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/socket.c')
0 files changed, 0 insertions, 0 deletions