Lines Matching refs:rte_cuda_log

300 		rte_cuda_log(ERR, "Failed to find CUDA library in %s (CUDA_PATH_L=%s)",  in cuda_loader()
316 rte_cuda_log(ERR, "Failed to load CUDA missing symbol cuInit"); in cuda_sym_func_loader()
322 rte_cuda_log(ERR, "Failed to load CUDA missing symbol cuDriverGetVersion"); in cuda_sym_func_loader()
328 rte_cuda_log(ERR, "Failed to load CUDA missing symbol cuGetProcAddress"); in cuda_sym_func_loader()
343 rte_cuda_log(ERR, "Retrieve pfn_cuGetErrorString failed with %d", res); in cuda_pfn_func_loader()
350 rte_cuda_log(ERR, "Retrieve pfn_cuGetErrorName failed with %d", res); in cuda_pfn_func_loader()
357 rte_cuda_log(ERR, "Retrieve pfn_cuPointerSetAttribute failed with %d", res); in cuda_pfn_func_loader()
364 rte_cuda_log(ERR, "Retrieve pfn_cuDeviceGetAttribute failed with %d", res); in cuda_pfn_func_loader()
371 rte_cuda_log(ERR, "Retrieve pfn_cuDeviceGetByPCIBusId failed with %d", res); in cuda_pfn_func_loader()
378 rte_cuda_log(ERR, "Retrieve pfn_cuDeviceGetName failed with %d", res); in cuda_pfn_func_loader()
385 rte_cuda_log(ERR, "Retrieve pfn_cuDevicePrimaryCtxRetain failed with %d", res); in cuda_pfn_func_loader()
392 rte_cuda_log(ERR, "Retrieve pfn_cuDevicePrimaryCtxRelease failed with %d", res); in cuda_pfn_func_loader()
399 rte_cuda_log(ERR, "Retrieve pfn_cuDeviceTotalMem failed with %d", res); in cuda_pfn_func_loader()
406 rte_cuda_log(ERR, "Retrieve pfn_cuCtxGetApiVersion failed with %d", res); in cuda_pfn_func_loader()
413 rte_cuda_log(ERR, "Retrieve pfn_cuCtxGetDevice failed with %d", res); in cuda_pfn_func_loader()
420 rte_cuda_log(ERR, "Retrieve pfn_cuCtxSetCurrent failed with %d", res); in cuda_pfn_func_loader()
427 rte_cuda_log(ERR, "Retrieve pfn_cuCtxGetCurrent failed with %d", res); in cuda_pfn_func_loader()
434 rte_cuda_log(ERR, "Retrieve pfn_cuCtxGetExecAffinity failed with %d", res); in cuda_pfn_func_loader()
441 rte_cuda_log(ERR, "Retrieve pfn_cuMemAlloc failed with %d", res); in cuda_pfn_func_loader()
448 rte_cuda_log(ERR, "Retrieve pfn_cuMemFree failed with %d", res); in cuda_pfn_func_loader()
455 rte_cuda_log(ERR, "Retrieve pfn_cuMemHostRegister failed with %d", res); in cuda_pfn_func_loader()
462 rte_cuda_log(ERR, "Retrieve pfn_cuMemHostUnregister failed with %d", res); in cuda_pfn_func_loader()
469 rte_cuda_log(ERR, "Retrieve pfn_cuMemHostGetDevicePointer failed with %d", res); in cuda_pfn_func_loader()
476 rte_cuda_log(ERR, "Retrieve cuFlushGPUDirectRDMAWrites failed with %d", res); in cuda_pfn_func_loader()
506 rte_cuda_log(ERR, "Failed to allocate memory for memory list"); in mem_list_add_item()
519 rte_cuda_log(ERR, "Failed to allocate memory for memory list"); in mem_list_add_item()
540 rte_cuda_log(ERR, "Memory list doesn't exist"); in mem_list_find_item()
545 rte_cuda_log(ERR, "No items in memory list"); in mem_list_find_item()
611 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_dev_info_get()
622 rte_cuda_log(ERR, "cuCtxSetCurrent input failed with %s", in cuda_dev_info_get()
637 rte_cuda_log(ERR, "cuCtxGetExecAffinity failed with %s", in cuda_dev_info_get()
659 rte_cuda_log(ERR, "Failed to allocate memory for GPU process private"); in cuda_dev_info_get()
669 rte_cuda_log(ERR, "cuCtxGetDevice failed with %s", in cuda_dev_info_get()
679 rte_cuda_log(ERR, "cuDeviceGetName failed with %s", in cuda_dev_info_get()
689 rte_cuda_log(ERR, "cuCtxSetCurrent current failed with %s", in cuda_dev_info_get()
721 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_mem_alloc()
732 rte_cuda_log(ERR, "cuCtxSetCurrent input failed with %s", in cuda_mem_alloc()
753 rte_cuda_log(ERR, "cuCtxSetCurrent current failed with %s", in cuda_mem_alloc()
770 rte_cuda_log(ERR, "Could not set SYNC MEMOP attribute for " in cuda_mem_alloc()
787 rte_cuda_log(ERR, "cuCtxSetCurrent current failed with %s", in cuda_mem_alloc()
815 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_mem_register()
826 rte_cuda_log(ERR, "cuCtxSetCurrent input failed with %s", in cuda_mem_register()
849 rte_cuda_log(ERR, "cuMemHostRegister failed with %s ptr %p size %zd", in cuda_mem_register()
862 rte_cuda_log(ERR, "cuDeviceGetAttribute failed with %s", in cuda_mem_register()
873 rte_cuda_log(ERR, "cuMemHostGetDevicePointer failed with %s", in cuda_mem_register()
881 rte_cuda_log(ERR, "Host input pointer is different wrt GPU registered pointer"); in cuda_mem_register()
894 rte_cuda_log(ERR, "Could not set SYNC MEMOP attribute for GPU memory at %"PRIu32 in cuda_mem_register()
911 rte_cuda_log(ERR, "cuCtxSetCurrent current failed with %s", in cuda_mem_register()
933 rte_cuda_log(ERR, "Memory address 0x%p not found in driver memory.", ptr_in); in cuda_mem_cpu_map()
939 rte_cuda_log(ERR, "Memory address 0x%p is not GPU memory type.", ptr_in); in cuda_mem_cpu_map()
945 rte_cuda_log(WARNING, in cuda_mem_cpu_map()
951 rte_cuda_log(ERR, "Error exposing GPU memory address 0x%p.", ptr_in); in cuda_mem_cpu_map()
977 rte_cuda_log(ERR, "Memory address 0x%p not found in driver memory", ptr); in cuda_mem_unregister()
986 rte_cuda_log(ERR, "cuMemHostUnregister current failed with %s", in cuda_mem_unregister()
995 rte_cuda_log(ERR, "Memory type %d not supported", mem_item->mtype); in cuda_mem_unregister()
1014 rte_cuda_log(ERR, "Memory address 0x%p not found in driver memory.", ptr_in); in cuda_mem_cpu_unmap()
1022 rte_cuda_log(ERR, "Error unexposing GPU memory address 0x%p.", ptr_in); in cuda_mem_cpu_unmap()
1051 rte_cuda_log(ERR, "Memory address 0x%p not found in driver memory", ptr); in cuda_mem_free()
1067 rte_cuda_log(ERR, "cuMemFree current failed with %s", in cuda_mem_free()
1076 rte_cuda_log(ERR, "Memory type %d not supported", mem_item->mtype); in cuda_mem_free()
1121 rte_cuda_log(WARNING, "Can't flush GDR writes with cuFlushGPUDirectRDMAWrites CUDA function." in cuda_wmb()
1132 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_wmb()
1143 rte_cuda_log(ERR, "cuCtxSetCurrent input failed with %s", in cuda_wmb()
1153 rte_cuda_log(ERR, "cuFlushGPUDirectRDMAWrites current failed with %s", in cuda_wmb()
1163 rte_cuda_log(ERR, "cuCtxSetCurrent current failed with %s", in cuda_wmb()
1185 rte_cuda_log(ERR, "NULL PCI device"); in cuda_gpu_probe()
1207 rte_cuda_log(ERR, "CUDA Driver library not found"); in cuda_gpu_probe()
1214 rte_cuda_log(ERR, "CUDA functions not found in library"); in cuda_gpu_probe()
1228 rte_cuda_log(ERR, "cuDriverGetVersion failed with %d", res); in cuda_gpu_probe()
1234 rte_cuda_log(ERR, "CUDA Driver version found is %d. " in cuda_gpu_probe()
1243 rte_cuda_log(ERR, "CUDA PFN functions not found in library"); in cuda_gpu_probe()
1259 rte_cuda_log(ERR, "cuDeviceGetByPCIBusId name %s failed with %d: %s", in cuda_gpu_probe()
1268 rte_cuda_log(ERR, "cuDevicePrimaryCtxRetain name %s failed with %d: %s", in cuda_gpu_probe()
1276 rte_cuda_log(ERR, "cuCtxGetApiVersion failed with %d", res); in cuda_gpu_probe()
1282 rte_cuda_log(ERR, "CUDA API version found is %d Minimum requirement is %d", in cuda_gpu_probe()
1300 rte_cuda_log(ERR, "cuDeviceGetAttribute failed with %s", in cuda_gpu_probe()
1311 rte_cuda_log(ERR, "cuDeviceTotalMem failed with %s", in cuda_gpu_probe()
1326 rte_cuda_log(ERR, "Failed to allocate memory for GPU process private"); in cuda_gpu_probe()
1338 rte_cuda_log(ERR, "cuDeviceGetName failed with %s", in cuda_gpu_probe()
1349 rte_cuda_log(ERR, "cuDeviceGetAttribute failed with %s", in cuda_gpu_probe()
1356 rte_cuda_log(WARNING, "GPU %s doesn't support GPUDirect RDMA", in cuda_gpu_probe()
1364 rte_cuda_log(ERR, in cuda_gpu_probe()
1377 rte_cuda_log(ERR, "cuDeviceGetAttribute failed with %s", in cuda_gpu_probe()
1384 rte_cuda_log(ERR, "GPUDirect RDMA flush writes API is not supported"); in cuda_gpu_probe()
1419 rte_cuda_log(ERR, "Couldn't find HW dev \"%s\" to uninitialise it", in cuda_gpu_remove()
1429 rte_cuda_log(ERR, "Device %i failed to uninit: %i", gpu_id, ret); in cuda_gpu_remove()