+11
−0
+68
−3
Loading
It's now possible to register an interrupt for a whole fd_group. The advantage of doing this over registering an interrupt using fd_group's fd is that the fd_group is nested in thread's fd_group, so spdk_fd_group_wait() on thread's fd_group will trigger events of the registered fd_group. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I1b2e4e9ea0b5dc2a8ba5e7ab7366fe1c412167f5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25466 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Reviewed-by:
Ben Walker <ben@nvidia.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Community-CI: Mellanox Build Bot Reviewed-by:
Ankit Kumar <ankit.kumar@samsung.com>