commit | fba3679d34511c42bf452e89dda457a1219eb43a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Aug 03 11:50:35 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 03 11:53:54 2013 -0700 |
tree | e15630906314e3243c2053887bd1f32af8a40f2e | |
parent | 73f5698e77219bfc3ea1903759fe8e20ab5b285e [diff] |
fib_rules: reorder struct fib_rules fields Move refcnt, pref, suppress_ifgroup, suppress_prefixlen out of first cache line, as they are not used in fast path. Make sure ctarget & fr_net are in first cache line. (Assuming 64 bit arches and 64 bytes cache lines) Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>