Home
last modified time | relevance | path

Searched refs:VHOST_LOG_CONFIG (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost_user.c457 VHOST_LOG_CONFIG(ERR, in vhost_user_set_vring_num()
471 VHOST_LOG_CONFIG(ERR, in vhost_user_set_vring_num()
926 VHOST_LOG_CONFIG(INFO, in vhost_user_set_vring_base()
1095 VHOST_LOG_CONFIG(INFO, in vhost_user_postcopy_region_register()
1329 VHOST_LOG_CONFIG(ERR, in vhost_user_set_mem_table()
1339 VHOST_LOG_CONFIG(ERR, in vhost_user_set_mem_table()
1852 VHOST_LOG_CONFIG(ERR, in vhost_check_queue_inflights_split()
1862 VHOST_LOG_CONFIG(ERR, in vhost_check_queue_inflights_split()
1950 VHOST_LOG_CONFIG(ERR, in vhost_check_queue_inflights_packed()
2236 VHOST_LOG_CONFIG(ERR, in vhost_user_set_log_base()
[all …]
H A Dsocket.c126 VHOST_LOG_CONFIG(ERR, "(%s) recvmsg failed on fd %d (%s)\n", in read_fd_message()
177 VHOST_LOG_CONFIG(ERR, "(%s) cmsg == NULL\n", ifname); in send_fd_message()
195 VHOST_LOG_CONFIG(ERR, "(%s) sendmsg error on fd %d (%s)\n", in send_fd_message()
252 VHOST_LOG_CONFIG(ERR, in vhost_user_add_connection()
298 VHOST_LOG_CONFIG(INFO, "(%s) new vhost user connection is %d\n", in vhost_user_server_new_connection()
351 VHOST_LOG_CONFIG(ERR, in create_unix_socket()
390 VHOST_LOG_CONFIG(INFO, "(%s) binding succeeded\n", path); in vhost_user_start_server()
399 VHOST_LOG_CONFIG(ERR, in vhost_user_start_server()
473 VHOST_LOG_CONFIG(ERR, "(%s) reconnection for fd %d failed\n", in vhost_user_client_reconnect()
509 VHOST_LOG_CONFIG(ERR, "failed to create reconnect thread"); in vhost_user_reconnect_init()
[all …]
H A Dvhost.c550 VHOST_LOG_CONFIG(ERR, "(%s) failed to init vring, out of bound (%d)\n", in init_vring_queue()
557 VHOST_LOG_CONFIG(ERR, "(%s) virtqueue not allocated (%d)\n", in init_vring_queue()
570 VHOST_LOG_CONFIG(ERR, "(%s) failed to query numa node: %s\n", in init_vring_queue()
587 VHOST_LOG_CONFIG(ERR, in reset_vring_queue()
618 VHOST_LOG_CONFIG(ERR, "(%s) failed to allocate memory for vring %u.\n", in alloc_vring_queue()
671 VHOST_LOG_CONFIG(ERR, "failed to find a free slot for new device.\n"); in vhost_new_device()
678 VHOST_LOG_CONFIG(ERR, "failed to allocate memory for new device.\n"); in vhost_new_device()
830 VHOST_LOG_CONFIG(ERR, "(%s) failed to query numa node: %s\n", in rte_vhost_get_numa_node()
1633 VHOST_LOG_CONFIG(ERR, in async_channel_register()
1822 VHOST_LOG_CONFIG(ERR, "DMA %d is not found.\n", dma_id); in rte_vhost_async_dma_configure()
[all …]
H A Diotlb.c73 VHOST_LOG_CONFIG(DEBUG, in vhost_user_iotlb_pending_insert()
82 VHOST_LOG_CONFIG(ERR, in vhost_user_iotlb_pending_insert()
172 VHOST_LOG_CONFIG(DEBUG, in vhost_user_iotlb_cache_insert()
181 VHOST_LOG_CONFIG(ERR, in vhost_user_iotlb_cache_insert()
323 VHOST_LOG_CONFIG(DEBUG, "(%s) IOTLB cache name: %s\n", dev->ifname, pool_name); in vhost_user_iotlb_init()
335 VHOST_LOG_CONFIG(ERR, "(%s) Failed to create IOTLB cache pool %s\n", in vhost_user_iotlb_init()
H A Dvdpa.c84 VHOST_LOG_CONFIG(ERR, "(%s) Some mandatory vDPA ops aren't implemented\n", in rte_vdpa_register_device()
H A Dvhost.h609 #define VHOST_LOG_CONFIG(level, fmt, args...) \ macro
761 VHOST_LOG_CONFIG(ERR, in get_device()