]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fib-merge-nl-policies'
authorJakub Kicinski <kuba@kernel.org>
Thu, 16 Dec 2021 15:18:39 +0000 (07:18 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Dec 2021 15:18:39 +0000 (07:18 -0800)
commite5d8f1688e3cc7abfc6cf6e362caca47fc55e10c
tree7b8535c74707dab1b511dd324eda55ae04b2c634
parent1c011ec7c572190fcc9608897381a5a314f0c8cd
parent3c8fbea8e4576df080d71ae7f14e68e7ebba6618
Merge branch 'fib-merge-nl-policies'

Florian Westphal says:

====================
fib: merge nl policies

v4: resend with fixed subject line.  I preserved review tags
    from David Ahern.
v3: drop first two patches, otherwise unchanged.

This series merges the different (largely identical) nla policies.

v2 also squashed the ->suppress() implementation, I've dropped this.
Problem is that it needs ugly ifdef'ry to avoid build breakage
with CONFIG_INET=n || IPV6=n.

Given that even microbenchmark doesn't show any noticeable improvement
when ->suppress is inlined (it uses INDIRECT_CALLABLE) i decided to toss
the patch instead of adding more ifdefs.
====================

Link: https://lore.kernel.org/r/20211216120507.3299-1-fw@strlen.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>