On 1/26/21 6:23 AM, Ido Schimmel wrote: > From: Amit Cohen <amco...@nvidia.com> > > The next patch will emit notification when hardware flags are changed, > in case that fib_notify_on_flag_change sysctl is set to 1. > > To know sysctl values, net struct is needed. > This change is consistent with the IPv4 version, which gets 'net' struct > as its first argument. > > Currently, the only callers of this function are mlxsw and netdevsim. > Patch the callers to pass net. > > Signed-off-by: Amit Cohen <amco...@nvidia.com> > Signed-off-by: Ido Schimmel <ido...@nvidia.com> > --- > .../net/ethernet/mellanox/mlxsw/spectrum_router.c | 7 ++++--- > drivers/net/netdevsim/fib.c | 14 ++++++++------ > include/net/ip6_fib.h | 5 +++-- > 3 files changed, 15 insertions(+), 11 deletions(-) >
Reviewed-by: David Ahern <dsah...@kernel.org>