aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-03-09 17:33:30 -0800
committerDavid S. Miller <davem@davemloft.net>2017-03-09 17:33:30 -0800
commit825d2c509a04d94b208eeebc7295f04bb70a1929 (patch)
treed461db31feb7b87f667918d9383f3d51d844cb10 /drivers/net/ethernet/micrel
parentMerge branch 'nfp-crc32-rss-hash-port-name-reporting-and-misc-fastpath-cleanups' (diff)
parentbonding: reduce scope of some global variables (diff)
downloadlinux-dev-825d2c509a04d94b208eeebc7295f04bb70a1929.tar.xz
linux-dev-825d2c509a04d94b208eeebc7295f04bb70a1929.zip
Merge branch 'bonding-winter-cleanup'
Mahesh Bandewar says: ==================== bonding: winter cleanup Few cleanup patches that I have accumulated over some time now. (a) First two patches are basically to move the work-queue initialization from every ndo_open / bond_open operation to once at the beginning while port creation. Work-queue initialization is an unnecessary operation for every 'ifup' operation. However we have some mode-specific work-queues and mode can change anytime after port creation. So the second patch is to ensure the correct work-handler is called based on the mode. (b) Third patch is simple and straightforward that removes hard-coded value that was added into the initial commit and replaces it with the default value configured. (c) The final patch in the series removes the unimplemented "port-moved" state from the LACP state machine. This state is defined but never set so removing from the state machine logic makes code little cleaner. (d) Reduce scope of some global variables to local. Note: None of these patches are making any functional changes. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/micrel')
0 files changed, 0 insertions, 0 deletions