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:

committed by
Thomas Haller

parent
e45b27a937
commit
fee7832bde
@@ -328,7 +328,7 @@ struct _ifla_vf_vlan_info {
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define RESYNC_RETRIES 10
|
||||
#define RESYNC_RETRIES 50
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user