Searched hist:ab35cd4b8f42b5e4a9338949581a510e98503b28 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_teql.c | diff ab35cd4b8f42b5e4a9338949581a510e98503b28 Tue May 19 17:16:34 CDT 2009 Eric Dumazet <dada1@cosmosbay.com> sch_teql: Use net_device internal stats
We can slightly reduce size of teqlN structure, not duplicating stats structure in teql_master but using stats field from net_device.stats for tx_errors and from netdev_queue for tx_bytes/tx_packets/tx_dropped values.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|