]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Managed-Neighbor-Entries'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Oct 2021 10:27:48 +0000 (11:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Oct 2021 10:27:48 +0000 (11:27 +0100)
commit940ca136d8877af88ca6c84fd85cee59573ab209
treee64e1deb051e4b2992480af003a7779ce5b2b7f7
parentf62238f7c277db914f7bf68ed9e81e2cc1fb5ae8
parent5e24df39aec36ebfe2edc0d5d29cecd75e672b52
Merge branch 'Managed-Neighbor-Entries'

Daniel Borkmann says:

====================
Managed Neighbor Entries

This series adds a couple of fixes related to NTF_EXT_LEARNED and NTF_USE
neighbor flags, extends the UAPI with a new NDA_FLAGS_EXT netlink attribute
in order to be able to add new neighbor flags from user space given all
current struct ndmsg / ndm_flags bits are used up. Finally, the core of this
series adds a new NTF_EXT_MANAGED flag to neighbors, which allows user space
control planes to add 'managed' neighbor entries. Meaning, user space may
either transition existing entries or can push down new L3 entries without
lladdr into the kernel where the latter will periodically try to keep such
NTF_EXT_MANAGED managed entries in reachable state. Main use case for this
series are XDP / tc BPF load-balancers which make use of the bpf_fib_lookup()
helper for backends. For more details, please see individual patches. Thanks!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>