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

From: David Miller
Date: Tue Jul 28 2020 - 20:43:23 EST


From: Brian Vazquez <brianvv@xxxxxxxxxx>
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 <lkp@xxxxxxxxx>
> Signed-off-by: Brian Vazquez <brianvv@xxxxxxxxxx>

Applied, thank you.