From: Veaceslav Falico <redacted>
Date: Tue, 15 Jul 2014 12:15:39 +0200
Currently to change some built-in defaults it's necessary to change the
code, and to maintain these patches on each update.
Create a bonding's Kconfig to make it possible to configure them at build
time.
There is really no reason these values can't be set at run time, and that
is my only, but firm, objection to this patch series.
For the per-slave things, make new netlink attributes that can be provided
when the slave is added, using the existing default if not specified.
This means the fixed sized arrays involved here need to become
dynamically allocated.