numam-spdk/lib/event
Jim Harris 3266d7dbcc app: add spdk_app_start_shutdown()
This enables using SPDK within a larger process that
is SPDK-centric.  In this case the process may start
SPDK and then wish to stop it explicitly (without a
signal).

While here, remove an incorrect comment - DPDK mempools
can be used from non-DPDK threads.  Also set the
g_shutdown_event to NULL after it is called.  After the
event executes, the event is freed and is no longer valid.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ie4f07bee7d05fae683c72f6680cb3bcce2d4a119
2016-11-07 09:59:59 -07:00
..
rpc build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
app.c app: add spdk_app_start_shutdown() 2016-11-07 09:59:59 -07:00
dpdk_init.c Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
Makefile env: Make the environment library configurable. 2016-10-05 11:51:37 -07:00
reactor.c event: process events in batches 2016-11-07 09:32:25 -07:00
reactor.h event: Allow idle reactors to sleep 2016-08-17 10:02:38 -07:00
subsystem.c event: fix null pointer issue in spdk_subsystem_fini 2016-06-15 16:33:55 -07:00
subsystem.h Add event-driven application framework 2016-05-31 09:58:05 -07:00