Home
last modified time | relevance | path

Searched refs:rx_to_tx_ring (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/dma/
H A Ddmafwd.c42 struct rte_ring *rx_to_tx_ring; member
446 nb_enq = rte_ring_enqueue_burst(rx_config->rx_to_tx_ring, in dma_rx_port()
470 nb_dq = rte_ring_dequeue_burst(tx_config->rx_to_tx_ring, in dma_tx_port()
843 cfg.ports[i].rx_to_tx_ring = rte_ring_create( in assign_rings()
847 if (cfg.ports[i].rx_to_tx_ring == NULL) in assign_rings()
1097 rte_ring_free(cfg.ports[i].rx_to_tx_ring); in main()
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst293 HW copy mode), the copied packets are enqueued to the ``rx_to_tx_ring``, which
297 dequeues copied packets from the ``rx_to_tx_ring``. Then each packet MAC address is changed