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)
commit2ed08b5ead3cdef574f99ff5fbf09d3f969a53c4
treee64e1deb051e4b2992480af003a7779ce5b2b7f7
parent7bb39a394490c0690dc7304f2f0345539d590d2b
parent7482e3841d520a368426ac196720601687e2dc47
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>