commit | 616f45416ca0d726d6d3421a296ebc6e2bb82cde | [log] [tgz] |
---|---|---|
author | Mahesh Bandewar <maheshb@google.com> | Wed Mar 04 21:57:52 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 06 14:40:42 2015 -0500 |
tree | f23dea6ff2818919a347f6787860665a8068797d | |
parent | 8ea696384a1641048a17d1ed3cee4fabb0bf4e03 [diff] |
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>