]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: implement bond_poll_controller()
authorMahesh Bandewar <maheshb@google.com>
Thu, 5 Mar 2015 05:57:52 +0000 (21:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2015 19:40:42 +0000 (14:40 -0500)
commit6dadc584fcbd0b1993f8c470084aa63b2136930c
treef23dea6ff2818919a347f6787860665a8068797d
parent5159e4907a418592702ef354b3bdac05b0482181
bonding: implement bond_poll_controller()

This patches implements the poll_controller support for all
bonding driver. If the slaves have poll_controller net_op defined,
this implementation calls them. This is mode agnostic implementation
and iterates through all slaves (based on mode) and calls respective
handler.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c