Re: [PATCH net-next] fib: use indirect call wrappers in the most common fib_rules_ops

2020-07-25 Thread kernel test robot
Hi Brian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Brian-Vazquez/fib-use-indirect-call-wrappers-in-the-most-common-fib_rules_ops/20200725-095008 base: https://git.kernel.org/pub/scm/lin

Re: [PATCH net-next] fib: use indirect call wrappers in the most common fib_rules_ops

2020-07-25 Thread kernel test robot
Hi Brian, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Brian-Vazquez/fib-use-indirect-call-wrappers-in-the-most-common-fib_rules_ops/20200725-095008 base: https://git.kernel.org/pub/scm/linux/ker

[PATCH net-next] fib: use indirect call wrappers in the most common fib_rules_ops

2020-07-24 Thread Brian Vazquez
This avoids another inderect call per RX packet which save us around 20-40 ns. Signed-off-by: Brian Vazquez --- net/core/fib_rules.c | 32 net/ipv4/fib_rules.c | 12 net/ipv6/fib6_rules.c | 12 3 files changed, 44 insertions(+), 12 del