[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372259619-32430-1-git-send-email-nikolay@redhat.com>
Date: Wed, 26 Jun 2013 17:13:36 +0200
From: Nikolay Aleksandrov <nikolay@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, andy@...yhouse.net, fubar@...ibm.com
Subject: [PATCH net-next 0/3] bonding: struct bonding cleanup and MAC set fixes
Hello,
This patchset removes some unnecessary struct bonding members. It also
fixes MAC setting inconsistencies (i.e. if a bond's MAC is set after
creation but prior to enslaving, it is lost and the first slave's MAC is
cloned again). Before these patches the only way to keep a user-defined MAC
is either to set it after enslaving or to create the bond with that MAC.
Patch 01 - removes setup_by_slave member
Patch 02 - removes dev_addr_from_first member and does the MAC fixing
Patch 03 - introduces the use of NET_ADDR_STOLEN when a MAC is cloned
Best regards,
Nikolay Aleksandrov
Nikolay Aleksandrov (3):
bonding: remove unnecessary setup_by_slave member
bonding: remove unnecessary dev_addr_from_first member
bonding: when cloning a MAC use NET_ADDR_STOLEN
drivers/net/bonding/bond_main.c | 45 ++++++++++++++++++++---------------------
drivers/net/bonding/bonding.h | 2 --
2 files changed, 22 insertions(+), 25 deletions(-)
--
1.8.1.4
--
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