numam-spdk/lib/event
GangCao 40dd3c29a4 event: create the ring on other available sockets
There may have the situation that associated socket does
not have enough memory for the event pool and the related
ring buffer. As the event pool will be created at any
available socket, this will be same for the ring.

The basic idea is to first allocate the memory for the
core associated socket and then try other available sockects
before terminating.

Change-Id: I52c240289899c136b607629c12c0250ad859c8ac
Signed-off-by: GangCao <gang.cao@intel.com>
Reviewed-on: https://review.gerrithub.io/385972
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-11-10 13:03:31 -05:00
..
rpc reactor: add context_switch_monitor RPC 2017-09-01 12:46:18 -04:00
subsystems event/subsystem/bdev: asynchronous SPDK finish 2017-10-27 13:03:55 -04:00
app.c event/subsystem/bdev: asynchronous SPDK finish 2017-10-27 13:03:55 -04:00
Makefile bdev: Create a separate bdev subsystem library 2017-06-16 13:10:26 -04:00
reactor.c event: create the ring on other available sockets 2017-11-10 13:03:31 -05:00
subsystem.c event/subsystem/bdev: asynchronous SPDK finish 2017-10-27 13:03:55 -04:00