aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorJay Vosburgh <[email protected]>2013-05-31 11:57:30 +0000
committerDavid S. Miller <[email protected]>2013-06-07 15:05:51 -0700
commit303d1cbf610eef31e039efc2e8da30cf94cf5ebc (patch)
tree5b7d13ea626dd0eda7122efa93afb7a4013a257a /tools/perf/scripts/python/Perf-Trace-Util/lib
parentca162a82f56921442f5db72a3a472010e5a62c4b (diff)
bonding: Convert hw addr handling to sync/unsync, support ucast addresses
This patch converts bonding to use the dev_uc/mc_sync and dev_uc/mc_sync_multiple functions for updating the hardware addresses of bonding slaves. The existing functions to add or remove addresses are removed, and their functionality is replaced with calls to dev_mc_sync or dev_mc_sync_multiple, depending upon the bonding mode. Calls to dev_uc_sync and dev_uc_sync_multiple are also added, so that unicast addresses added to a bond will be properly synced with its slaves. Various functions are renamed to better reflect the new situation, and relevant comments are updated. Signed-off-by: Jay Vosburgh <[email protected]> Cc: Vlad Yasevich <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions