netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] bonding: add some more netlink attributes
@ 2013-12-16  0:41 Scott Feldman
  2013-12-17 21:10 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Feldman @ 2013-12-16  0:41 UTC (permalink / raw)
  To: vfalico, fubar, andy; +Cc: netdev, roopa, shm

The following series implements five more bonding netlink attributes:

	primary
	primary_reselect
	fail_over_mac
	xmit_hash_policy
	resend_igmp

Tested with modified iproute2 to verify attributes can be set at bond creation
time or set later.  Verified sysfs interface to attributes continues to work.

---

Scott Feldman (5):
      bonding: add primary attribute netlink support
      bonding: add primary_select attribute netlink support
      bonding: add fail_over_mac attribute netlink support
      bonding: add xmit_hash_policy attribute netlink support
      bonding: add resend_igmp attribute netlink support


 drivers/net/bonding/bond_netlink.c |   76 ++++++++++++++++++++
 drivers/net/bonding/bond_options.c |  109 ++++++++++++++++++++++++++++
 drivers/net/bonding/bond_sysfs.c   |  139 +++++++++++-------------------------
 drivers/net/bonding/bonding.h      |    7 ++
 include/uapi/linux/if_link.h       |    5 +
 5 files changed, 240 insertions(+), 96 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-17 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16  0:41 [PATCH net-next 0/5] bonding: add some more netlink attributes Scott Feldman
2013-12-17 21:10 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).