On 6/29/21 11:35 PM, Greg KH wrote: > 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? > I did; just confusion by a first timer in taking my patch and adding his patches to it. It will be fixed in v2.