commit | c0ef079ca791ef9e057ac748051425a768c9e192 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue May 03 03:29:09 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 02 22:51:41 2016 -0400 |
tree | 16235e037fac8565efc4baa06c4b6fd161e26803 | |
parent | e8194d4fa00dae2ff24983b82780ed0949eaf2fd [diff] |
netdevice: shrink size of struct netdev_queue - trans_timeout is incremented when tx queue timed out (tx watchdog). - tx_maxrate is set via sysfs Moving tx_maxrate to read-mostly part shrinks the struct by 64 bytes. While at it, also move trans_timeout (it is out-of-place in the 'write-mostly' part). Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>