linux/include/net/sctp
Daniel Borkmann 76bfd89844 net: sctp: reorder sctp_globals to reduce cacheline usage
Reduce cacheline usage from 2 to 1 cacheline for sctp_globals structure. By
reordering elements, we can close gaps and simply achieve the following:

Current situation:
  /* size: 80, cachelines: 2, members: 10 */
  /* sum members: 57, holes: 4, sum holes: 16 */
  /* padding: 7 */
  /* last cacheline: 16 bytes */

Afterwards:
  /* size: 64, cachelines: 1, members: 10 */
  /* padding: 7 */

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-08-29 14:55:54 -04:00
..
auth.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
checksum.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
command.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
constants.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
sctp.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
sm.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
structs.h net: sctp: reorder sctp_globals to reduce cacheline usage 2013-08-29 14:55:54 -04:00
tsnmap.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
ulpevent.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00
ulpqueue.h net: sctp: trivial: update bug report in header comment 2013-08-09 11:33:02 -07:00