| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_common.c | 153 mem->comp_memzones = rte_zmalloc_socket(NULL, in comp_perf_allocate_external_mbufs() 163 mem->decomp_memzones = rte_zmalloc_socket(NULL, in comp_perf_allocate_external_mbufs() 173 mem->comp_buf_infos = rte_zmalloc_socket(NULL, in comp_perf_allocate_external_mbufs() 183 mem->decomp_buf_infos = rte_zmalloc_socket(NULL, in comp_perf_allocate_external_mbufs() 294 mem->compressed_data = rte_zmalloc_socket(NULL, in comp_perf_allocate_memory() 307 mem->decompressed_data = rte_zmalloc_socket(NULL, in comp_perf_allocate_memory() 316 mem->comp_bufs = rte_zmalloc_socket(NULL, in comp_perf_allocate_memory() 325 mem->decomp_bufs = rte_zmalloc_socket(NULL, in comp_perf_allocate_memory()
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 247 qp = rte_zmalloc_socket("Isa-l compression PMD Queue Pair", sizeof(*qp), in isal_comp_pmd_qp_setup() 255 qp->stream = rte_zmalloc_socket("Isa-l compression stream ", in isal_comp_pmd_qp_setup() 263 qp->stream->level_buf = rte_zmalloc_socket("Isa-l compression lev_buf", in isal_comp_pmd_qp_setup() 272 qp->state = rte_zmalloc_socket("Isa-l decompression state", in isal_comp_pmd_qp_setup()
|
| /dpdk/app/test/ |
| H A D | virtual_pmd.c | 111 rx_q = (struct virtual_ethdev_queue *)rte_zmalloc_socket(NULL, in virtual_ethdev_rx_queue_setup_success() 143 tx_q = (struct virtual_ethdev_queue *)rte_zmalloc_socket(NULL, in virtual_ethdev_tx_queue_setup_success() 518 pci_dev = rte_zmalloc_socket(name, sizeof(*pci_dev), 0, socket_id); in virtual_ethdev_create() 522 pci_drv = rte_zmalloc_socket(name, sizeof(*pci_drv), 0, socket_id); in virtual_ethdev_create() 526 id_table = rte_zmalloc_socket(name, sizeof(*id_table), 0, socket_id); in virtual_ethdev_create() 531 dev_private = rte_zmalloc_socket(name, sizeof(*dev_private), 0, socket_id); in virtual_ethdev_create()
|
| /dpdk/lib/port/ |
| H A D | rte_port_source_sink.c | 88 port->pkt_len = rte_zmalloc_socket("PCAP", in pcap_source_load() 102 port->pkts = rte_zmalloc_socket("PCAP", in pcap_source_load() 128 buff = rte_zmalloc_socket("PCAP", in pcap_source_load() 207 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_source_create() 459 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_sink_create()
|
| H A D | rte_port_kni.c | 49 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_kni_reader_create() 146 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_kni_writer_create() 323 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_kni_writer_nodrop_create()
|
| H A D | rte_port_fd.c | 63 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_fd_reader_create() 179 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_fd_writer_create() 352 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_fd_writer_nodrop_create()
|
| H A D | rte_port_ethdev.c | 51 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_ethdev_reader_create() 150 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_ethdev_writer_create() 331 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_ethdev_writer_nodrop_create()
|
| H A D | rte_port_sched.c | 48 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_sched_reader_create() 147 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_sched_writer_create()
|
| H A D | rte_port_sym_crypto.c | 52 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_sym_crypto_reader_create() 175 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_sym_crypto_writer_create() 361 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_sym_crypto_writer_nodrop_create()
|
| H A D | rte_port_eventdev.c | 53 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_eventdev_reader_create() 163 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_eventdev_writer_create() 370 port = rte_zmalloc_socket("PORT", sizeof(*port), in rte_port_eventdev_writer_nodrop_create()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sad.c | 92 cache->v4 = rte_zmalloc_socket(NULL, cache_mem_sz, in ipsec_sad_lcore_cache_init() 97 cache->v6 = rte_zmalloc_socket(NULL, cache_mem_sz, in ipsec_sad_lcore_cache_init()
|
| /dpdk/app/test-eventdev/ |
| H A D | test_order_common.c | 150 test_order = rte_zmalloc_socket(test->name, sizeof(struct test_order), in order_test_setup() 173 t->producer_flow_seq = rte_zmalloc_socket("test_producer_flow_seq", in order_test_setup() 182 t->expected_flow_seq = rte_zmalloc_socket("test_expected_flow_seq", in order_test_setup()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.c | 150 txq = rte_zmalloc_socket("bnxt_tx_queue", sizeof(struct bnxt_tx_queue), in bnxt_tx_queue_setup_op() 160 txq->free = rte_zmalloc_socket(NULL, in bnxt_tx_queue_setup_op()
|
| H A D | bnxt_reps.c | 600 rxr = rte_zmalloc_socket("bnxt_rep_rx_ring", in bnxt_init_rep_rx_ring() 607 ring = rte_zmalloc_socket("bnxt_rep_rx_ring_struct", in bnxt_init_rep_rx_ring() 667 rxq = rte_zmalloc_socket("bnxt_vfr_rx_queue", in bnxt_rep_rx_queue_setup_op() 683 buf_ring = rte_zmalloc_socket("bnxt_rx_vfr_buf_ring", in bnxt_rep_rx_queue_setup_op() 767 vfr_txq = rte_zmalloc_socket("bnxt_vfr_tx_queue", in bnxt_rep_tx_queue_setup_op() 774 txq = rte_zmalloc_socket("bnxt_tx_queue", in bnxt_rep_tx_queue_setup_op()
|
| H A D | bnxt_txr.c | 66 txr = rte_zmalloc_socket("bnxt_tx_ring", in bnxt_init_tx_ring_struct() 73 ring = rte_zmalloc_socket("bnxt_tx_ring_struct", in bnxt_init_tx_ring_struct() 87 cpr = rte_zmalloc_socket("bnxt_tx_ring", in bnxt_init_tx_ring_struct() 94 ring = rte_zmalloc_socket("bnxt_tx_ring_struct", in bnxt_init_tx_ring_struct()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 252 queue = rte_zmalloc_socket("Ark_txqueue", in eth_ark_tx_queue_setup() 273 rte_zmalloc_socket("Ark_txqueue meta", in eth_ark_tx_queue_setup() 278 rte_zmalloc_socket("Ark_txqueue bufs", in eth_ark_tx_queue_setup()
|
| /dpdk/lib/gro/ |
| H A D | gro_tcp4.c | 26 tbl = rte_zmalloc_socket(__func__, in gro_tcp4_tbl_create() 34 tbl->items = rte_zmalloc_socket(__func__, in gro_tcp4_tbl_create() 45 tbl->flows = rte_zmalloc_socket(__func__, in gro_tcp4_tbl_create()
|
| H A D | gro_udp4.c | 26 tbl = rte_zmalloc_socket(__func__, in gro_udp4_tbl_create() 34 tbl->items = rte_zmalloc_socket(__func__, in gro_udp4_tbl_create() 45 tbl->flows = rte_zmalloc_socket(__func__, in gro_udp4_tbl_create()
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_vdev.h | 43 eth_dev->data->dev_private = rte_zmalloc_socket(name, in rte_eth_vdev_allocate()
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_pmd_vdev.h | 60 rte_zmalloc_socket("eventdev device private", in rte_event_pmd_vdev_init()
|
| /dpdk/lib/table/ |
| H A D | rte_table_stub.c | 38 stub = rte_zmalloc_socket("TABLE", size, RTE_CACHE_LINE_SIZE, in rte_table_stub_create()
|
| /dpdk/drivers/event/sw/ |
| H A D | event_ring.h | 41 retval = rte_zmalloc_socket(NULL, memsize, 0, socket_id); in rob_ring_create()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_malloc.h | 217 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket)
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 109 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket) in rte_zmalloc_socket() function 140 return rte_zmalloc_socket(type, size, align, SOCKET_ID_ANY); in rte_zmalloc() 149 return rte_zmalloc_socket(type, num * size, align, socket); in rte_calloc_socket()
|
| /dpdk/drivers/baseband/null/ |
| H A D | bbdev_null.c | 117 q = rte_zmalloc_socket(RTE_STR(DRIVER_NAME), sizeof(*q), in q_setup() 270 bbdev->data->dev_private = rte_zmalloc_socket(name, in null_bbdev_create()
|