| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 143 DRV_LOG(ERR, "Too big vring id: %d.", vring); in mlx5_vdpa_set_vring_state() 174 DRV_LOG(ERR, "Failed to get log base."); in mlx5_vdpa_features_set() 179 DRV_LOG(ERR, "Failed to set dirty bitmap."); in mlx5_vdpa_features_set() 198 DRV_LOG(ERR, "Failed to allocate PD."); in mlx5_vdpa_pd_create() 209 DRV_LOG(ERR, "Fail to get PD object info."); in mlx5_vdpa_pd_create() 218 DRV_LOG(ERR, "Cannot get pdn - no DV support."); in mlx5_vdpa_pd_create() 238 DRV_LOG(DEBUG, "Vhost MTU is 0."); in mlx5_vdpa_mtu_set() 249 DRV_LOG(DEBUG, "Cannot open IF socket."); in mlx5_vdpa_mtu_set() 411 DRV_LOG(ERR, "Device %s was not configured.", in mlx5_vdpa_get_stats() 439 DRV_LOG(ERR, "Device %s was not configured.", in mlx5_vdpa_reset_stats() [all …]
|
| H A D | mlx5_vdpa_virtq.c | 33 DRV_LOG(ERR, "Failed to read kickfd of virtq %d: %s", in mlx5_vdpa_virtq_handler() 50 DRV_LOG(DEBUG, "Ring virtq %u doorbell.", virtq->index); in mlx5_vdpa_virtq_handler() 66 DRV_LOG(DEBUG, "Try again to unregister fd %d " in mlx5_vdpa_virtq_unset() 78 DRV_LOG(WARNING, "Failed to stop virtq %d.", in mlx5_vdpa_virtq_unset() 169 DRV_LOG(ERR, "Failed to query virtq %d.", index); in mlx5_vdpa_virtq_query() 179 DRV_LOG(ERR, "Failed to set virtq %d base.", index); in mlx5_vdpa_virtq_query() 183 DRV_LOG(WARNING, "vid %d vring %d hw error=%hhu", in mlx5_vdpa_virtq_query() 300 DRV_LOG(ERR, "Failed to get GPA for used ring."); in mlx5_vdpa_virtq_setup() 475 DRV_LOG(ERR, "Failed to create TIS %u.", i); in mlx5_vdpa_virtqs_prepare() 538 DRV_LOG(WARNING, "Failed to disable steering " in mlx5_vdpa_virtq_enable() [all …]
|
| H A D | mlx5_vdpa_lm.c | 23 DRV_LOG(DEBUG, "virtq %d is invalid for dirty bitmap " in mlx5_vdpa_logging_enable() 27 DRV_LOG(ERR, "Failed to modify virtq %d for dirty " in mlx5_vdpa_logging_enable() 58 DRV_LOG(ERR, "Failed to allocate mem for lm mr."); in mlx5_vdpa_dirty_bitmap_set() 65 DRV_LOG(ERR, "Failed to register umem for lm mr."); in mlx5_vdpa_dirty_bitmap_set() 71 DRV_LOG(ERR, "Failed to create Mkey for lm."); in mlx5_vdpa_dirty_bitmap_set() 78 DRV_LOG(DEBUG, "virtq %d is invalid for LM.", i); in mlx5_vdpa_dirty_bitmap_set() 81 DRV_LOG(ERR, "Failed to modify virtq %d for LM.", i); in mlx5_vdpa_dirty_bitmap_set() 108 DRV_LOG(ERR, "Failed to get negotiated features."); in mlx5_vdpa_lm_log() 115 DRV_LOG(DEBUG, "virtq %d is invalid for LM log.", i); in mlx5_vdpa_lm_log() 119 DRV_LOG(ERR, "Failed to stop virtq %d for LM " in mlx5_vdpa_lm_log()
|
| H A D | mlx5_vdpa_event.c | 70 DRV_LOG(ERR, "Failed to create event channel %d.", in mlx5_vdpa_event_qp_global_prepare() 77 DRV_LOG(ERR, "Failed to change event channel FD."); in mlx5_vdpa_event_qp_global_prepare() 88 DRV_LOG(ERR, "Failed to allocate UAR."); in mlx5_vdpa_event_qp_global_prepare() 148 DRV_LOG(ERR, "Failed to allocate memory for CQ."); in mlx5_vdpa_cq_create() 157 DRV_LOG(ERR, "Failed to register umem for CQ."); in mlx5_vdpa_cq_create() 184 DRV_LOG(ERR, "Failed to subscribe CQE event."); in mlx5_vdpa_cq_create() 311 DRV_LOG(DEBUG, "Device %s traffic was stopped.", in mlx5_vdpa_poll_handle() 432 DRV_LOG(ERR, "Failed to enable virtq %d.", in mlx5_vdpa_err_interrupt_handler() 435 DRV_LOG(WARNING, "Recover virtq %d: %u.", in mlx5_vdpa_err_interrupt_handler() 504 DRV_LOG(DEBUG, "Try again to unregister fd %d " in mlx5_vdpa_err_event_unset() [all …]
|
| H A D | mlx5_vdpa_mem.c | 86 DRV_LOG(ERR, "Failed to get VM memory layout vid =%d.", vid); in mlx5_vdpa_vhost_mem_regions_prepare() 97 DRV_LOG(INFO, "Region %u: HVA 0x%" PRIx64 ", GPA 0x%" PRIx64 in mlx5_vdpa_vhost_mem_regions_prepare() 133 DRV_LOG(INFO, "Indirect mkey mode is KLM."); in mlx5_vdpa_vhost_mem_regions_prepare() 137 DRV_LOG(INFO, "Indirect mkey mode is KLM Fixed Buffer Size."); in mlx5_vdpa_vhost_mem_regions_prepare() 145 DRV_LOG(ERR, "Failed to prepare memory of vid %d - memory is " in mlx5_vdpa_vhost_mem_regions_prepare() 198 DRV_LOG(ERR, "Failed to allocate null MR."); in mlx5_vdpa_mem_register() 202 DRV_LOG(DEBUG, "Dump fill Mkey = %u.", priv->null_mr->lkey); in mlx5_vdpa_mem_register() 208 DRV_LOG(ERR, "Failed to allocate mem entry memory."); in mlx5_vdpa_mem_register() 215 DRV_LOG(ERR, "Failed to register Umem by Devx."); in mlx5_vdpa_mem_register() 230 DRV_LOG(ERR, "Failed to create direct Mkey."); in mlx5_vdpa_mem_register() [all …]
|
| H A D | mlx5_vdpa_steer.c | 80 DRV_LOG(ERR, "Failed to allocate RQT attributes memory."); in mlx5_vdpa_rqt_prepare() 103 DRV_LOG(ERR, "Failed to create RQT."); in mlx5_vdpa_rqt_prepare() 109 DRV_LOG(ERR, "Failed to modify RQT."); in mlx5_vdpa_rqt_prepare() 207 DRV_LOG(ERR, "Failed to create matcher %d.", i); in mlx5_vdpa_rss_flows_create() 213 DRV_LOG(ERR, "Failed to create TIR %d.", i); in mlx5_vdpa_rss_flows_create() 220 DRV_LOG(ERR, "Failed to create TIR action %d.", i); in mlx5_vdpa_rss_flows_create() 228 DRV_LOG(ERR, "Failed to create flow %d.", i); in mlx5_vdpa_rss_flows_create() 258 DRV_LOG(ERR, "Cannot create RSS flows."); in mlx5_vdpa_steer_update() 272 DRV_LOG(ERR, "Failed to create Rx domain."); in mlx5_vdpa_steer_setup() 277 DRV_LOG(ERR, "Failed to create table 0 with Rx domain."); in mlx5_vdpa_steer_setup()
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_rxp.c | 175 DRV_LOG(ERR, "CSR read failed!"); in rxp_flush_rules() 193 DRV_LOG(ERR, "CSR read failed!"); in rxp_flush_rules() 200 DRV_LOG(ERR, "CSR write failed!"); in rxp_flush_rules() 216 DRV_LOG(ERR, "CSR read failed!"); in rxp_flush_rules() 222 DRV_LOG(ERR, "CSR write failed!"); in rxp_flush_rules() 416 DRV_LOG(ERR, "stop engine failed!"); in mlnx_set_database() 422 DRV_LOG(ERR, "program db failed!"); in mlnx_set_database() 670 DRV_LOG(ERR, "Flushing rules."); in write_private_rules() 691 DRV_LOG(ERR, "Flushing rules."); in write_private_rules() 942 DRV_LOG(ERR, "Database empty!"); in mlx5_regex_rules_db_import() [all …]
|
| H A D | mlx5_regex.c | 95 DRV_LOG(ERR, "Failed setup RXP %d err %d database " in mlx5_regex_engines_status() 125 DRV_LOG(ERR, "No matching IB device for PCI slot " in mlx5_regex_pci_probe() 131 DRV_LOG(INFO, "PCI information matches for device \"%s\".", in mlx5_regex_pci_probe() 141 DRV_LOG(ERR, "Unable to read HCA capabilities."); in mlx5_regex_pci_probe() 151 DRV_LOG(ERR, "RegEx engine error."); in mlx5_regex_pci_probe() 158 DRV_LOG(ERR, "Failed to allocate private memory."); in mlx5_regex_pci_probe() 169 DRV_LOG(ERR, "Failed to register RegEx device."); in mlx5_regex_pci_probe() 175 DRV_LOG(ERR, "can't query event queue number."); in mlx5_regex_pci_probe() 186 DRV_LOG(ERR, "can't allocate uar."); in mlx5_regex_pci_probe() 192 DRV_LOG(ERR, "can't allocate pd."); in mlx5_regex_pci_probe() [all …]
|
| H A D | mlx5_regex_control.c | 114 DRV_LOG(ERR, "Can't allocate cqe buffer."); in regex_ctrl_create_cq() 126 DRV_LOG(ERR, "Can't register cqe mem."); in regex_ctrl_create_cq() 138 DRV_LOG(ERR, "Can't create cq object."); in regex_ctrl_create_cq() 165 DRV_LOG(DEBUG, "Fail to get PD object info"); in regex_get_pdn() 217 DRV_LOG(ERR, "Can't allocate wqe buffer."); in regex_ctrl_create_sq() 227 DRV_LOG(ERR, "Can't register wqe mem."); in regex_ctrl_create_sq() 250 DRV_LOG(ERR, "Can't create sq object."); in regex_ctrl_create_sq() 361 DRV_LOG(ERR, "Can't create cq."); in mlx5_regex_qp_setup() 367 DRV_LOG(ERR, "Can't create sq."); in mlx5_regex_qp_setup() 376 DRV_LOG(ERR, "Error setting up mr btree"); in mlx5_regex_qp_setup() [all …]
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 484 DRV_LOG(ERR, in mlx5_init_shared_data() 496 DRV_LOG(ERR, in mlx5_init_shared_data() 900 DRV_LOG(WARNING, in mlx5_dev_spawn() 1404 DRV_LOG(ERR, in mlx5_dev_spawn() 1411 DRV_LOG(INFO, in mlx5_dev_spawn() 1548 DRV_LOG(DEBUG, in mlx5_dev_spawn() 1838 DRV_LOG(ERR, in mlx5_os_pci_probe() 1900 DRV_LOG(ERR, in mlx5_os_pci_probe() 1993 DRV_LOG(ERR, in mlx5_os_pci_probe() 2104 DRV_LOG(ERR, in mlx5_os_pci_probe() [all …]
|
| H A D | mlx5_socket.c | 57 DRV_LOG(WARNING, "connection failed: %s", strerror(errno)); in mlx5_pmd_socket_handle() 62 DRV_LOG(WARNING, "wrong message received: %s", in mlx5_pmd_socket_handle() 70 DRV_LOG(WARNING, "invalid file descriptor message"); in mlx5_pmd_socket_handle() 76 DRV_LOG(WARNING, "Failed to open file"); in mlx5_pmd_socket_handle() 81 DRV_LOG(WARNING, "wrong port number message"); in mlx5_pmd_socket_handle() 86 DRV_LOG(WARNING, "Invalid port %u", port_id); in mlx5_pmd_socket_handle() 104 DRV_LOG(WARNING, "failed to send response %s", in mlx5_pmd_socket_handle() 173 DRV_LOG(WARNING, "Failed to open mlx5 socket: %s", in mlx5_pmd_socket_init() 189 DRV_LOG(WARNING, in mlx5_pmd_socket_init() 195 DRV_LOG(WARNING, "cannot listen on mlx5 socket: %s", in mlx5_pmd_socket_init() [all …]
|
| H A D | mlx5_mp_os.c | 37 DRV_LOG(ERR, "port %u invalid port ID", param->port_id); in mlx5_mp_os_primary_handle() 92 DRV_LOG(ERR, "port %u invalid mp request type", in mlx5_mp_os_primary_handle() 124 DRV_LOG(ERR, "port %u invalid port ID", param->port_id); in mlx5_mp_os_secondary_handle() 131 DRV_LOG(INFO, "port %u starting datapath", dev->data->port_id); in mlx5_mp_os_secondary_handle() 140 DRV_LOG(INFO, "port %u stopping datapath", dev->data->port_id); in mlx5_mp_os_secondary_handle() 150 DRV_LOG(ERR, "port %u invalid mp request type", in mlx5_mp_os_secondary_handle() 181 DRV_LOG(ERR, "port %u unknown request (req_type %d)", in mp_req_on_rxtx() 189 DRV_LOG(ERR, "port %u failed to request stop/start Rx/Tx (%d)", in mp_req_on_rxtx() 194 DRV_LOG(ERR, in mp_req_on_rxtx() 203 DRV_LOG(ERR, "port %u request failed on secondary #%d", in mp_req_on_rxtx() [all …]
|
| H A D | mlx5_ethdev_os.c | 301 DRV_LOG(WARNING, "Could not query the clock !"); in mlx5_read_clock() 400 DRV_LOG(WARNING, in mlx5_link_update_unlocked_gset() 492 DRV_LOG(DEBUG, in mlx5_link_update_unlocked_gs() 510 DRV_LOG(DEBUG, in mlx5_link_update_unlocked_gs() 643 DRV_LOG(WARNING, in mlx5_dev_get_flow_ctrl() 696 DRV_LOG(WARNING, in mlx5_dev_set_flow_ctrl() 770 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler() 778 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler() 787 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler() 809 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler() [all …]
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 85 DRV_LOG(ERR, "Port %u Tx queue %u cannot " in mlx5_txq_start() 92 DRV_LOG(DEBUG, "Port %u txq %u updated with %p.", in mlx5_txq_start() 174 DRV_LOG(ERR, in mlx5_rxq_start() 185 DRV_LOG(DEBUG, "Port %u rxq %u updated with %p.", in mlx5_rxq_start() 257 DRV_LOG(ERR, "port %u no txq object found: %d", in mlx5_hairpin_auto_bind() 268 DRV_LOG(ERR, "port %u no rxq object found: %d", in mlx5_hairpin_auto_bind() 344 DRV_LOG(ERR, "peer port %u is not started", in mlx5_hairpin_queue_peer_update() 731 DRV_LOG(ERR, "port %u queue %d mode" in mlx5_hairpin_bind_single_port() 859 DRV_LOG(ERR, "port %u and port %u are in" in mlx5_hairpin_unbind_single_port() 988 DRV_LOG(ERR, "port %hu queue %u peer port " in mlx5_hairpin_get_peer_ports() [all …]
|
| H A D | mlx5.c | 689 DRV_LOG(ERR, "Failed to query sample IDs."); in mlx5_flex_parser_ecpri_alloc() 762 DRV_LOG(WARNING, "Devarg tx_db_nc setting " in mlx5_alloc_rxtx_uars() 935 DRV_LOG(ERR, "PD allocation failure"); in mlx5_alloc_shared_dev_ctx() 955 DRV_LOG(ERR, "TD allocation failure"); in mlx5_alloc_shared_dev_ctx() 962 DRV_LOG(ERR, "TIS allocation failure"); in mlx5_alloc_shared_dev_ctx() 1468 DRV_LOG(ERR, "invalid CQE compression " in mlx5_args_check() 1490 DRV_LOG(WARNING, "%s: deprecated parameter," in mlx5_args_check() 1509 DRV_LOG(ERR, "invalid Tx doorbell " in mlx5_args_check() 1518 DRV_LOG(WARNING, "%s: deprecated parameter," in mlx5_args_check() 1547 DRV_LOG(ERR, "invalid extensive " in mlx5_args_check() [all …]
|
| H A D | mlx5_rxmode.c | 34 DRV_LOG(WARNING, in mlx5_promiscuous_enable() 47 DRV_LOG(ERR, "port %u cannot enable promiscuous mode: %s", in mlx5_promiscuous_enable() 80 DRV_LOG(ERR, "port %u cannot disable promiscuous mode: %s", in mlx5_promiscuous_disable() 107 DRV_LOG(WARNING, in mlx5_allmulticast_enable() 120 DRV_LOG(ERR, "port %u cannot enable allmulicast mode: %s", in mlx5_allmulticast_enable() 153 DRV_LOG(ERR, "port %u cannot disable allmulicast mode: %s", in mlx5_allmulticast_disable()
|
| H A D | mlx5_txq.c | 321 DRV_LOG(WARNING, in mlx5_tx_queue_pre_setup() 330 DRV_LOG(WARNING, in mlx5_tx_queue_pre_setup() 593 DRV_LOG(ERR, in txq_uar_init_secondary() 845 DRV_LOG(INFO, in txq_set_params() 885 DRV_LOG(INFO, in txq_set_params() 947 DRV_LOG(INFO, in txq_set_params() 1012 DRV_LOG(ERR, in txq_adjust_params() 1024 DRV_LOG(ERR, in txq_adjust_params() 1036 DRV_LOG(ERR, in txq_adjust_params() 1046 DRV_LOG(ERR, in txq_adjust_params() [all …]
|
| H A D | mlx5_vlan.c | 41 DRV_LOG(DEBUG, "port %u %s VLAN filter ID %" PRIu16, in mlx5_vlan_filter_set() 100 DRV_LOG(ERR, "port %u VLAN stripping is not supported", in mlx5_vlan_strip_queue_set() 106 DRV_LOG(ERR, "port %u VLAN stripping, invalid queue number %d", in mlx5_vlan_strip_queue_set() 110 DRV_LOG(DEBUG, "port %u set VLAN stripping offloads %d for port %uqueue %d", in mlx5_vlan_strip_queue_set() 119 DRV_LOG(ERR, "Port %u failed to modify object stripping mode:" in mlx5_vlan_strip_queue_set() 149 DRV_LOG(ERR, "port %u VLAN stripping is not supported", in mlx5_vlan_offload_set()
|
| H A D | mlx5_devx.c | 470 DRV_LOG(DEBUG, in mlx5_rxq_create_devx_cq_resources() 480 DRV_LOG(DEBUG, in mlx5_rxq_create_devx_cq_resources() 485 DRV_LOG(DEBUG, in mlx5_rxq_create_devx_cq_resources() 607 DRV_LOG(ERR, in mlx5_rxq_obj_hairpin_new() 1106 DRV_LOG(ERR, in mlx5_txq_obj_hairpin_new() 1228 DRV_LOG(ERR, in mlx5_txq_create_devx_cq_resources() 1239 DRV_LOG(ERR, in mlx5_txq_create_devx_cq_resources() 1252 DRV_LOG(ERR, in mlx5_txq_create_devx_cq_resources() 1338 DRV_LOG(ERR, in mlx5_txq_create_devx_sq_resources() 1352 DRV_LOG(ERR, in mlx5_txq_create_devx_sq_resources() [all …]
|
| H A D | mlx5_ethdev.c | 73 DRV_LOG(ERR, "port %u RSS key len must be %s Bytes long", in mlx5_dev_configure() 105 DRV_LOG(INFO, "port %u Tx queues number update: %u -> %u", in mlx5_dev_configure() 116 DRV_LOG(INFO, "port %u Rx queues number update: %u -> %u", in mlx5_dev_configure() 153 DRV_LOG(ERR, "port %u cannot allocate RSS queue list (%u)", in mlx5_dev_configure_rss_reta() 175 DRV_LOG(INFO, "port %u Rx queues number update: %u -> %u", in mlx5_dev_configure_rss_reta() 346 DRV_LOG(ERR, "can't update switch port ID" in mlx5_dev_infos_get() 475 DRV_LOG(DEBUG, "port %u adapter MTU set to %u", in mlx5_dev_set_mtu() 501 DRV_LOG(DEBUG, "port %u selected vectorized" in mlx5_select_rx_function() 505 DRV_LOG(DEBUG, "port %u selected vectorized" in mlx5_select_rx_function() 510 DRV_LOG(DEBUG, "port %u selected MPRQ Rx function", in mlx5_select_rx_function() [all …]
|
| H A D | mlx5_rxq.c | 175 DRV_LOG(DEBUG, in rxq_alloc_elts_mprq() 265 DRV_LOG(DEBUG, in rxq_alloc_elts_sprq() 915 DRV_LOG(ERR, in mlx5_rx_intr_vec_enable() 942 DRV_LOG(ERR, in mlx5_rx_intr_vec_enable() 954 DRV_LOG(ERR, in mlx5_rx_intr_vec_enable() 1198 DRV_LOG(ERR, in mlx5_mprq_free_mp() 1314 DRV_LOG(ERR, in mlx5_mprq_alloc_mp() 1374 DRV_LOG(DEBUG, in mlx5_max_lro_msg_size_adjust() 1483 DRV_LOG(ERR, in mlx5_rxq_new() 1584 DRV_LOG(ERR, in mlx5_rxq_new() [all …]
|
| H A D | mlx5_txpp.c | 105 DRV_LOG(ERR, "Zero packet pacing index allocated."); in mlx5_txpp_alloc_pp_index() 249 DRV_LOG(ERR, "Failed to get mem page size"); in mlx5_txpp_create_rearm_queue() 288 DRV_LOG(ERR, "Failed to create CQ for Rearm Queue."); in mlx5_txpp_create_rearm_queue() 477 DRV_LOG(ERR, "Failed to get mem page size"); in mlx5_txpp_create_clock_queue() 743 DRV_LOG(DEBUG, "Clock Queue error sync lost."); in mlx5_txpp_update_timestamp() 777 DRV_LOG(ERR, "Unable to initialize timestamp."); in mlx5_txpp_init_timestamp() 833 DRV_LOG(DEBUG, "Rearm Queue missed interrupt."); in mlx5_txpp_handle_rearm_queue() 849 DRV_LOG(DEBUG, "Rearm Queue error sync lost."); in mlx5_txpp_handle_rearm_queue() 923 DRV_LOG(ERR, "Failed to change event channel FD."); in mlx5_txpp_start_service() 943 DRV_LOG(ERR, "Failed to subscribe CQE event."); in mlx5_txpp_start_service() [all …]
|
| /f-stack/dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 53 #define DRV_LOG(level, ...) \ macro 243 DRV_LOG(ERR, "%s", rte_strerror(EINVAL)); in vdev_netvsc_has_route() 270 DRV_LOG(ERR, "cannot send socket message: %s", in vdev_netvsc_has_route() 278 DRV_LOG(ERR, "cannot receive socket message: %s", in vdev_netvsc_has_route() 294 DRV_LOG(DEBUG, "interface %s has IP", in vdev_netvsc_has_route() 382 DRV_LOG(DEBUG, in vdev_netvsc_device_probe() 531 DRV_LOG(ERR, in vdev_netvsc_netvsc_probe() 552 DRV_LOG(WARNING, in vdev_netvsc_netvsc_probe() 583 DRV_LOG(ERR, in vdev_netvsc_netvsc_probe() 676 DRV_LOG(ERR, "cannot parse arguments list"); in vdev_netvsc_vdev_probe() [all …]
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 29 #define DRV_LOG(level, fmt, args...) \ macro 195 DRV_LOG(ERR, "failed to get VM memory layout."); in ifcvf_dma_map() 215 DRV_LOG(ERR, "DMA map failed."); in ifcvf_dma_map() 223 DRV_LOG(ERR, "DMA unmap failed."); in ifcvf_dma_map() 293 DRV_LOG(ERR, "Fail to get GPA for used ring."); in vdpa_ifcvf_start() 380 DRV_LOG(ERR, "can't setup eventfd: %s", in vdpa_enable_vfio_intr() 469 DRV_LOG(ERR, "epoll_wait return fail\n"); in notify_relay() 483 DRV_LOG(INFO, "Error reading " in notify_relay() 768 DRV_LOG(ERR, "epoll_wait return fail\n"); in vring_relay() 781 DRV_LOG(INFO, "Error reading " in vring_relay() [all …]
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 147 DRV_LOG(ERR, "cannot allocate dbr page"); in mlx5_alloc_dbr_page() 154 DRV_LOG(ERR, "cannot umem reg dbr page"); in mlx5_alloc_dbr_page() 303 DRV_LOG(WARNING, "Failed to allocate DevX UAR (BF)"); in mlx5_devx_alloc_uar() 313 DRV_LOG(WARNING, "Failed to allocate DevX UAR (NC)"); in mlx5_devx_alloc_uar() 319 DRV_LOG(ERR, "Failed to allocate DevX UAR (BF/NC)"); in mlx5_devx_alloc_uar() 331 DRV_LOG(WARNING, "Retrying to allocate DevX UAR"); in mlx5_devx_alloc_uar() 336 DRV_LOG(ERR, "Failed to allocate DevX UAR (NULL base)"); in mlx5_devx_alloc_uar()
|