+1
−16
include/spdk/sock.h
0 → 100644
+66
−0
+1
−1
+1
−0
+1
−1
Loading
The socket-related code was already broken out into lib/net/sock.c, so break out the header portions from include/spdk/net.h into its own sock.h. This prepares for some upcoming changes in how TCP sockets are abstracted, to enable alternative userspace TCP stack implementations to be used with SPDK. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I40b162e72ea80c235b49f10b17c2085fcfb385d4 Reviewed-on: https://review.gerrithub.io/398851 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by:
Ziye Yang <optimistyzy@gmail.com> Reviewed-by:
<shuhei.matsumoto.xt@hitachi.com>