From: Long Li <longli@xxxxxxxxxxxxx> add_cmd_upper_ips() is used to add upper IPs on a bonded slave. Its filter function should be set to the same as upper_ips_del_cmd() in that it looks for upper netdevs for GIDs. Signed-off-by: Long Li <longli@xxxxxxxxxxxxx> --- drivers/infiniband/core/roce_gid_mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/core/roce_gid_mgmt.c b/drivers/infiniband/core/roce_gid_mgmt.c index 27a3ffed11b9..827a50dbd308 100644 --- a/drivers/infiniband/core/roce_gid_mgmt.c +++ b/drivers/infiniband/core/roce_gid_mgmt.c @@ -689,7 +689,7 @@ static const struct netdev_event_work_cmd add_cmd = { static const struct netdev_event_work_cmd add_cmd_upper_ips = { .cb = add_netdev_upper_ips, - .filter = is_eth_port_of_netdev_filter + .filter = upper_device_filter }; static void -- 2.34.1