On Tue, Jun 29, 2021 at 10:37:34AM -0700, Rumen Telbizov wrote: > Add support for policy routing via marks to the bpf_fib_lookup > helper. The bpf_fib_lookup struct is constrained to 64B for > performance. Since the smac and dmac entries are used only for > output, put them in an anonymous struct and then add a union > around a second struct that contains the mark to use in the FIB > lookup. > > Signed-off-by: David Ahern <dsahern@xxxxxxxxxx> > Signed-off-by: Rumen Telbizov <telbizov@xxxxxxxxx> Did David author this, or did Rumen?