diff options
author | Paolo Abeni <pabeni@redhat.com> | 2018-12-14 11:51:58 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-15 22:23:02 +0100 |
commit | aaa5d90b395a72faff797b00d815165ee0e664c0 (patch) | |
tree | 1200ce4b331921a7ae77964b525c4a3502b726a0 /net/ipv4/tcp_offload.c | |
parent | indirect call wrappers: helpers to speed-up indirect calls of builtin (diff) | |
download | linux-aaa5d90b395a72faff797b00d815165ee0e664c0.tar.xz linux-aaa5d90b395a72faff797b00d815165ee0e664c0.zip |
net: use indirect call wrappers at GRO network layer
This avoids an indirect calls for L3 GRO receive path, both
for ipv4 and ipv6, if the latter is not compiled as a module.
Note that when IPv6 is compiled as builtin, it will be checked first,
so we have a single additional compare for the more common path.
v1 -> v2:
- adapted to INDIRECT_CALL_ changes
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_offload.c')
0 files changed, 0 insertions, 0 deletions