| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 52 srcs[i] = rte_pktmbuf_alloc(pool); in do_multi_copies() 53 dsts[i] = rte_pktmbuf_alloc(pool); in do_multi_copies() 137 src = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 138 dst = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 193 src = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 194 dst = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 301 src = rte_pktmbuf_alloc(pool); in test_burst_capacity() 302 dst = rte_pktmbuf_alloc(pool); in test_burst_capacity() 373 srcs[j] = rte_pktmbuf_alloc(pool); in test_completion_status() 374 dsts[j] = rte_pktmbuf_alloc(pool); in test_completion_status() [all …]
|
| /dpdk/app/test/ |
| H A D | test_table_ports.c | 53 mbuf[0] = (void *)rte_pktmbuf_alloc(pool); in test_port_ring_reader() 66 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_reader() 133 mbuf[0] = rte_pktmbuf_alloc(pool); in test_port_ring_writer() 148 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_writer() 164 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_writer() 178 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_writer()
|
| H A D | test_mbuf.c | 134 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_with_non_ascii_data() 177 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_one_pktmbuf() 329 m = rte_pktmbuf_alloc(pktmbuf_pool); in testclone_testupdate_testdetach() 435 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_copy() 587 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_attach_from_different_pool() 1725 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_mbuf_validate_tx_offload() 1932 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_read() 1980 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_read_from_offset() 2722 m0 = rte_pktmbuf_alloc(pool); in test_nb_segs_and_next_reset() 2723 m1 = rte_pktmbuf_alloc(pool); in test_nb_segs_and_next_reset() [all …]
|
| H A D | test_dmadev.c | 104 srcs[i] = rte_pktmbuf_alloc(pool); in do_multi_copies() 105 dsts[i] = rte_pktmbuf_alloc(pool); in do_multi_copies() 188 src = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 189 dst = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 236 src = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 237 dst = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 593 srcs[i] = rte_pktmbuf_alloc(pool); in test_completion_status() 594 dsts[i] = rte_pktmbuf_alloc(pool); in test_completion_status() 637 dst = rte_pktmbuf_alloc(pool); in test_enqueue_fill() 683 src = rte_pktmbuf_alloc(pool); in test_burst_capacity() [all …]
|
| H A D | packet_burst_generator.c | 273 pkt = rte_pktmbuf_alloc(mp); in generate_packet_burst() 284 pkt_seg->next = rte_pktmbuf_alloc(mp); in generate_packet_burst() 354 pkt = rte_pktmbuf_alloc(mp); in generate_packet_burst_proto() 365 pkt_seg->next = rte_pktmbuf_alloc(mp); in generate_packet_burst_proto()
|
| H A D | test_reorder.c | 160 bufs[i] = rte_pktmbuf_alloc(p); in test_reorder_insert() 260 bufs[i] = rte_pktmbuf_alloc(p); in test_reorder_drain()
|
| H A D | test_cryptodev.c | 144 struct rte_mbuf *m = rte_pktmbuf_alloc(mpool); in setup_test_string() 3156 ut_params->ibuf = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_snow3g_authentication() 3246 ut_params->ibuf = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_snow3g_authentication_verify() 3332 ut_params->ibuf = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_kasumi_authentication() 8631 buf->next = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_pdcp_proto_SGL() 8640 rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_pdcp_proto_SGL() 8673 rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_pdcp_proto_SGL() 13112 buf->next = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_AES_GMAC_authentication_SGL() 14411 buf->next = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_authenticated_encryption_SGL() 14420 rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_authenticated_encryption_SGL() [all …]
|
| H A D | test_table.h | 60 m = rte_pktmbuf_alloc(pool); \
|
| H A D | test_sched.c | 168 in_mbufs[i] = rte_pktmbuf_alloc(mp); in test_sched()
|
| H A D | test_cksum.c | 102 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_l4_cksum()
|
| H A D | test_cryptodev.h | 204 m = rte_pktmbuf_alloc(mbuf_pool); in create_segmented_mbuf()
|
| /dpdk/lib/gso/ |
| H A D | gso_common.c | 68 hdr_segment = rte_pktmbuf_alloc(direct_pool); in gso_do_segment() 82 pyld_segment = rte_pktmbuf_alloc(indirect_pool); in gso_do_segment()
|
| /dpdk/lib/ip_frag/ |
| H A D | rte_ipv6_fragmentation.c | 119 out_pkt = rte_pktmbuf_alloc(pool_direct); in rte_ipv6_fragment_packet() 139 out_seg = rte_pktmbuf_alloc(pool_indirect); in rte_ipv6_fragment_packet()
|
| H A D | rte_ipv4_fragmentation.c | 126 out_pkt = rte_pktmbuf_alloc(pool_direct); in rte_ipv4_fragment_packet() 144 out_seg = rte_pktmbuf_alloc(pool_indirect); in rte_ipv4_fragment_packet()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_common.c | 358 rte_pktmbuf_alloc(mem->decomp_buf_pool); in prepare_bufs() 393 rte_pktmbuf_alloc(mem->decomp_buf_pool); in prepare_bufs() 435 rte_pktmbuf_alloc(mem->comp_buf_pool); in prepare_bufs() 461 rte_pktmbuf_alloc(mem->comp_buf_pool); in prepare_bufs()
|
| /dpdk/lib/net/ |
| H A D | rte_arp.c | 19 mbuf = rte_pktmbuf_alloc(mpool); in rte_net_make_rarp_packet()
|
| /dpdk/lib/port/ |
| H A D | rte_swx_port_source_sink.c | 115 m = rte_pktmbuf_alloc(params->pool); in source_create() 155 m_dst = rte_pktmbuf_alloc(p->params.pool); in source_pkt_rx()
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.c | 518 mc = rte_pktmbuf_alloc(mp); in rte_pktmbuf_clone() 533 (mi = rte_pktmbuf_alloc(mp)) != NULL); in rte_pktmbuf_clone() 601 mc = rte_pktmbuf_alloc(mp); in rte_pktmbuf_copy() 627 m_last = rte_pktmbuf_alloc(mp); in rte_pktmbuf_copy()
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 179 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in set_tcb_field() 457 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in cxgbe_del_hash_filter() 676 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in cxgbe_set_hash_filter() 691 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in cxgbe_set_hash_filter() 758 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in del_filter_wr() 788 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in set_filter_wr()
|
| H A D | l2t.c | 65 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in write_l2e()
|
| H A D | smt.c | 39 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in write_smt_entry()
|
| /dpdk/examples/vhost/ |
| H A D | virtio_net.c | 342 cur = rte_pktmbuf_alloc(mbuf_pool); in dequeue_pkt() 419 pkts[i] = rte_pktmbuf_alloc(mbuf_pool); in vs_dequeue_pkts()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rx.h | 505 rte_pktmbuf_alloc(rxq->mp); in mprq_buf_to_pkt() 568 rte_pktmbuf_alloc(rxq->mp); in mprq_buf_to_pkt()
|
| /dpdk/drivers/net/enetfec/ |
| H A D | enet_rxtx.c | 42 new_mbuf = rte_pktmbuf_alloc(pool); in enetfec_recv_pkts()
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev_selftest.c | 300 m = rte_pktmbuf_alloc(eventdev_test_mempool); in inject_events() 539 m = rte_pktmbuf_alloc(eventdev_test_mempool); in test_multi_queue_priority() 1361 m = rte_pktmbuf_alloc(eventdev_test_mempool); in worker_ordered_flow_producer()
|