+20
−0
+78
−0
+2
−0
module/sock/sock_kernel.h
deleted100644 → 0
+0
−81
Loading
This header file contained helper functions that both posix and uring sock modules were using to operate on file descriptors. Promote them to the util library in the newly formed net.c file, and rename the functions as follows: get_addr_str => spdk_net_get_address_string sock_is_loopback => spdk_net_is_loopback Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: I89b6e766ad8cf272afcefb8bf5a87ad3b1db2d6b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24047 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>