Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_matcher.c69 BNXT_TF_DBG(DEBUG, "Proto Header does not match\n"); in ulp_matcher_pattern_match()
73 BNXT_TF_DBG(DEBUG, "Field signature does not match\n"); in ulp_matcher_pattern_match()
79 BNXT_TF_DBG(DEBUG, "Field to match the app id %u:%u\n", in ulp_matcher_pattern_match()
85 BNXT_TF_DBG(DEBUG, "Vnic Match failed\n"); in ulp_matcher_pattern_match()
88 BNXT_TF_DBG(DEBUG, "Found matching pattern template %d\n", in ulp_matcher_pattern_match()
97 BNXT_TF_DBG(DEBUG, "Did not find any matching template\n"); in ulp_matcher_pattern_match()
127 BNXT_TF_DBG(DEBUG, "Action Header does not match\n"); in ulp_matcher_action_match()
133 BNXT_TF_DBG(DEBUG, "Field to match the app id %u:%u\n", in ulp_matcher_action_match()
140 BNXT_TF_DBG(DEBUG, "Found matching action template %u\n", *act_id); in ulp_matcher_action_match()
144 BNXT_TF_DBG(DEBUG, "Did not find any matching action template\n"); in ulp_matcher_action_match()
H A Dulp_mark_mgr.c61 BNXT_TF_DBG(DEBUG, "Invalid ULP CTXT\n"); in ulp_mark_db_init()
66 BNXT_TF_DBG(DEBUG, "Failed to get device id\n"); in ulp_mark_db_init()
72 BNXT_TF_DBG(DEBUG, "Failed to device parms\n"); in ulp_mark_db_init()
77 BNXT_TF_DBG(DEBUG, "mark Table is not allocated\n"); in ulp_mark_db_init()
119 BNXT_TF_DBG(DEBUG, "GFID Max = 0x%08x GFID MASK = 0x%08x\n", in ulp_mark_db_init()
134 BNXT_TF_DBG(DEBUG, "Failed to allocate memory for mark mgr\n"); in ulp_mark_db_init()
255 BNXT_TF_DBG(DEBUG, "Set GFID[0x%0x] = 0x%0x\n", idx, mark); in ulp_mark_db_mark_add()
265 BNXT_TF_DBG(DEBUG, "Set LFID[0x%0x] = 0x%0x\n", fid, mark); in ulp_mark_db_mark_add()
313 BNXT_TF_DBG(DEBUG, "Reset GFID[0x%0x]\n", idx); in ulp_mark_db_mark_del()
/dpdk/drivers/net/ionic/
H A Dionic_lif.c954 IONIC_PRINT(DEBUG, "LIF: %s", lif->name); in ionic_lif_alloc()
963 IONIC_PRINT(DEBUG, "Allocating Lif Info"); in ionic_lif_alloc()
1006 IONIC_PRINT(DEBUG, "Allocating Lif Info"); in ionic_lif_alloc()
1229 IONIC_PRINT(DEBUG, "Link up - %d Gbps", in ionic_link_status_check()
1232 IONIC_PRINT(DEBUG, "Link down"); in ionic_link_status_check()
1274 IONIC_PRINT(DEBUG, in ionic_notifyq_cb()
1357 IONIC_PRINT(DEBUG, "adminq->db %p", q->db); in ionic_lif_adminq_init()
1498 IONIC_PRINT(DEBUG, "txq_init.ring_size %d", in ionic_lif_txq_init()
1512 IONIC_PRINT(DEBUG, "txq->db %p", q->db); in ionic_lif_txq_init()
1546 IONIC_PRINT(DEBUG, "rxq_init.ring_size %d", in ionic_lif_rxq_init()
[all …]
/dpdk/lib/eal/unix/
H A Drte_thread.c38 RTE_LOG(DEBUG, EAL, "Cannot allocate TLS key.\n"); in rte_thread_key_create()
44 RTE_LOG(DEBUG, EAL, "pthread_key_create failed: %s\n", in rte_thread_key_create()
59 RTE_LOG(DEBUG, EAL, "Invalid TLS key.\n"); in rte_thread_key_delete()
65 RTE_LOG(DEBUG, EAL, "pthread_key_delete failed: %s\n", in rte_thread_key_delete()
81 RTE_LOG(DEBUG, EAL, "Invalid TLS key.\n"); in rte_thread_value_set()
87 RTE_LOG(DEBUG, EAL, "pthread_setspecific failed: %s\n", in rte_thread_value_set()
99 RTE_LOG(DEBUG, EAL, "Invalid TLS key.\n"); in rte_thread_value_get()
/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c46 RTE_LOG(DEBUG, PMD, "NFP CPP bridge service registered"); in nfp_register_cpp_service()
64 PMD_CPP_LOG(DEBUG, "%s: offset size %zu, count_size: %zu\n", __func__, in nfp_cpp_bridge_serve_write()
83 PMD_CPP_LOG(DEBUG, "%s: count %zu and offset %jd\n", __func__, count, in nfp_cpp_bridge_serve_write()
85 PMD_CPP_LOG(DEBUG, "%s: cpp_id %08x and nfp_offset %jd\n", __func__, in nfp_cpp_bridge_serve_write()
117 PMD_CPP_LOG(DEBUG, "%s: Receive %u of %zu\n", __func__, in nfp_cpp_bridge_serve_write()
184 PMD_CPP_LOG(DEBUG, "%s: count %zu and offset %jd\n", __func__, count, in nfp_cpp_bridge_serve_read()
186 PMD_CPP_LOG(DEBUG, "%s: cpp_id %08x and nfp_offset %jd\n", __func__, in nfp_cpp_bridge_serve_read()
223 PMD_CPP_LOG(DEBUG, "%s: sending %u of %zu\n", __func__, in nfp_cpp_bridge_serve_read()
281 PMD_CPP_LOG(DEBUG, "%s: sending NFP model %08x\n", __func__, tmp); in nfp_cpp_bridge_serve_ioctl()
360 PMD_CPP_LOG(DEBUG, "%s: socket close\n", in nfp_cpp_bridge_service_func()
[all …]
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c59 DEBUG("Enabling flow isolation"); in eth_dev_flow_isolate_set()
113 DEBUG("Configuring link_status"); in fs_eth_dev_conf_apply()
123 DEBUG("link_status already set"); in fs_eth_dev_conf_apply()
127 DEBUG("Configuring promiscuous"); in fs_eth_dev_conf_apply()
137 DEBUG("promiscuous already set"); in fs_eth_dev_conf_apply()
155 DEBUG("Configuring MTU"); in fs_eth_dev_conf_apply()
162 DEBUG("MTU already set"); in fs_eth_dev_conf_apply()
217 DEBUG("Configuring VLAN filter"); in fs_eth_dev_conf_apply()
240 DEBUG("VLAN filter already set"); in fs_eth_dev_conf_apply()
244 DEBUG("rte_flow already set"); in fs_eth_dev_conf_apply()
[all …]
/dpdk/drivers/crypto/virtio/
H A Dvirtio_logs.h16 #define PMD_INIT_FUNC_TRACE() PMD_INIT_LOG(DEBUG, " >>")
28 VIRTIO_CRYPTO_INIT_LOG_IMPL(DEBUG, fmt, ## args)
43 VIRTIO_CRYPTO_SESSION_LOG_IMPL(DEBUG, fmt, ## args)
58 VIRTIO_CRYPTO_RX_LOG_IMPL(DEBUG, fmt, ## args)
73 VIRTIO_CRYPTO_TX_LOG_IMPL(DEBUG, fmt, ## args)
88 VIRTIO_CRYPTO_DRV_LOG_IMPL(DEBUG, fmt, ## args)
/dpdk/drivers/common/qat/
H A Dqat_device.c129 QAT_LOG(DEBUG, "parsing error '=' sign" in qat_dev_parse_cmd()
136 QAT_LOG(DEBUG, "%s not provided", param); in qat_dev_parse_cmd()
146 QAT_LOG(DEBUG, "parsing error %s" in qat_dev_parse_cmd()
153 QAT_LOG(DEBUG, "Exceeded max size of" in qat_dev_parse_cmd()
158 QAT_LOG(DEBUG, "parsing %s = %ld", in qat_dev_parse_cmd()
296 QAT_LOG(DEBUG, "QAT device %d found, name %s, total QATs %d", in qat_pci_device_allocate()
323 QAT_LOG(DEBUG, "QAT sym device %s is busy", in qat_pci_device_release()
328 QAT_LOG(DEBUG, "QAT asym device %s is busy", in qat_pci_device_release()
333 QAT_LOG(DEBUG, "QAT comp device %s is busy", in qat_pci_device_release()
343 QAT_LOG(DEBUG, "QAT device %s released, total QATs %d", in qat_pci_device_release()
[all …]
H A Dqat_qp.c139 QAT_LOG(DEBUG, "cookiepool: %s", op_cookie_pool_name); in qat_qp_setup()
280 QAT_LOG(DEBUG, "re-use memzone already " in queue_dma_zone_reserve()
307 QAT_LOG(DEBUG, "qp already freed"); in qat_qp_release()
311 QAT_LOG(DEBUG, "Free qp on qat_pci device %d", in qat_qp_release()
346 QAT_LOG(DEBUG, "Invalid queue"); in qat_queue_delete()
349 QAT_LOG(DEBUG, "Free ring %d, memzone: %s", in qat_queue_delete()
361 QAT_LOG(DEBUG, "queue %s doesn't exist", in qat_queue_delete()
713 QAT_DP_LOG(DEBUG, "--- data length: %u", in qat_enqueue_comp_op_burst()
747 QAT_DP_LOG(DEBUG, in qat_enqueue_comp_op_burst()
766 QAT_DP_LOG(DEBUG, in qat_enqueue_comp_op_burst()
[all …]
H A Dqat_common.c77 QAT_DP_HEXDUMP_LOG(DEBUG, "qat SGL", in qat_sgl_fill_array()
103 QAT_LOG(DEBUG, "Service %d Uninitialised qp %d", in qat_stats_get()
113 QAT_LOG(DEBUG, "Threshold was used for qp %d %"PRIu64" times", in qat_stats_get()
133 QAT_LOG(DEBUG, "Service %d Uninitialised qp %d", in qat_stats_reset()
140 QAT_LOG(DEBUG, "QAT: %d stats cleared", service); in qat_stats_reset()
/dpdk/lib/eal/common/
H A Deal_common_interrupts.c18 RTE_LOG(DEBUG, EAL, "Interrupt instance unallocated\n"); \
40 RTE_LOG(DEBUG, EAL, "Invalid alloc flag passed 0x%x\n", flags); in rte_intr_instance_alloc()
103 RTE_LOG(DEBUG, EAL, "Source interrupt instance unallocated\n"); in rte_intr_instance_dup()
132 RTE_LOG(DEBUG, EAL, "Size can't be zero\n"); in rte_intr_event_list_update()
256 RTE_LOG(DEBUG, EAL, "Maximum interrupt vector ID (%d) exceeds " in rte_intr_max_intr_set()
335 RTE_LOG(DEBUG, EAL, "Invalid index %d, max limit %d\n", index, in rte_intr_efds_index_get()
352 RTE_LOG(DEBUG, EAL, "Invalid index %d, max limit %d\n", index, in rte_intr_efds_index_set()
371 RTE_LOG(DEBUG, EAL, "Invalid index %d, max limit %d\n", index, in rte_intr_elist_index_get()
388 RTE_LOG(DEBUG, EAL, "Invalid index %d, max limit %d\n", index, in rte_intr_elist_index_set()
411 RTE_LOG(DEBUG, EAL, "Invalid size %d, max limit %d\n", size, in rte_intr_vec_list_alloc()
[all …]
H A Deal_common_lcore.c172 RTE_LOG(DEBUG, EAL, "Detected lcore %u as " in rte_eal_cpu_init()
181 RTE_LOG(DEBUG, EAL, "Skipped lcore %u as core %u on socket %u\n", in rte_eal_cpu_init()
188 RTE_LOG(DEBUG, EAL, in rte_eal_cpu_init()
245 RTE_LOG(DEBUG, EAL, "Call init for lcore callback %s, lcore_id %u\n", in callback_init()
255 RTE_LOG(DEBUG, EAL, "Call uninit for lcore callback %s, lcore_id %u\n", in callback_uninit()
309 RTE_LOG(DEBUG, EAL, "Registered new lcore callback %s (%sinit, %suninit).\n", in rte_lcore_callback_register()
337 RTE_LOG(DEBUG, EAL, "Unregistered lcore callback %s-%p.\n", in rte_lcore_callback_unregister()
359 RTE_LOG(DEBUG, EAL, "No lcore available.\n"); in eal_lcore_non_eal_allocate()
373 RTE_LOG(DEBUG, EAL, "Initialization refused for lcore %u.\n", in eal_lcore_non_eal_allocate()
/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c79 QAT_LOG(DEBUG, "Release comp qp %u on device %d", in qat_comp_qp_release()
207 QAT_LOG(DEBUG, "QAT COMP device %s needs %d sgls", in qat_comp_setup_inter_buffers()
310 QAT_LOG(DEBUG, in qat_comp_setup_inter_buffers()
334 QAT_LOG(DEBUG, "xformpool: %s", xform_pool_name); in qat_comp_create_xform_pool()
338 QAT_LOG(DEBUG, "xformpool already created"); in qat_comp_create_xform_pool()
340 QAT_LOG(DEBUG, "xformpool wrong size - delete it"); in qat_comp_create_xform_pool()
433 QAT_LOG(DEBUG, "streampool: %s", stream_pool_name); in qat_comp_create_stream_pool()
437 QAT_LOG(DEBUG, "streampool already created"); in qat_comp_create_stream_pool()
732 QAT_LOG(DEBUG, in qat_comp_dev_create()
749 QAT_LOG(DEBUG, in qat_comp_dev_create()
[all …]
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c62 PMD_INIT_LOG(DEBUG, in vtpci_msix_detect()
72 PMD_INIT_LOG(DEBUG, in vtpci_msix_detect()
84 PMD_INIT_LOG(DEBUG, in vtpci_msix_detect()
643 PMD_INIT_LOG(DEBUG, "failed to map pci device!"); in virtio_read_caps()
649 PMD_INIT_LOG(DEBUG, in virtio_read_caps()
657 PMD_INIT_LOG(DEBUG, in virtio_read_caps()
674 PMD_INIT_LOG(DEBUG, in virtio_read_caps()
687 PMD_INIT_LOG(DEBUG, in virtio_read_caps()
695 PMD_INIT_LOG(DEBUG, in virtio_read_caps()
701 PMD_INIT_LOG(DEBUG, in virtio_read_caps()
[all …]
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c177 DRV_LOG(DEBUG, "MPW isn't supported."); in mlx5_os_capabilities_prepare()
180 DRV_LOG(DEBUG, "Checksum offloading is %ssupported.", in mlx5_os_capabilities_prepare()
183 DRV_LOG(DEBUG, "VLAN stripping is %ssupported.", in mlx5_os_capabilities_prepare()
189 DRV_LOG(DEBUG, "Counters are not supported."); in mlx5_os_capabilities_prepare()
212 DRV_LOG(DEBUG, "Tunnel offloading is not supported."); in mlx5_os_capabilities_prepare()
218 DRV_LOG(DEBUG, "Packet pacing is not supported."); in mlx5_os_capabilities_prepare()
319 DRV_LOG(DEBUG, "naming Ethernet device \"%s\"", name); in mlx5_dev_spawn()
329 DRV_LOG(DEBUG, "VF netlink isn't supported."); in mlx5_dev_spawn()
451 DRV_LOG(DEBUG, "port %u ifname is \"%s\"", in mlx5_dev_spawn()
454 DRV_LOG(DEBUG, "port %u ifname is unknown.", in mlx5_dev_spawn()
[all …]
/dpdk/lib/eal/windows/
H A Drte_thread.c59 RTE_LOG(DEBUG, EAL, "GetLastError()=%lu: %s\n", error, message); in thread_log_last_error()
80 RTE_LOG(DEBUG, EAL, "Cannot allocate TLS key.\n"); in rte_thread_key_create()
98 RTE_LOG(DEBUG, EAL, "Invalid TLS key.\n"); in rte_thread_key_delete()
118 RTE_LOG(DEBUG, EAL, "Invalid TLS key.\n"); in rte_thread_value_set()
138 RTE_LOG(DEBUG, EAL, "Invalid TLS key.\n"); in rte_thread_value_get()
174 RTE_LOG(DEBUG, EAL, "All processors must belong to the same processor group\n"); in convert_cpuset_to_affinity()
206 RTE_LOG(DEBUG, EAL, "Unable to convert cpuset to thread affinity\n"); in rte_thread_set_affinity_by_id()
H A Deal_memalloc.c55 RTE_LOG(DEBUG, EAL, "Attempted to reallocate segment %p " in alloc_seg()
69 RTE_LOG(DEBUG, EAL, "Cannot allocate %zu bytes " in alloc_seg()
89 RTE_LOG(DEBUG, EAL, "Cannot commit reserved memory %p " in alloc_seg()
104 RTE_LOG(DEBUG, EAL, in alloc_seg()
118 RTE_LOG(DEBUG, EAL, "Got regular page instead of a hugepage\n"); in alloc_seg()
122 RTE_LOG(DEBUG, EAL, in alloc_seg()
236 RTE_LOG(DEBUG, EAL, "attempted to allocate %i segments, " in alloc_seg_walk()
252 RTE_LOG(DEBUG, EAL, "Cannot free page\n"); in alloc_seg_walk()
386 RTE_LOG(DEBUG, EAL, "Page is not allowed to be freed\n"); in eal_memalloc_free_seg_bulk()
/dpdk/drivers/crypto/qat/
H A Dqat_sym.h200 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: src before post-process:", in qat_bpicipher_postprocess()
203 QAT_DP_HEXDUMP_LOG(DEBUG, in qat_bpicipher_postprocess()
210 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: src after post-process:", in qat_bpicipher_postprocess()
213 QAT_DP_HEXDUMP_LOG(DEBUG, in qat_bpicipher_postprocess()
302 QAT_DP_HEXDUMP_LOG(DEBUG, "qat_response:", (uint8_t *)resp_msg, in qat_sym_process_response()
383 QAT_DP_HEXDUMP_LOG(DEBUG, "qat_req:", qat_req, in qat_sym_debug_log_dump()
386 QAT_DP_HEXDUMP_LOG(DEBUG, "src_data:", vec[i].base, vec[i].len); in qat_sym_debug_log_dump()
388 QAT_DP_HEXDUMP_LOG(DEBUG, "cipher iv:", cipher_iv->va, in qat_sym_debug_log_dump()
391 QAT_DP_HEXDUMP_LOG(DEBUG, "auth iv:", auth_iv->va, in qat_sym_debug_log_dump()
394 QAT_DP_HEXDUMP_LOG(DEBUG, "aad:", aad->va, in qat_sym_debug_log_dump()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c181 DRV_LOG(DEBUG, in mr_btree_insert()
200 DRV_LOG(DEBUG, in mr_btree_insert()
234 DRV_LOG(DEBUG, in mlx5_mr_btree_init()
260 DRV_LOG(DEBUG, "freeing B-tree %p with table %p", in mlx5_mr_btree_free()
285 DRV_LOG(DEBUG, "B-tree(%p)[%u]," in mlx5_mr_btree_dump()
517 DRV_LOG(DEBUG, "freeing MR(%p):", (void *)mr); in mlx5_mr_free()
758 DRV_LOG(DEBUG, in mlx5_mr_create_primary()
846 DRV_LOG(DEBUG, "MR CREATED (%p) for %p:\n" in mlx5_mr_create_primary()
1134 DRV_LOG(DEBUG, in mlx5_create_mr_ext()
1263 DRV_LOG(DEBUG, in mlx5_mr_dump_cache()
[all …]
/dpdk/drivers/net/mlx5/
H A Dmlx5.c1302 DRV_LOG(DEBUG, in mlx5_shared_dev_ctx_args_config()
1335 DRV_LOG(DEBUG, "\"tx_pp\" is %d.", config->tx_pp); in mlx5_shared_dev_ctx_args_config()
1346 DRV_LOG(DEBUG, "\"allow_duplicate_pattern\" is %u.", in mlx5_shared_dev_ctx_args_config()
1840 DRV_LOG(DEBUG, "port %u closing device \"%s\"", in mlx5_dev_close()
2376 DRV_LOG(DEBUG, "Standard \"delay_drop\" is %u.", in mlx5_port_args_config()
2379 DRV_LOG(DEBUG, "\"max_dump_files_num\" is %u.", in mlx5_port_args_config()
2383 DRV_LOG(DEBUG, "\"mprq_log_stride_num\" is %u.", in mlx5_port_args_config()
2385 DRV_LOG(DEBUG, "\"mprq_log_stride_size\" is %u.", in mlx5_port_args_config()
2387 DRV_LOG(DEBUG, "\"mprq_max_memcpy_len\" is %u.", in mlx5_port_args_config()
2632 DRV_LOG(DEBUG, in mlx5_set_min_inline()
[all …]
H A Dmlx5_tx.c635 DRV_LOG(DEBUG, "port %u has selected Tx function" in mlx5_select_tx_function()
639 DRV_LOG(DEBUG, "\tMULTI (multi segment)"); in mlx5_select_tx_function()
641 DRV_LOG(DEBUG, "\tTSO (TCP send offload)"); in mlx5_select_tx_function()
643 DRV_LOG(DEBUG, "\tSWP (software parser)"); in mlx5_select_tx_function()
645 DRV_LOG(DEBUG, "\tCSUM (checksum offload)"); in mlx5_select_tx_function()
647 DRV_LOG(DEBUG, "\tINLIN (inline data)"); in mlx5_select_tx_function()
649 DRV_LOG(DEBUG, "\tVLANI (VLAN insertion)"); in mlx5_select_tx_function()
651 DRV_LOG(DEBUG, "\tMETAD (tx Flow metadata)"); in mlx5_select_tx_function()
653 DRV_LOG(DEBUG, "\tMETAD (tx Scheduling)"); in mlx5_select_tx_function()
656 DRV_LOG(DEBUG, "\tMPW (Legacy MPW)"); in mlx5_select_tx_function()
[all …]
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c181 DRV_LOG(DEBUG, "DV flow is supported."); in mlx5_os_capabilities_prepare()
197 DRV_LOG(DEBUG, "MPW is supported."); in mlx5_os_capabilities_prepare()
343 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
348 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
353 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
358 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
363 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
368 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
377 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
1191 DRV_LOG(DEBUG, in mlx5_dev_spawn()
[all …]
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c86 DEBUG("expanded MR B-tree table (size=%u)", n); in mr_btree_expand()
182 DEBUG("inserted B-tree(%p)[%u]," in mr_btree_insert()
223 DEBUG("initialized B-tree %p with table %p", in mlx4_mr_btree_init()
263 DEBUG("B-tree(%p)[%u]," in mlx4_mr_btree_dump()
354 DEBUG("port %u inserting MR(%p) to global cache", in mr_insert_dev_cache()
471 DEBUG("freeing MR(%p):", (void *)mr); in mr_free()
790 DEBUG("port %u MR CREATED (%p) for %p:\n" in mlx4_mr_create_primary()
902 DEBUG("port %u free callback: addr=%p, len=%zu", in mlx4_mr_mem_event_free_cb()
938 DEBUG("port %u remove MR(%p) from list", in mlx4_mr_mem_event_free_cb()
955 DEBUG("broadcasting local cache flush, gen=%d", in mlx4_mr_mem_event_free_cb()
[all …]
/dpdk/lib/eal/linux/
H A Deal_memory.c266 RTE_LOG(DEBUG, EAL, "NUMA is not supported.\n"); in map_all_hugepages()
315 RTE_LOG(DEBUG, EAL, in map_all_hugepages()
360 RTE_LOG(DEBUG, EAL, "SIGBUS: Cannot mmap more " in map_all_hugepages()
389 RTE_LOG(DEBUG, EAL, in map_all_hugepages()
474 RTE_LOG(DEBUG, EAL, in find_numasocket()
732 RTE_LOG(DEBUG, EAL, "Could not lock '%s': %s\n",
1157 RTE_LOG(DEBUG, EAL, "Cannot create memfd: %s\n",
1272 RTE_LOG(DEBUG, EAL,
1289 RTE_LOG(DEBUG, EAL, "Failed to find phys addr "
1297 RTE_LOG(DEBUG, EAL, "Failed to set phys addr "
[all …]
H A Deal_memalloc.c150 RTE_LOG(DEBUG, EAL, "NUMA is not supported.\n"); in check_numa()
167 RTE_LOG(DEBUG, EAL, in prepare_numa()
176 RTE_LOG(DEBUG, EAL, in restore_numa()
254 RTE_LOG(DEBUG, EAL, "%s(): memfd create failed: %s\n", in get_seg_memfd()
381 RTE_LOG(DEBUG, EAL, "%s(): fallocate() failed: %s\n", in resize_hugefile_in_memory()
594 RTE_LOG(DEBUG, EAL, "%s(): unlink() failed: %s\n", in alloc_seg()
648 RTE_LOG(DEBUG, EAL, "%s(): can't get IOVA addr\n", in alloc_seg()
664 RTE_LOG(DEBUG, EAL, "%s(): get_mempolicy: %s\n", in alloc_seg()
668 RTE_LOG(DEBUG, EAL, in alloc_seg()
751 RTE_LOG(DEBUG, EAL, "couldn't unmap page\n"); in free_seg()
[all …]

12345678910>>...17