❦ 1 juillet 2019 11:27 +02, Jiri Pirko <j...@resnulli.us>: >>+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)