platform: increase netlink resync retry count

With a small buffer (of 4K) and many links (100 ethernet adapters), I've
seen up to ~15 retries of link change until things settled.

Let's increase this. Still a »bulharská konštanta« but possibly safer and
more broadly useful (so we can cap the link change retry count too).
This commit is contained in:
Lubomir Rintel
2023-02-16 13:25:17 +01:00
committed by Thomas Haller
parent e45b27a937
commit fee7832bde

View File

@@ -328,7 +328,7 @@ struct _ifla_vf_vlan_info {
/*****************************************************************************/
#define RESYNC_RETRIES 10
#define RESYNC_RETRIES 50
/*****************************************************************************/