| Submitter | Peter Pan(潘卫平) |
|---|---|
| Date | April 11, 2011, 8:17 a.m. |
| Message ID | <dbf419f2037707b09d648931f4ed5913ccfe35d9.1302509480.git.panweiping3@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/90572/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h index f2a1d0a..01ed1fb 100644 --- a/drivers/net/bonding/bond_alb.h +++ b/drivers/net/bonding/bond_alb.h @@ -139,7 +139,6 @@ struct alb_bond_info { struct slave *next_rx_slave;/* next slave to be assigned * to a new rx client for */ - u32 rlb_interval_counter; u8 primary_is_promisc; /* boolean */ u32 rlb_promisc_timeout_counter;/* counts primary * promiscuity time
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> --- drivers/net/bonding/bond_alb.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)