Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c40 struct rte_ring *rx_to_tx_ring; member
426 rx_config->rx_to_tx_ring, in ioat_rx_port()
457 tx_config->rx_to_tx_ring, (void *)mbufs_dst, in ioat_tx_port()
782 cfg.ports[i].rx_to_tx_ring = rte_ring_create( in assign_rings()
786 if (cfg.ports[i].rx_to_tx_ring == NULL) in assign_rings()
1011 rte_ring_free(cfg.ports[i].rx_to_tx_ring); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst238 cfg.ports[i].rx_to_tx_ring = rte_ring_create(
242 if (cfg.ports[i].rx_to_tx_ring == NULL)
418 rx_config->rx_to_tx_ring,
517 /* Deque the mbufs from rx_to_tx_ring. */
519 tx_config->rx_to_tx_ring, (void *)mbufs_dst,