From: David S. Miller Date: Tue, 12 Oct 2021 10:27:48 +0000 (+0100) Subject: Merge branch 'Managed-Neighbor-Entries' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2ed08b5ead3cdef574f99ff5fbf09d3f969a53c4;p=linux.git 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 --- 2ed08b5ead3cdef574f99ff5fbf09d3f969a53c4