Found some issues while doing stress fipvlan in loop along with DCB toggling such as.
1) error out on finding vlans before its real intefaces located 2) error out on DCB rtnetlink along finding new interfaces being still down, fixed that by adding fip socket later once link is up on newly discovered interface. 3) The RTM_GETLINK dump request is sent only once and if that fails to find any interfaces then no vlan discovery done, instead try RTM_GETLINK again few time before giving up. 4) confusing error message in case the fcoe stack not loaded. --- Vasu Dev (4): fipvlan: fix error message in case fcoe stack not loaded fipvlan: add fip retry when no interfaces found fipvlan: attach vlan only if its real dev already exist fipvlan: create fip socket once all interfaces found and running fipvlan.c | 48 ++++++++++++++++++++++++++++++++++-------------- 1 files changed, 34 insertions(+), 14 deletions(-) -- _______________________________________________ devel mailing list devel@open-fcoe.org https://lists.open-fcoe.org/mailman/listinfo/devel