Lines Matching refs:printf

33 	printf("%s [EAL options] --\n",  in usage()
74 printf("\n=======> TEST: Allocate GPU memory\n\n"); in alloc_gpu_memory()
82 printf("GPU memory allocated at 0x%p size is %zd bytes\n", in alloc_gpu_memory()
91 printf("GPU memory allocated at 0x%p size is %zd bytes\n", in alloc_gpu_memory()
101 printf("GPU memory 0x%p NOT freed: GPU driver didn't find this memory address internally.\n", in alloc_gpu_memory()
114 printf("GPU memory 0x%p freed\n", ptr_2); in alloc_gpu_memory()
121 printf("GPU memory 0x%p freed\n", ptr_1); in alloc_gpu_memory()
123 printf("\n=======> TEST: PASSED\n"); in alloc_gpu_memory()
131 printf("\n=======> TEST: FAILED\n"); in alloc_gpu_memory()
142 printf("\n=======> TEST: Register CPU memory\n\n"); in register_cpu_memory()
156 printf("CPU memory registered at 0x%p %zdB\n", ptr, buf_bytes); in register_cpu_memory()
160printf("CPU memory 0x%p NOT unregistered: GPU driver didn't find this memory address internally\n", in register_cpu_memory()
173 printf("CPU memory 0x%p unregistered\n", ptr); in register_cpu_memory()
177 printf("\n=======> TEST: PASSED\n"); in register_cpu_memory()
184 printf("\n=======> TEST: FAILED\n"); in register_cpu_memory()
197 printf("\n=======> TEST: Map GPU memory for CPU visibility\n\n"); in gpu_mem_cpu_map()
205 printf("GPU memory allocated at 0x%p size is %zd bytes\n", in gpu_mem_cpu_map()
213 printf("GPU memory CPU mapped at 0x%p\n", ptr_cpu); in gpu_mem_cpu_map()
219 printf("GPU memory first 3 bytes set from CPU: %x %x %x\n", in gpu_mem_cpu_map()
229 printf("GPU memory CPU unmapped, 0x%p not valid anymore\n", ptr_cpu); in gpu_mem_cpu_map()
236 printf("GPU memory 0x%p freed\n", ptr_gpu); in gpu_mem_cpu_map()
238 printf("\n=======> TEST: PASSED\n"); in gpu_mem_cpu_map()
246 printf("\n=======> TEST: FAILED\n"); in gpu_mem_cpu_map()
258 printf("\n=======> TEST: Communication flag\n\n"); in create_update_comm_flag()
279 printf("Communication flag value at 0x%p was set to %d and current value is %d\n", in create_update_comm_flag()
295 printf("Communication flag value at 0x%p was set to %d and current value is %d\n", in create_update_comm_flag()
304 printf("\n=======> TEST: PASSED\n"); in create_update_comm_flag()
310 printf("\n=======> TEST: FAILED\n"); in create_update_comm_flag()
347 printf("\n=======> TEST: Communication list\n\n"); in create_update_comm_list()
382 printf("Communication list not cleaned because packets have not been consumed yet.\n"); in create_update_comm_list()
388 printf("Consuming packets...\n"); in create_update_comm_list()
401 printf("Communication list cleaned because packets have been consumed now.\n"); in create_update_comm_list()
412 printf("\n=======> TEST: PASSED\n"); in create_update_comm_list()
420 printf("\n=======> TEST: FAILED\n"); in create_update_comm_list()
444 printf("\n\nDPDK found %d GPUs:\n", nb_gpus); in main()
450printf("\tGPU ID %d\n\t\tparent ID %d GPU Bus ID %s NUMA node %d Tot memory %.02f MB, Tot processo… in main()
459 printf("\n\n"); in main()