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

2020-07-28 Thread David Miller
From: Brian Vazquez Date: Sun, 26 Jul 2020 15:48:16 -0700 > This avoids another inderect call per RX packet which save us around > 20-40 ns. > > Changelog: > > v1 -> v2: > - Move declaraions to fib_rules.h to remove warnings > > Reported-by: kernel test robot > Signed-off-by: Brian Vazquez

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

2020-07-26 Thread Brian Vazquez
This avoids another inderect call per RX packet which save us around 20-40 ns. Changelog: v1 -> v2: - Move declaraions to fib_rules.h to remove warnings Reported-by: kernel test robot Signed-off-by: Brian Vazquez --- include/net/fib_rules.h | 18 ++ net/core/fib_rules.c|