numam-spdk/lib/event
Daniel Verkamp c000c930b2 event: align spdk_reactor to cache line boundary
The reactor structures are allocated in a contiguous array, and each
reactor is accessed from a different core, so align the reactor
structure to avoid false sharing.

Change-Id: I95162620ccb58fae060b2d95e47a38621dfbd140
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-01-06 09:50:35 -07:00
..
rpc log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
app.c event: remove spdk_event_allocate() next parameter 2017-01-05 11:57:18 -07:00
dpdk_init.c event: move default opt values out of public API 2017-01-05 11:57:18 -07:00
Makefile env: Make the environment library configurable. 2016-10-05 11:51:37 -07:00
reactor.c event: align spdk_reactor to cache line boundary 2017-01-06 09:50:35 -07:00
subsystem.c event.h: split non-public API into spdk_internal 2017-01-05 11:57:18 -07:00