Spdk/test/unit/lib/iscsi
Jim Harris 4b10029435 net, iscsi: add struct spdk_sock abstraction
This provides an abstraction layer around TCP
sockets.  Previously we just used fd integers, but
we don't want to be tied to integers for alternative
userspace TCP stacks.

Future patches will do more work to enable multiple
implementations of this abstraction.  For now, just
get the abstraction in place for POSIX sockets and
make all of the iSCSI changes associated with it.

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

Reviewed-on: https://review.gerrithub.io/398861
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ziye Yang <optimistyzy@gmail.com>
2018-02-12 12:30:39 -05:00
..
conn.c net, iscsi: add struct spdk_sock abstraction 2018-02-12 12:30:39 -05:00
init_grp.c iscsi: Consolidating checking uniqueness of IG into register/unregister 2018-02-06 10:54:42 -05:00
iscsi.c iscsi: put spdk_iscsi_conn_write_pdu() in lib/iscsi/conn.c 2018-01-22 23:22:17 -05:00
param.c build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
portal_grp.c iscsi: Unify the ordering of PG create_op between conf-file and JSON-RPC 2018-02-06 10:54:42 -05:00
tgt_node.c net, iscsi: add struct spdk_sock abstraction 2018-02-12 12:30:39 -05:00
common.c net, iscsi: add struct spdk_sock abstraction 2018-02-12 12:30:39 -05:00
Makefile iscsi&iscsi/ut: Unify cpumask decode between iSCSI.conf and JSON-RPC 2018-01-19 15:47:57 -05:00