Re: [PATCH net-next v2 12/12] gtp: add dst_cache to tunnels

2020-12-11 Thread kernel test robot
Hi Jonas, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jonas-Bonn/gtp-IPv6-support/20201211-203639 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 91163f82143630a9629a8bf0227d

[PATCH net-next v2 12/12] gtp: add dst_cache to tunnels

2020-12-11 Thread Jonas Bonn
Destination caching on a per-tunnel basis is a performance win, so we enable this unconditionally for the module. Signed-off-by: Jonas Bonn --- drivers/net/Kconfig | 1 + drivers/net/gtp.c | 27 +++ 2 files changed, 28 insertions(+) diff --git a/drivers/net/Kconfig b/