diff options
author | Peter Pan(潘卫平) <panweiping3@gmail.com> | 2011-04-10 18:17:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-11 16:15:55 -0400 |
commit | 26f007b85a1bb73e1974ebd371cf5cd1e80c0a00 (patch) | |
tree | 677b2dc6a4b5d2885aaede92368beb1132134ad4 /drivers/net | |
parent | 3b647568454acedb8f09f72931bfe92b73f812c7 (diff) |
bonding:delete unused rlb_interval_counter
Now, alb_bond_info uses rx_ntt,rlb_update_delay_counter and
rlb_update_retry_counter to decide when to call rlb_update_rx_clients().
Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/bonding/bond_alb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h index f2a1d0a3aa8f..01ed1fb2940d 100644 --- a/drivers/net/bonding/bond_alb.h +++ b/drivers/net/bonding/bond_alb.h | |||
@@ -139,7 +139,6 @@ struct alb_bond_info { | |||
139 | struct slave *next_rx_slave;/* next slave to be assigned | 139 | struct slave *next_rx_slave;/* next slave to be assigned |
140 | * to a new rx client for | 140 | * to a new rx client for |
141 | */ | 141 | */ |
142 | u32 rlb_interval_counter; | ||
143 | u8 primary_is_promisc; /* boolean */ | 142 | u8 primary_is_promisc; /* boolean */ |
144 | u32 rlb_promisc_timeout_counter;/* counts primary | 143 | u32 rlb_promisc_timeout_counter;/* counts primary |
145 | * promiscuity time | 144 | * promiscuity time |