Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 20 of 20) sorted by relevance

/dpdk/lib/cmdline/
H A Dcmdline_parse_num.c39 ERROR, enumerator
137 st = ERROR; in cmdline_parse_num()
142 st = ERROR; in cmdline_parse_num()
155 st = ERROR; in cmdline_parse_num()
160 st = ERROR; in cmdline_parse_num()
172 st = ERROR; in cmdline_parse_num()
182 st = ERROR; in cmdline_parse_num()
192 st = ERROR; in cmdline_parse_num()
213 st = ERROR; in cmdline_parse_num()
224 st = ERROR; in cmdline_parse_num()
[all …]
/dpdk/drivers/net/failsafe/
H A Dfailsafe.c40 ERROR("Cannot allocate more than %d ports", in fs_sub_device_alloc()
49 ERROR("Could not allocate sub_devices"); in fs_sub_device_alloc()
129 ERROR("Unable to set up next alarm"); in fs_hotplug_alarm()
180 ERROR("Unable to allocate rte_eth_dev"); in fs_eth_dev_create()
195 ERROR("Could not allocate sub_devices"); in fs_eth_dev_create()
214 ERROR("Failed to register NEW callback"); in fs_eth_dev_create()
238 ERROR("Failed to set default MAC address"); in fs_eth_dev_create()
272 ERROR("Failed to allocate intr handle"); in fs_eth_dev_create()
346 ERROR("Failed to probe %s", name); in rte_pmd_failsafe_probe()
367 ERROR("Failed to parse devargs %s", in rte_pmd_failsafe_probe()
[all …]
H A Dfailsafe_intr.c128 ERROR("Failed to install Rx interrupts, " in fs_rx_event_proxy_service_install()
147 ERROR("Failed to install Rx interrupts, " in fs_rx_event_proxy_service_install()
154 ERROR("Failed adding service core"); in fs_rx_event_proxy_service_install()
160 ERROR("Failed to install Rx interrupts, " in fs_rx_event_proxy_service_install()
168 ERROR("service register() failed"); in fs_rx_event_proxy_service_install()
180 ERROR("Failed enabling stats\n"); in fs_rx_event_proxy_service_install()
185 ERROR("Failed to run service\n"); in fs_rx_event_proxy_service_install()
193 ERROR("Failed to install Rx interrupts, " in fs_rx_event_proxy_service_install()
224 ERROR("Failed to create epoll," in fs_rx_event_proxy_install()
279 ERROR("Called with invalid arguments"); in failsafe_eth_rx_intr_ctl_subdevice()
[all …]
H A Dfailsafe_args.c102 ERROR("Command line allocation failed"); in fs_execute_cmd()
115 ERROR("popen: %s", strerror(errno)); in fs_execute_cmd()
131 ERROR("Parsing device '%s' failed", output); in fs_execute_cmd()
134 ERROR("pclose: %s", strerror(errno)); in fs_execute_cmd()
153 ERROR("Command line allocation failed"); in fs_read_fd()
160 ERROR("Parsing FD number failed"); in fs_read_fd()
219 ERROR("Dangling parenthesis"); in fs_parse_device_param()
276 ERROR("Invalid parameter"); in fs_parse_sub_devices()
288 ERROR("Dangling parenthesis"); in fs_parse_sub_devices()
320 ERROR("Invalid parameter"); in fs_remove_sub_devices_definition()
[all …]
H A Dfailsafe_ether.c41 ERROR("Caught error type %d (%s): %s%s\n", in fs_flow_complain()
93 ERROR("rx_queue_setup failed"); in fs_eth_dev_conf_apply()
106 ERROR("tx_queue_setup failed"); in fs_eth_dev_conf_apply()
119 ERROR("Failed to apply link_status"); in fs_eth_dev_conf_apply()
133 ERROR("Failed to apply promiscuous mode"); in fs_eth_dev_conf_apply()
147 ERROR("Failed to apply allmulticast mode"); in fs_eth_dev_conf_apply()
158 ERROR("Failed to apply MTU"); in fs_eth_dev_conf_apply()
169 ERROR("Setting default MAC address failed"); in fs_eth_dev_conf_apply()
233 ERROR("Failed to apply VLAN filter %hu", in fs_eth_dev_conf_apply()
294 ERROR("Port close failed for sub-device %u", in fs_dev_remove()
[all …]
H A Dfailsafe_flow.c34 ERROR("Unable to process flow rule (%s): %s", in fs_flow_allocate()
42 ERROR("Could not allocate new flow"); in fs_flow_allocate()
48 ERROR("Failed to copy flow rule (%s): %s", in fs_flow_allocate()
81 ERROR("Operation rte_flow_validate failed for sub_device %d" in fs_flow_validate()
108 ERROR("Failed to create flow on sub_device %d", in fs_flow_create()
137 ERROR("Invalid flow"); in fs_flow_destroy()
150 ERROR("Failed to destroy flow on sub_device %d: %d", in fs_flow_destroy()
177 ERROR("Operation rte_flow_flush failed for sub_device %d" in fs_flow_flush()
236 ERROR("Operation rte_flow_isolate failed for sub_device %d" in fs_flow_isolate()
H A Dfailsafe_ops.c65 ERROR("Could not configure sub_device %d", i); in fs_dev_configure()
151 ERROR("Failed to stop sub-device %u", in fs_dev_start()
194 ERROR("Failed to stop device %u", in fs_dev_stop()
270 ERROR("Rx queue stop failed for subdevice %d", i); in fs_rx_queue_stop()
323 ERROR("Tx queue stop failed for subdevice %d", i); in fs_tx_queue_stop()
416 ERROR("Rx queue deferred start is not " in fs_rx_queue_setup()
582 ERROR("Tx queue deferred start is not " in fs_tx_queue_setup()
668 ERROR("Error while closing sub-device %u", in failsafe_eth_dev_close()
683 ERROR("Error while uninitializing sub-EAL"); in failsafe_eth_dev_close()
694 ERROR("Error while destroying hotplug mutex"); in failsafe_eth_dev_close()
[all …]
H A Dfailsafe_eal.c52 ERROR("sub_device %d probe failed %s%s%s", i, in fs_bus_init()
59 ERROR("sub_device %d init went wrong", i); in fs_bus_init()
93 ERROR("Probed devargs parsing failed with code" in fs_bus_init()
151 ERROR("Failed to remove requested device %s (err: %d)", in fs_bus_uninit()
H A Dfailsafe_private.h369 #define ERROR(...) LOG_(ERR, __VA_ARGS__) macro
420 ERROR("Cannot lock mutex(%s)", strerror(ret)); in fs_lock()
442 ERROR("Cannot unlock hot-plug mutex(%s)", strerror(ret)); in fs_unlock()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c67 ERROR("port %u invalid port ID", param->port_id); in mp_primary_handle()
89 ERROR("port %u invalid mp request type", dev->data->port_id); in mp_primary_handle()
122 ERROR("port %u invalid port ID", param->port_id); in mp_secondary_handle()
162 ERROR("port %u invalid mp request type", dev->data->port_id); in mp_secondary_handle()
192 ERROR("port %u unknown request (req_type %d)", in mp_req_on_rxtx()
205 ERROR("port %u failed to request stop/start Rx/Tx (%d)", in mp_req_on_rxtx()
210 ERROR("port %u not all secondaries responded (req_type %d)", in mp_req_on_rxtx()
218 ERROR("port %u request failed on secondary #%d", in mp_req_on_rxtx()
280 ERROR("port %u request to primary process failed", in mlx4_mp_req_mr_create()
317 ERROR("port %u request to primary process failed", in mlx4_mp_req_verbs_cmd_fd()
[all …]
H A Dmlx4.c109 ERROR("Cannot allocate mlx4 shared data\n"); in mlx4_init_shared_data()
120 ERROR("Cannot attach mlx4 shared data\n"); in mlx4_init_shared_data()
541 ERROR("invalid port index %lu", tmp); in mlx4_arg_parse()
577 ERROR("failed to parse kvargs"); in mlx4_args()
782 ERROR("unable to init PMD global data: %s", in mlx4_pci_probe()
845 ERROR("failed to process device arguments"); in mlx4_pci_probe()
882 ERROR("can not attach rte ethdev"); in mlx4_pci_probe()
889 ERROR("secondary process is not supported" in mlx4_pci_probe()
960 ERROR("PD allocation failure"); in mlx4_pci_probe()
969 ERROR("priv allocation failure"); in mlx4_pci_probe()
[all …]
H A Dmlx4_txq.c93 ERROR("port %u mmap failed for BF reg of txq %u", in txq_uar_init_secondary()
171 ERROR("Failed to get mem page size"); in mlx4_tx_uar_uninit_secondary()
187 ERROR("UAR remap is not supported"); in mlx4_tx_uar_init_secondary()
196 ERROR("UAR remap is not supported"); in mlx4_tx_uar_uninit_secondary()
348 ERROR("%p: queue index out of range (%u >= %u)", in mlx4_tx_queue_setup()
373 ERROR("%p: unable to allocate queue index %u", in mlx4_tx_queue_setup()
413 ERROR("%p: CQ creation failure: %s", in mlx4_tx_queue_setup()
433 ERROR("%p: QP creation failure: %s", in mlx4_tx_queue_setup()
447 ERROR("%p: QP state to IBV_QPS_INIT failed: %s", in mlx4_tx_queue_setup()
459 ERROR("%p: QP state to IBV_QPS_RTR failed: %s", in mlx4_tx_queue_setup()
[all …]
H A Dmlx4_rxq.c273 ERROR("mlx4: %s", msg); in mlx4_rss_attach()
343 ERROR("RSS does not support more than %d queues", in mlx4_rss_init()
354 ERROR("cannot set up range size for RSS context to %u" in mlx4_rss_init()
633 ERROR("error while attaching Rx queue %p: %s: %s", in mlx4_rxq_attach()
764 ERROR("%p: queue index out of range (%u >= %u)", in mlx4_rx_queue_setup()
777 ERROR("%p: invalid number of Rx descriptors", (void *)dev); in mlx4_rx_queue_setup()
806 ERROR("%p: unable to allocate queue index %u", in mlx4_rx_queue_setup()
850 ERROR("%p: too many SGEs (%u) needed to handle" in mlx4_rx_queue_setup()
867 ERROR("%p: number of Rx queue descriptors (%u) is not a" in mlx4_rx_queue_setup()
883 ERROR("%p: Rx interrupt completion channel creation" in mlx4_rx_queue_setup()
[all …]
H A Dmlx4_ethdev.c374 ERROR("cannot toggle %s mode (code %d, \"%s\")," in mlx4_rxmode_toggle()
462 ERROR("failed to synchronize flow rules after removing MAC address" in mlx4_mac_addr_remove()
501 ERROR("failed to synchronize flow rules after adding MAC address" in mlx4_mac_addr_add()
559 ERROR("failed to synchronize flow rules after modifying MC list," in mlx4_set_mc_addr_list()
599 ERROR("failed to synchronize flow rules after %s VLAN filter on ID %u" in mlx4_vlan_filter_set()
H A Dmlx4_intr.c75 ERROR("failed to allocate memory for interrupt vector," in mlx4_rx_intr_vec_enable()
92 ERROR("too many Rx queues for interrupt vector size" in mlx4_rx_intr_vec_enable()
H A Dmlx4_utils.h78 #define ERROR(...) PMD_DRV_LOG(ERR, __VA_ARGS__) macro
H A Dmlx4_rxtx.c332 ERROR("%p CQE error - vendor syndrome: 0x%x" in mlx4_txq_complete()
H A Dmlx4_mr.c214 ERROR("failed to allocate memory for btree cache on socket %d", in mlx4_mr_btree_init()
/dpdk/doc/guides/prog_guide/
H A Dasan.rst54 …==369953==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7fb17f465809 at pc 0x5652e670…
83 …==417048==ERROR: AddressSanitizer: heap-use-after-free on address 0x7fc83f465800 at pc 0x564308a39…
H A Dbbdev.rst1156 "ERROR(%d): BBDEV %u not configured properly\n",
1169 "ERROR(%d): BBDEV %u queue %u not configured properly\n",