Re: [PATCH net-next 2/4] net: use indirect call helpers for dst_output

2020-12-11 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/net-avoid-indirect-calls-in-dst-functions/20201211-100941 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next

[PATCH net-next 2/4] net: use indirect call helpers for dst_output

2020-12-10 Thread Brian Vazquez
From: brianvv This patch avoids the indirect call for the common case: ip6_output and ip_output Signed-off-by: brianvv --- include/net/dst.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/net/dst.h b/include/net/dst.h index 98cf6e8c06c4..3932e9931f08 100644