diff options
author | Eric Dumazet <edumazet@google.com> | 2014-11-02 17:00:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-03 20:25:08 +0300 |
commit | 4cdb1e2e3d3495423db558d3bb7ed11d66aabce7 (patch) | |
tree | 8ac47c7323c806a287b6f63277d6576040e4a1dc /firmware/av7110 | |
parent | 55b42b5ca2dcf143465968697fe6c6503b05fca1 (diff) | |
download | linux-4cdb1e2e3d3495423db558d3bb7ed11d66aabce7.tar.xz |
net: shrink struct softnet_data
flow_limit in struct softnet_data is only read from local cpu
and can be moved to fill a hole, reducing softnet_data size by
64 bytes on x86_64
While we are at it, move output_queue, output_queue_tailp and
completion_queue, so that rx / tx paths touch a single cache line.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/av7110')
0 files changed, 0 insertions, 0 deletions