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)
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

Simple merge