]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit616f45416ca0d726d6d3421a296ebc6e2bb82cde
treef23dea6ff2818919a347f6787860665a8068797d
parent8ea696384a1641048a17d1ed3cee4fabb0bf4e03
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