[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAF2d9jgi11=FHEZVkdOZ3EKBAMa7pL6NLroy=Dtr-+68B8Tdcg@mail.gmail.com>
Date: Sat, 7 Feb 2015 19:32:57 -0800
From: Mahesh Bandewar <maheshb@...gle.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: Jay Vosburgh <j.vosburgh@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
Veaceslav Falico <vfalico@...il.com>,
Nikolay Aleksandrov <nikolay@...hat.com>,
David Miller <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH next 5/6] bonding: Allow userspace to set macaddr on bonding-dev
On Sat, Feb 7, 2015 at 2:26 PM, Stephen Hemminger
<stephen@...workplumber.org> wrote:
> On Fri, 6 Feb 2015 16:51:56 -0800
> Mahesh Bandewar <maheshb@...gle.com> wrote:
>
>> @@ -396,6 +398,13 @@ static const struct bond_option bond_opts[BOND_OPT_LAST] = {
>> .values = bond_ad_actor_sysprio_tbl,
>> .set = bond_option_ad_actor_sysprio_set,
>> },
>> + [BOND_OPT_AD_ACTOR_SYS_MACADDR] = {
>> + .id = BOND_OPT_AD_ACTOR_SYS_MACADDR,
>> + .name = "ad_actor_system_mac_address",
>> + .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_8023AD)),
>> + .flags = BOND_OPTFLAG_RAWVAL | BOND_OPTFLAG_IFDOWN,
>> + .set = bond_option_ad_actor_sys_macaddr_set,
>> + },
>> };
>
> I would consider the module command line options deprecated
> at this point. Why add more?
These are not the module parameters.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists