Home
last modified time | relevance | path

Searched refs:PMD_DRV_LOG (Results 1 – 25 of 178) sorted by relevance

12345678

/dpdk/drivers/event/opdl/
H A Dopdl_test.c121 PMD_DRV_LOG(ERR, "Error setting up port %d\n", i); in create_ports()
160 PMD_DRV_LOG(ERR, "%d: error creating qid %d\n ", in create_queues_type()
182 PMD_DRV_LOG(ERR, "clean up for test done\n"); in cleanup()
228 PMD_DRV_LOG(ERR, "%d: error mapping lb qid\n", in ordered_basic()
287 PMD_DRV_LOG(ERR, " seq test failed ! eq is %d , " in ordered_basic()
366 PMD_DRV_LOG(ERR, "%d: error mapping lb qid\n", in atomic_basic()
421 PMD_DRV_LOG(ERR, "%d: deq none zero !\n", in atomic_basic()
649 PMD_DRV_LOG(ERR, "%d: deq not 3 !\n", __LINE__); in single_link_w_stats()
685 PMD_DRV_LOG(ERR, "xstats check failed"); in single_link_w_stats()
999 PMD_DRV_LOG(ERR, "Error creating eventdev\n"); in opdl_selftest()
[all …]
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c198 PMD_DRV_LOG(ERR, "Match mz_info failed: " in hinic_dma_mem_free()
262 PMD_DRV_LOG(ERR, "Match mz_info failed: " in dma_free_coherent_volatile()
618 PMD_DRV_LOG(WARNING, in hinic_pf_rx_tx_flush()
934 PMD_DRV_LOG(WARNING, "cause_id: %d", in fault_report_show()
936 PMD_DRV_LOG(WARNING, "core_id: %d", in fault_report_show()
938 PMD_DRV_LOG(WARNING, "c_id: %d", in fault_report_show()
1123 PMD_DRV_LOG(ERR, "Mgmt register info"); in hinic_show_sw_watchdog_timeout_info()
1152 PMD_DRV_LOG(ERR, "0x%08x", *dump_addr); in hinic_show_sw_watchdog_timeout_info()
1185 PMD_DRV_LOG(INFO, "PCIE DFX:"); in hinic_show_pcie_dfx_info()
1401 PMD_DRV_LOG(WARNING, "Mgmt is reset"); in hinic_l2nic_async_event_handle()
[all …]
H A Dhinic_pmd_niccfg.c55 PMD_DRV_LOG(ERR, in hinic_init_function_table()
96 PMD_DRV_LOG(ERR, in hinic_get_base_qpn()
385 PMD_DRV_LOG(ERR, in hinic_add_remove_vlan()
431 PMD_DRV_LOG(ERR, in hinic_config_vlan_filter()
473 PMD_DRV_LOG(ERR, in hinic_set_rx_vlan_offload()
624 PMD_DRV_LOG(ERR, in hinic_get_port_info()
724 PMD_DRV_LOG(ERR, in hinic_dcb_set_ets()
741 PMD_DRV_LOG(ERR, in hinic_dcb_set_ets()
773 PMD_DRV_LOG(ERR, in hinic_get_vport_stats()
806 PMD_DRV_LOG(ERR, in hinic_get_phy_port_stats()
[all …]
H A Dhinic_pmd_cfg.c42 PMD_DRV_LOG(INFO, "Get share resource capability:"); in hinic_parse_shared_res_cap()
75 PMD_DRV_LOG(INFO, "Get l2nic resource capability:"); in hinic_parse_l2nic_res_cap()
76 PMD_DRV_LOG(INFO, "max_sqs: 0x%x, max_rqs: 0x%x, vf_max_sqs: 0x%x, vf_max_rqs: 0x%x", in hinic_parse_l2nic_res_cap()
137 PMD_DRV_LOG(INFO, "Get public resource capability:"); in hinic_parse_pub_res_cap()
138 PMD_DRV_LOG(INFO, "host_id: 0x%x, ep_id: 0x%x, intr_type: 0x%x, " in hinic_parse_pub_res_cap()
146 PMD_DRV_LOG(INFO, "chip_svc_type: 0x%x", cap->chip_svc_type); in hinic_parse_pub_res_cap()
183 PMD_DRV_LOG(ERR, "Get capability from FW failed, err: %d, status: %d, out_len: %d", in get_cap_from_fw()
205 PMD_DRV_LOG(ERR, "Get capability from PF failed, err: %d, status: %d, out_len: %d", in get_cap_from_pf()
224 PMD_DRV_LOG(ERR, "Get PF/PPF capability failed"); in get_dev_cap()
231 PMD_DRV_LOG(ERR, "Get VF capability failed, err: %d", in get_dev_cap()
[all …]
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c200 PMD_DRV_LOG(ERR, "Failed to read reply-ack"); in vhost_user_check_reply_ack()
234 PMD_DRV_LOG(ERR, "Failed to set owner"); in vhost_user_set_owner()
369 PMD_DRV_LOG(ERR, "Failed to set features"); in vhost_user_set_features()
434 PMD_DRV_LOG(ERR, "Too many memory regions"); in update_memory_region()
497 PMD_DRV_LOG(ERR, "Failed to set memory table"); in vhost_user_set_memory_table()
551 PMD_DRV_LOG(ERR, "Failed to send request"); in vhost_user_get_vring_base()
557 PMD_DRV_LOG(ERR, "Failed to read reply"); in vhost_user_get_vring_base()
580 PMD_DRV_LOG(ERR, "Failed to get vring base"); in vhost_user_get_vring_base()
673 PMD_DRV_LOG(ERR, "Failed to send request"); in vhost_user_get_status()
679 PMD_DRV_LOG(ERR, "Failed to recv request"); in vhost_user_get_status()
[all …]
H A Dvhost_kernel_tap.c29 PMD_DRV_LOG(ERR, "fail to open %s: %s", in tap_support_features()
35 PMD_DRV_LOG(ERR, "TUNGETFEATURES failed: %s", strerror(errno)); in tap_support_features()
56 PMD_DRV_LOG(ERR, "fcntl tapfd failed: %s", strerror(errno)); in tap_open()
69 PMD_DRV_LOG(DEBUG, in tap_open()
76 PMD_DRV_LOG(ERR, "TUNSETIFF failed: %s", strerror(errno)); in tap_open()
91 PMD_DRV_LOG(ERR, "TUNGETIFF failed: %s", strerror(errno)); in tap_get_name()
107 PMD_DRV_LOG(ERR, "TUNGETIFF failed: %s", strerror(errno)); in tap_get_flags()
123 PMD_DRV_LOG(ERR, "SIOCSIFHWADDR failed: %s", strerror(errno)); in tap_set_mac()
150 PMD_DRV_LOG(ERR, "Kernel doesn't support TUNSETOFFLOAD"); in vhost_kernel_tap_set_offload()
157 PMD_DRV_LOG(ERR, "TUNSETOFFLOAD ioctl() failed: %s", in vhost_kernel_tap_set_offload()
[all …]
H A Dvhost_vdpa.c93 PMD_DRV_LOG(ERR, "Vhost-vDPA ioctl %"PRIu64" failed (%s)", in vhost_vdpa_ioctl()
133 PMD_DRV_LOG(ERR, "Failed to get features"); in vhost_vdpa_get_features()
143 PMD_DRV_LOG(ERR, "Failed to get backend features"); in vhost_vdpa_get_features()
151 PMD_DRV_LOG(ERR, "Failed to set backend features"); in vhost_vdpa_get_features()
187 PMD_DRV_LOG(ERR, "Failed to send IOTLB batch begin (%s)", in vhost_vdpa_iotlb_batch_begin()
213 PMD_DRV_LOG(ERR, "Failed to send IOTLB batch end (%s)", in vhost_vdpa_iotlb_batch_end()
244 PMD_DRV_LOG(ERR, "Failed to send IOTLB update (%s)", in vhost_vdpa_dma_map()
269 PMD_DRV_LOG(DEBUG, "%s: iova: 0x%" PRIx64 ", len: 0x%zx", in vhost_vdpa_dma_unmap()
273 PMD_DRV_LOG(ERR, "Failed to send IOTLB invalidate (%s)", in vhost_vdpa_dma_unmap()
531 PMD_DRV_LOG(ERR, "Failed to open %s: %s", in vhost_vdpa_setup()
[all …]
/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c135 PMD_DRV_LOG(ERR, in i40e_add_rm_all_vlan_filter()
1090 PMD_DRV_LOG(INFO, in rte_pmd_i40e_set_vf_max_bw()
1109 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_max_bw()
1118 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_max_bw()
1177 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_tc_bw_alloc()
1186 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_tc_bw_alloc()
1193 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_tc_bw_alloc()
1227 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_tc_bw_alloc()
1351 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_vf_tc_max_bw()
1397 PMD_DRV_LOG(ERR, in rte_pmd_i40e_set_tc_strict_prio()
[all …]
H A Di40e_ethdev.c1328 PMD_DRV_LOG(ERR, in i40e_aq_debug_write_global_register()
3871 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set_by_registers()
3891 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set_by_registers()
3917 PMD_DRV_LOG(ERR, in i40e_vlan_tpid_set()
4236 PMD_DRV_LOG(ERR, in i40e_flow_ctrl_set()
4437 PMD_DRV_LOG(ERR, in i40e_dev_rss_reta_update()
4480 PMD_DRV_LOG(ERR, in i40e_dev_rss_reta_query()
4837 PMD_DRV_LOG(ERR, in i40e_pf_parameter_init()
4843 PMD_DRV_LOG(ERR, in i40e_pf_parameter_init()
5136 PMD_DRV_LOG(ERR, in validate_tcmap_parameter()
[all …]
H A Di40e_pf.c159 PMD_DRV_LOG(ERR, "VF reset timeout"); in i40e_pf_host_vf_reset()
190 PMD_DRV_LOG(ERR, "Release VSI failed"); in i40e_pf_host_vf_reset()
231 PMD_DRV_LOG(ERR, "Add vsi failed"); in i40e_pf_host_vf_reset()
237 PMD_DRV_LOG(ERR, "queue mapping error"); in i40e_pf_host_vf_reset()
332 PMD_DRV_LOG(ERR, "failed to allocate mem"); in i40e_pf_host_process_cmd_get_vf_resource()
688 PMD_DRV_LOG(ERR, "buffer too short"); in i40e_pf_host_process_cmd_config_irq_map()
1286 PMD_DRV_LOG(ERR, in i40e_pf_host_process_cmd_request_queues()
1362 PMD_DRV_LOG(ERR, "invalid argument"); in i40e_pf_host_handle_vf_msg()
1432 PMD_DRV_LOG(INFO, "OP_VERSION received"); in i40e_pf_host_handle_vf_msg()
1436 PMD_DRV_LOG(INFO, "OP_RESET_VF received"); in i40e_pf_host_handle_vf_msg()
[all …]
/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c100 PMD_DRV_LOG(WARNING, "Port:%d Pause Storm detected!\n", in bnxt_handle_event_error_report()
158 PMD_DRV_LOG(INFO, "Async event: PF driver unloaded\n"); in bnxt_handle_async_event()
168 PMD_DRV_LOG(INFO, "Port conn async event\n"); in bnxt_handle_async_event()
194 PMD_DRV_LOG(INFO, in bnxt_handle_async_event()
199 PMD_DRV_LOG(INFO, in bnxt_handle_async_event()
231 PMD_DRV_LOG(INFO, in bnxt_handle_async_event()
254 PMD_DRV_LOG(INFO, in bnxt_handle_async_event()
299 PMD_DRV_LOG(ERR, in bnxt_handle_fwd_req()
338 PMD_DRV_LOG(ERR, in bnxt_handle_fwd_req()
349 PMD_DRV_LOG(ERR, in bnxt_handle_fwd_req()
[all …]
H A Drte_pmd_bnxt.c60 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_tx_loopback()
102 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_all_queues_drop_en()
150 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_mac_addr()
163 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_mac_addr()
192 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_rate_limit()
250 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_mac_anti_spoof()
259 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_mac_anti_spoof()
309 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_vlan_anti_spoof()
318 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_vlan_anti_spoof()
366 PMD_DRV_LOG(ERR, in rte_pmd_bnxt_set_vf_vlan_stripq()
[all …]
H A Dbnxt_ethdev.c441 PMD_DRV_LOG(ERR, in bnxt_setup_one_vnic()
510 PMD_DRV_LOG(DEBUG, in bnxt_register_fc_ctx_mem()
522 PMD_DRV_LOG(DEBUG, in bnxt_register_fc_ctx_mem()
534 PMD_DRV_LOG(DEBUG, in bnxt_register_fc_ctx_mem()
546 PMD_DRV_LOG(DEBUG, in bnxt_register_fc_ctx_mem()
823 PMD_DRV_LOG(ERR, in bnxt_start_nic()
1164 PMD_DRV_LOG(ERR, in bnxt_dev_configure_op()
1166 PMD_DRV_LOG(ERR, in bnxt_dev_configure_op()
1170 PMD_DRV_LOG(ERR, in bnxt_dev_configure_op()
1282 PMD_DRV_LOG(INFO, in bnxt_receive_function()
[all …]
H A Dbnxt_reps.c158 PMD_DRV_LOG(INFO, "vf_rep->dflt_vnic_id = %d\n", in bnxt_get_dflt_vnic_svif()
219 PMD_DRV_LOG(INFO, in bnxt_representor_init()
234 PMD_DRV_LOG(ERR, in bnxt_representor_init()
365 PMD_DRV_LOG(ERR, in bnxt_vfr_alloc()
372 PMD_DRV_LOG(ERR, in bnxt_vfr_alloc()
391 PMD_DRV_LOG(ERR, in bnxt_vfr_alloc()
475 PMD_DRV_LOG(ERR, in bnxt_vfr_free()
493 PMD_DRV_LOG(ERR, in bnxt_vfr_free()
544 PMD_DRV_LOG(ERR, "Rep parent NULL!\n"); in bnxt_rep_dev_info_get_op()
634 PMD_DRV_LOG(ERR, in bnxt_rep_rx_queue_setup_op()
[all …]
H A Dbnxt_rxq.c97 PMD_DRV_LOG(DEBUG, in bnxt_mq_rx_configure()
107 PMD_DRV_LOG(ERR, "Unsupported mq_mod %d\n", in bnxt_mq_rx_configure()
126 PMD_DRV_LOG(ERR, "VNIC alloc failed\n"); in bnxt_mq_rx_configure()
136 PMD_DRV_LOG(DEBUG, in bnxt_mq_rx_configure()
335 PMD_DRV_LOG(ERR, in bnxt_rx_queue_setup_op()
364 PMD_DRV_LOG(NOTICE, in bnxt_rx_queue_setup_op()
374 PMD_DRV_LOG(ERR, in bnxt_rx_queue_setup_op()
391 PMD_DRV_LOG(ERR, in bnxt_rx_queue_setup_op()
507 PMD_DRV_LOG(DEBUG, in bnxt_rx_queue_start()
522 PMD_DRV_LOG(INFO, in bnxt_rx_queue_start()
[all …]
/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c117 PMD_DRV_LOG(ERR, in __hn_nvs_execute()
206 PMD_DRV_LOG(ERR, in hn_nvs_conn_rxbuf()
214 PMD_DRV_LOG(ERR, in hn_nvs_conn_rxbuf()
219 PMD_DRV_LOG(ERR, in hn_nvs_conn_rxbuf()
225 PMD_DRV_LOG(INFO, in hn_nvs_conn_rxbuf()
240 PMD_DRV_LOG(ERR, in hn_nvs_conn_rxbuf()
264 PMD_DRV_LOG(ERR, in hn_nvs_disconn_rxbuf()
292 PMD_DRV_LOG(ERR, in hn_nvs_disconn_chim()
382 PMD_DRV_LOG(ERR, in hn_nvs_conf_ndis()
404 PMD_DRV_LOG(ERR, in hn_nvs_init_ndis()
[all …]
H A Dhn_rndis.c333 PMD_DRV_LOG(ERR, in hn_rndis_receive_response()
339 PMD_DRV_LOG(ERR, in hn_rndis_receive_response()
378 PMD_DRV_LOG(ERR, in hn_rndis_exec1()
391 PMD_DRV_LOG(ERR, in hn_rndis_exec1()
447 PMD_DRV_LOG(ERR, in hn_rndis_execute()
454 PMD_DRV_LOG(ERR, in hn_rndis_execute()
666 PMD_DRV_LOG(ERR, in hn_rndis_query_rsscaps()
688 PMD_DRV_LOG(ERR, in hn_rndis_query_rsscaps()
694 PMD_DRV_LOG(ERR, in hn_rndis_query_rsscaps()
766 PMD_DRV_LOG(ERR, in hn_rndis_set()
[all …]
H A Dhn_vf.c62 PMD_DRV_LOG(ERR, "VF already attached"); in hn_vf_attach()
122 PMD_DRV_LOG(ERR, in hn_remove_delayed()
169 PMD_DRV_LOG(ERR, in hn_setup_vf_queues()
178 PMD_DRV_LOG(ERR, in hn_setup_vf_queues()
188 PMD_DRV_LOG(ERR, in hn_setup_vf_queues()
199 PMD_DRV_LOG(ERR, in hn_setup_vf_queues()
234 PMD_DRV_LOG(NOTICE, in hn_vf_add()
261 PMD_DRV_LOG(ERR, in hn_vf_add()
292 PMD_DRV_LOG(ERR, "VF path not active"); in hn_vf_remove()
298 PMD_DRV_LOG(ERR, "VF path not active"); in hn_vf_remove()
[all …]
/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c514 PMD_DRV_LOG(ERR, in iavf_get_vf_resource()
558 PMD_DRV_LOG(ERR, in iavf_get_supported_rxdid()
706 PMD_DRV_LOG(ERR, in iavf_get_vlan_offload_caps_v2()
737 PMD_DRV_LOG(ERR, in iavf_enable_queues()
765 PMD_DRV_LOG(ERR, in iavf_disable_queues()
840 PMD_DRV_LOG(ERR, in iavf_enable_queues_lv()
884 PMD_DRV_LOG(ERR, in iavf_disable_queues_lv()
962 PMD_DRV_LOG(ERR, in iavf_configure_rss_lut()
994 PMD_DRV_LOG(ERR, in iavf_configure_rss_key()
1296 PMD_DRV_LOG(ERR, in iavf_config_promisc()
[all …]
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.c308 PMD_DRV_LOG(ERR, in hinic_dev_configure()
322 PMD_DRV_LOG(ERR, in hinic_dev_configure()
335 PMD_DRV_LOG(ERR, "Config multi-queue failed"); in hinic_dev_configure()
800 PMD_DRV_LOG(ERR, "Failed to set rx mode"); in hinic_config_rx_mode()
816 PMD_DRV_LOG(ERR, "Configure rss failed"); in hinic_rxtx_configure()
908 PMD_DRV_LOG(ERR, "Get link status failed"); in hinic_link_update()
1660 PMD_DRV_LOG(WARNING, in hinic_vlan_offload_set()
1936 PMD_DRV_LOG(WARNING, "RSS is not enabled"); in hinic_rss_hash_update()
2000 PMD_DRV_LOG(WARNING, "RSS is not enabled"); in hinic_rss_conf_get()
2677 PMD_DRV_LOG(ERR, "Allocate txqs failed"); in hinic_init_sw_rxtxqs()
[all …]
/dpdk/drivers/net/ena/
H A Dena_rss.c80 PMD_DRV_LOG(ERR, in ena_rss_reta_update()
86 PMD_DRV_LOG(WARNING, in ena_rss_reta_update()
107 PMD_DRV_LOG(ERR, in ena_rss_reta_update()
143 PMD_DRV_LOG(ERR, in ena_rss_reta_query()
180 PMD_DRV_LOG(DEBUG, in ena_fill_indirect_table_default()
414 PMD_DRV_LOG(ERR, in ena_rss_hash_set()
422 PMD_DRV_LOG(ERR, in ena_rss_hash_set()
492 PMD_DRV_LOG(ERR, in ena_rss_configure()
499 PMD_DRV_LOG(ERR, in ena_rss_configure()
552 PMD_DRV_LOG(ERR, in ena_rss_hash_conf_get()
[all …]
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c169 PMD_DRV_LOG(DEBUG, sc, in bnx2x_dma_alloc()
205 PMD_DRV_LOG(NOTICE, sc, in bnx2x_acquire_hw_lock()
221 PMD_DRV_LOG(NOTICE, sc, in bnx2x_acquire_hw_lock()
258 PMD_DRV_LOG(NOTICE, sc, in bnx2x_release_hw_lock()
274 PMD_DRV_LOG(NOTICE, sc, in bnx2x_release_hw_lock()
813 PMD_DRV_LOG(DEBUG, sc, in elink_cb_fw_command()
1084 PMD_DRV_LOG(DEBUG, sc, in bnx2x_sp_post()
1165 PMD_DRV_LOG(DEBUG, sc, in bnx2x_sp_event()
2914 PMD_DRV_LOG(INFO, sc, in bnx2x_fan_failure()
3424 PMD_DRV_LOG(ERR, sc, in bnx2x_parity_attn()
[all …]
H A Dbnx2x_vfpf.c173 PMD_DRV_LOG(DEBUG, sc, in bnx2x_read_vf_id()
204 PMD_DRV_LOG(DEBUG, sc, "trying to get resources"); in bnx2x_loop_obtain_resources()
220 PMD_DRV_LOG(DEBUG, sc, in bnx2x_loop_obtain_resources()
346 PMD_DRV_LOG(ERR, sc, "Failed to release VF"); in bnx2x_vf_close()
382 PMD_DRV_LOG(ERR, sc, "Failed to init VF"); in bnx2x_vf_init()
387 PMD_DRV_LOG(DEBUG, sc, "VF was initialized"); in bnx2x_vf_init()
425 PMD_DRV_LOG(ERR, sc, in bnx2x_vf_unload()
544 PMD_DRV_LOG(ERR, sc, in bnx2x_vf_teardown_queue()
697 PMD_DRV_LOG(ERR, sc, "Failed to set RX mode"); in bnx2x_vf_set_rx_mode()
722 PMD_DRV_LOG(ERR, sc, in bnx2x_vfpf_set_mcast()
[all …]
/dpdk/drivers/net/avp/
H A Davp_ethdev.c249 PMD_DRV_LOG(DEBUG, "Discarding stale response\n"); in avp_dev_process_request()
254 PMD_DRV_LOG(ERR, "Cannot send request %u to host\n", in avp_dev_process_request()
291 PMD_DRV_LOG(DEBUG, "Result %d received for request %u\n", in avp_dev_process_request()
457 PMD_DRV_LOG(ERR, "Missing address space for BAR%u\n", in avp_dev_check_regions()
485 PMD_DRV_LOG(NOTICE, "port %u already detached\n", in avp_dev_detach()
543 PMD_DRV_LOG(DEBUG, "rxq %u at %p base %u limit %u\n", in _avp_set_rx_queue_mappings()
595 PMD_DRV_LOG(NOTICE, "port %u already attached\n", in avp_dev_attach()
829 PMD_DRV_LOG(ERR, "BAR%u is not mapped\n", in avp_dev_create()
843 PMD_DRV_LOG(DEBUG, "AVP host device is v%u.%u.%u\n", in avp_dev_create()
2115 PMD_DRV_LOG(ERR, "Failed to disable interrupts\n"); in avp_dev_close()
[all …]
/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c232 PMD_DRV_LOG(DEBUG, in ice_dcf_config_rx_queues_irqs()
250 PMD_DRV_LOG(DEBUG, in ice_dcf_config_rx_queues_irqs()
541 PMD_DRV_LOG(ERR, in ice_dcf_dev_start()
547 PMD_DRV_LOG(ERR, in ice_dcf_dev_start()
804 PMD_DRV_LOG(ERR, in dcf_config_promisc()
960 PMD_DRV_LOG(ERR, in dcf_set_mc_addr_list()
970 PMD_DRV_LOG(ERR, in dcf_set_mc_addr_list()
1089 PMD_DRV_LOG(ERR, in dcf_enable_vlan_strip()
1105 PMD_DRV_LOG(ERR, in dcf_disable_vlan_strip()
1340 PMD_DRV_LOG(ERR, in ice_dcf_stats_get()
[all …]

12345678