commit | b9aaec8f0be518096d1377082e0abe6a85e86ff3 | [log] [tgz] |
---|---|---|
author | Brian Vazquez <brianvv@google.com> | Sun Jul 26 15:48:16 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 28 17:42:31 2020 -0700 |
tree | 44fa946217cb3dba912f903005e2cbae6ae8b06c | |
parent | 608b4adab17889576c6636311f495b1a52418c69 [diff] |
fib: use indirect call wrappers in the most common fib_rules_ops 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@intel.com> Signed-off-by: Brian Vazquez <brianvv@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>