Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_alloc (Results 1 – 25 of 80) sorted by relevance

1234

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c52 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 Dtest_table_ports.c53 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 Dtest_mbuf.c134 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 Dtest_dmadev.c104 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 Dpacket_burst_generator.c273 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 Dtest_reorder.c160 bufs[i] = rte_pktmbuf_alloc(p); in test_reorder_insert()
260 bufs[i] = rte_pktmbuf_alloc(p); in test_reorder_drain()
H A Dtest_cryptodev.c144 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 Dtest_table.h60 m = rte_pktmbuf_alloc(pool); \
H A Dtest_sched.c168 in_mbufs[i] = rte_pktmbuf_alloc(mp); in test_sched()
H A Dtest_cksum.c102 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_l4_cksum()
H A Dtest_cryptodev.h204 m = rte_pktmbuf_alloc(mbuf_pool); in create_segmented_mbuf()
/dpdk/lib/gso/
H A Dgso_common.c68 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 Drte_ipv6_fragmentation.c119 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 Drte_ipv4_fragmentation.c126 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 Dcomp_perf_test_common.c358 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 Drte_arp.c19 mbuf = rte_pktmbuf_alloc(mpool); in rte_net_make_rarp_packet()
/dpdk/lib/port/
H A Drte_swx_port_source_sink.c115 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 Drte_mbuf.c518 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 Dcxgbe_filter.c179 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 Dl2t.c65 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in write_l2e()
H A Dsmt.c39 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in write_smt_entry()
/dpdk/examples/vhost/
H A Dvirtio_net.c342 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 Dmlx5_rx.h505 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 Denet_rxtx.c42 new_mbuf = rte_pktmbuf_alloc(pool); in enetfec_recv_pkts()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c300 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()

1234