Searched refs:rx_to_tx_ring (Results 1 – 2 of 2) sorted by relevance
42 struct rte_ring *rx_to_tx_ring; member446 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()
293 HW copy mode), the copied packets are enqueued to the ``rx_to_tx_ring``, which297 dequeues copied packets from the ``rx_to_tx_ring``. Then each packet MAC address is changed