numam-spdk/test
Tomasz Kulasek 349f43c2fc sock: fix socket memory free
Memory for socket structure is allocated in the selected net
framework but freed in the libsocket on the higher level.

This patch moves memory free to the net framework implementation.

Change-Id: Ia3d4e1553a858a38beb390986e9af105778c12c7
Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Reviewed-on: https://review.gerrithub.io/421587
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-08-10 15:38:38 +00:00
..
app app: add missing spdk_app_fini call 2018-07-02 03:28:11 +00:00
bdev Clean up some incorrect Copyright statements 2018-07-30 16:29:38 +00:00
blobfs blobfs: change the return type of spdk_file_truncate 2018-07-26 01:42:17 +00:00
blobstore autotest_common.sh: move to test/common 2018-02-27 20:37:27 -05:00
common test/common: remove "rbd pool init" 2018-08-10 03:10:23 +00:00
cpp_headers build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
env test/vtophys: reduce amount of memory requested 2018-07-26 05:28:52 +00:00
event test/event_perf: use less memory 2018-07-26 05:28:52 +00:00
ioat ioat: remove ioat kperf kernel driver test harness 2018-04-30 17:11:53 +00:00
iscsi_tgt Autotest: revise coding-style of all script under the test/iscsi_tgt directory. 2018-08-01 16:42:19 +00:00
json_config bdev/nvme: add RPC to enable and disable hotplug 2018-07-26 22:12:29 +00:00
lvol teest/lvol: Use lvol store default cluster size 2018-07-27 21:43:47 +00:00
nvme test/nvme/reset: exit the test if no controllers avaiable 2018-08-06 23:38:48 +00:00
nvmf test/nvmf: reduce the resource consumption in autotest 2018-08-10 03:09:21 +00:00
pmem test/json: Add pmem bdev test 2018-07-05 19:09:56 +00:00
spdkcli test/spdkcli: Fix: Add missing delete_*_bdev methods 2018-07-27 16:48:02 +00:00
unit sock: fix socket memory free 2018-08-10 15:38:38 +00:00
vhost test/vhost: dont't terminate existing master connection if OS is booted 2018-08-09 18:10:54 +00:00
Makefile test: move lib/json up to test app directory 2018-03-29 00:31:24 -04:00
spdk_cunit.h test: remove leftover spdk_cunit declaration 2018-07-06 22:47:56 +00:00