| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 51 mbuf[0] = (void *)rte_pktmbuf_alloc(pool); in test_port_ring_reader() 64 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_reader() 131 mbuf[0] = rte_pktmbuf_alloc(pool); in test_port_ring_writer() 146 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_writer() 162 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_writer() 176 mbuf[i] = rte_pktmbuf_alloc(pool); in test_port_ring_writer()
|
| H A D | test_mbuf.c | 135 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_with_non_ascii_data() 178 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_one_pktmbuf() 331 m = rte_pktmbuf_alloc(pktmbuf_pool); in testclone_testupdate_testdetach() 440 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_copy() 595 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_attach_from_different_pool() 1296 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_mbuf_linearize() 1720 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_mbuf_validate_tx_offload() 1927 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_read() 1975 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_read_from_offset() 2336 m = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_ext_shinfo_init_helper() [all …]
|
| H A D | packet_burst_generator.c | 271 pkt = rte_pktmbuf_alloc(mp); in generate_packet_burst() 282 pkt_seg->next = rte_pktmbuf_alloc(mp); in generate_packet_burst() 352 pkt = rte_pktmbuf_alloc(mp); in generate_packet_burst_proto() 363 pkt_seg->next = rte_pktmbuf_alloc(mp); in generate_packet_burst_proto()
|
| H A D | test_cryptodev.c | 135 struct rte_mbuf *m = rte_pktmbuf_alloc(mpool); in setup_test_string() 2704 ut_params->ibuf = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_snow3g_authentication() 2794 ut_params->ibuf = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_snow3g_authentication_verify() 2880 ut_params->ibuf = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_kasumi_authentication() 8015 buf->next = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_pdcp_proto_SGL() 8024 rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_pdcp_proto_SGL() 8057 rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_pdcp_proto_SGL() 11191 buf->next = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_AES_GMAC_authentication_SGL() 12472 buf->next = rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_authenticated_encryption_SGL() 12481 rte_pktmbuf_alloc(ts_params->mbuf_pool); in test_authenticated_encryption_SGL() [all …]
|
| H A D | test_reorder.c | 150 bufs[i] = rte_pktmbuf_alloc(p); in test_reorder_insert() 251 bufs[i] = rte_pktmbuf_alloc(p); in test_reorder_drain()
|
| H A D | test_table.h | 60 m = rte_pktmbuf_alloc(pool); \
|
| H A D | test_sched.c | 159 in_mbufs[i] = rte_pktmbuf_alloc(mp); in test_sched()
|
| H A D | test_cryptodev.h | 186 m = rte_pktmbuf_alloc(mbuf_pool); in create_segmented_mbuf()
|
| H A D | test_ipfrag.c | 192 struct rte_mbuf *b = rte_pktmbuf_alloc(pkt_pool); in test_ip_frag()
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 49 src = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 50 dst = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 101 srcs[i] = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 102 dsts[i] = rte_pktmbuf_alloc(pool); in test_enqueue_copies() 162 struct rte_mbuf *dst = rte_pktmbuf_alloc(pool); in test_enqueue_fill()
|
| /f-stack/dpdk/lib/librte_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()
|
| /f-stack/dpdk/lib/librte_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 | 120 out_pkt = rte_pktmbuf_alloc(pool_direct); in rte_ipv4_fragment_packet() 138 out_seg = rte_pktmbuf_alloc(pool_indirect); in rte_ipv4_fragment_packet()
|
| /f-stack/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()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_arp.c | 20 mbuf = rte_pktmbuf_alloc(mpool); in rte_net_make_rarp_packet()
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_swx_port_source_sink.c | 112 m = rte_pktmbuf_alloc(params->pool); in source_create() 150 m_dst = rte_pktmbuf_alloc(p->params.pool); in source_pkt_rx()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.c | 524 mc = rte_pktmbuf_alloc(mp); in rte_pktmbuf_clone() 539 (mi = rte_pktmbuf_alloc(mp)) != NULL); in rte_pktmbuf_clone() 607 mc = rte_pktmbuf_alloc(mp); in rte_pktmbuf_copy() 633 m_last = rte_pktmbuf_alloc(mp); in rte_pktmbuf_copy()
|
| /f-stack/lib/ |
| H A D | ff_memory.c | 407 p_head = rte_pktmbuf_alloc(mbuf_pool); in ff_bsd_to_rte() 417 cur = rte_pktmbuf_alloc(mbuf_pool); in ff_bsd_to_rte()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | virtio_net.c | 338 cur = rte_pktmbuf_alloc(mbuf_pool); in dequeue_pkt() 415 pkts[i] = rte_pktmbuf_alloc(mbuf_pool); in vs_dequeue_pkts()
|
| /f-stack/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 | smt.c | 39 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in write_smt_entry()
|
| H A D | l2t.c | 65 mbuf = rte_pktmbuf_alloc(ctrlq->mb_pool); in write_l2e()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 279 m = rte_pktmbuf_alloc(eventdev_test_mempool); in inject_events() 525 m = rte_pktmbuf_alloc(eventdev_test_mempool); in test_multi_queue_priority() 1353 m = rte_pktmbuf_alloc(eventdev_test_mempool); in worker_ordered_flow_producer()
|
| /f-stack/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()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_order_common.c | 45 m = rte_pktmbuf_alloc(pool); in order_producer()
|