[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190701092758.GA2250@nanopsycho>
Date: Mon, 1 Jul 2019 11:27:58 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: Vincent Bernat <vincent@...nat.ch>
Cc: Jay Vosburgh <j.vosburgh@...il.com>,
Veaceslav Falico <vfalico@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v1] bonding: add an option to specify a delay
between peer notifications
Sun, Jun 30, 2019 at 08:59:31PM CEST, vincent@...nat.ch wrote:
[...]
>+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.
[...]
Powered by blists - more mailing lists