Andrew Rybchenko 76c8553679 sfxge: Remove extra cache-line alignment and reorder sfxge_evq_t
Remove the first member alignment to cacheline since it is nop.
Use __aligned() for the whole structure to make sure that the structure
size is cacheline aligned.
Remove lock alignment to make the structure smaller and fit all members
used on event queue processing into one cacheline (128 bytes) on x86-64.
The lock is obtained as well from different context when event queue
statistics are retrived from sysctl context, but it is infrequent.
Reorder members to avoid padding and go in usage order on event
processing.
As the result all structure members used on event queue processing fit
into exactly one cacheline (128 byte) now.

Sponsored by:   Solarflare Communications, Inc.
Approved by:    gnn (mentor)
2015-01-29 18:57:27 +00:00
..
2015-01-28 08:56:48 +00:00
2015-01-23 21:08:24 +00:00
2014-10-12 18:01:52 +00:00
2015-01-28 21:08:09 +00:00
2014-09-25 19:10:32 +00:00
2015-01-28 21:08:09 +00:00
2015-01-27 21:30:24 +00:00
2015-01-22 11:12:42 +00:00
2014-12-27 07:07:37 +00:00
2014-09-23 06:32:19 +00:00