Re: [PATCH net-next v2 3/4] net: use indirect call wrappers at GRO transport layer

2018-12-20 Thread Stephen Hemminger
On Wed, 5 Dec 2018 19:13:41 +0100 Paolo Abeni wrote: > This avoids an indirect call in the receive path for TCP and UDP > packets. TCP takes precedence on UDP, so that we have a single > additional conditional in the common case. > > v1 -> v2: > - adapted to INDIRECT_CALL_ changes > > Signed-

[PATCH net-next v2 3/4] net: use indirect call wrappers at GRO transport layer

2018-12-05 Thread Paolo Abeni
This avoids an indirect call in the receive path for TCP and UDP packets. TCP takes precedence on UDP, so that we have a single additional conditional in the common case. v1 -> v2: - adapted to INDIRECT_CALL_ changes Signed-off-by: Paolo Abeni --- include/net/inet_common.h | 7 +++ net/ip