This essentially duplicates a portion of the following patch that's already available in the upstream version of the ice driver: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ca4567f1e6f66 --- src/ice_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ice_main.c b/src/ice_main.c index ab5e57c..a81502f 100644 --- a/src/ice_main.c +++ b/src/ice_main.c @@ -6951,7 +6951,7 @@ ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], static int ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, - __always_unused u16 vid) + __always_unused u16 vid, struct netlink_ext_ack *extack) #else static int ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], --