Home
last modified time | relevance | path

Searched hist:"1 e19e02ca0c5e33ea73a25127dbe6c3b8fcaac4b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/
H A Ddst.hdiff 1e19e02ca0c5e33ea73a25127dbe6c3b8fcaac4b Fri Feb 09 18:26:55 CST 2007 Eric Dumazet <dada1@cosmosbay.com> [NET]: Reorder fields of struct dst_entry

This last patch (but not least :) ) finally moves the next pointer at
the end of struct dst_entry. This permits to perform route cache
lookups with a minimal cost of one cache line per entry, instead of
two.

Both 32bits and 64bits platforms benefit from this new layout.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>