Re: [PATCH 3/5] net: Check for presence of IFLA_AF_SPEC
From: Jeff Kirsher <hidden>
Date: 2014-11-26 13:30:58
From: Jeff Kirsher <hidden>
Date: 2014-11-26 13:30:58
On Wed, Nov 26, 2014 at 4:42 AM, Thomas Graf [off-list ref] wrote:
ndo_bridge_setlink() is currently only called on the slave if IFLA_AF_SPEC is set but this is a very fragile assumption and may change in the future. Cc: Ajit Khaparde <redacted> Cc: John Fastabend <redacted> Signed-off-by: Thomas Graf <tgraf@suug.ch> --- drivers/net/ethernet/emulex/benet/be_main.c | 2 ++ drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 ++ 2 files changed, 4 insertions(+)
Acked-by: Jeff Kirsher <redacted>