Spdk/test/lib
Daniel Verkamp abe4c73f40 io_channel: use spdk_poller_fn consistently
There are two separate function pointer types declared in io_channel.h:
spdk_thread_fn for cross-thread messages, and spdk_poller_fn for
pollers.  They currently have the same signature, but this will be
changing in an upcoming patch, so we need to fix the poller-related
functions to use the correct type (a few were using spdk_thread_fn by
mistake).

Change-Id: I0f0d8f1eea9905395125fc91e0355a49e65be99e
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/403598
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2018-03-13 11:16:20 -04:00
..
bdev bdevperf: IOPS average by exponential moving average 2018-03-09 14:53:17 -05:00
blobfs lib: Return instead of exit in event 2018-03-08 11:47:01 -05:00
env scripts/check_format: check for spaces before tabs 2018-03-05 11:09:13 -05:00
event lib: Return instead of exit in event 2018-03-08 11:47:01 -05:00
ioat autotest: add test completion tracking 2018-03-01 17:13:41 -05:00
json build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
nvme test/overhead: allocate histograms for aio cases 2018-03-08 11:37:21 -05:00
util build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
Makefile test: add util/histogram_perf test application 2017-12-29 14:20:48 -05:00
test_env.c nvme: normalize PCI addresses before comparing 2017-11-16 18:17:09 -05:00
ut_multithread.c io_channel: use spdk_poller_fn consistently 2018-03-13 11:16:20 -04:00