numam-spdk/lib/net
Jim Harris 4e4b48a9b7 net: add group support for multiple spdk_net_impls.
Supporting sock_groups with multiple spdk_net_impls
is a bit tricky.  We cannot just allocate space off
the end of spdk_sock_group for the implementation-specific
details - we need separate allocations for each
spdk_net_impl so that one spdk_sock_group can handle
spdk_socks from multiple spdk_net_impls.

Unit tests will come in upcoming patch.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I1570862a044192d30a79224f6029bf3d8157ce80

Reviewed-on: https://review.gerrithub.io/400528
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2018-02-22 00:16:14 -05:00
..
interface.c util: add spdk_strerror() wrapper with TLS support 2018-01-04 15:00:09 -05:00
Makefile net: remove ability to override default net_framework 2018-02-21 12:40:30 -05:00
net_framework.c net: remove ability to override default net_framework 2018-02-21 12:40:30 -05:00
net_rpc.c log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00
sock.c net: add group support for multiple spdk_net_impls. 2018-02-22 00:16:14 -05:00