Re: [PATCH net-next v1] bonding: add an option to specify a delay between peer notifications
From: Vincent Bernat <hidden>
Date: 2019-07-01 09:32:18
From: Vincent Bernat <hidden>
Date: 2019-07-01 09:32:18
❦ 1 juillet 2019 11:27 +02, Jiri Pirko [off-list ref]:
quoted
+module_param(peer_notif_delay, int, 0); +MODULE_PARM_DESC(peer_notif_delay, "Delay between each peer notification on " + "failover event, in milliseconds");No module options please. Use netlink. See bond_changelink() function.
It's also present in the patch. I'll do a v2 removing the ability to set
the default value through a module parameter.
--
Don't patch bad code - rewrite it.
- The Elements of Programming Style (Kernighan & Plauger)