On Tue, Jun 29, 2021 at 11:55:35AM -0700, Rumen Telbizov wrote: > From: David Ahern <dsahern@xxxxxxxxxx> > > 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: Rumen Telbizov <rumen.telbizov@xxxxxxxxxxxxxxxxx> > --- Any reason that David didn't also sign off on this? thanks, greg k-h