Home
last modified time | relevance | path

Searched refs:rx_nseg (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c781 if (conf->rx_nseg != rxq_ctrl->rxseg_n) { in mlx5_shared_rxq_match()
786 for (i = 0; i < conf->rx_nseg; i++) { in mlx5_shared_rxq_match()
839 uint16_t n_seg = conf->rx_nseg; in mlx5_rx_queue_setup()
/dpdk/app/test-pmd/
H A Dtestpmd.c2585 rx_conf->rx_nseg = 0; in rx_queue_setup()
2608 rx_conf->rx_nseg = rx_pkt_nb_segs; in rx_queue_setup()
2613 rx_conf->rx_nseg = 0; in rx_queue_setup()
/dpdk/doc/guides/nics/
H A Dfeatures.rst183 * **[uses] rte_eth_rxconf**: ``rx_conf.rx_seg, rx_conf.rx_nseg``.
/dpdk/lib/ethdev/
H A Drte_ethdev.c1737 if (rx_conf != NULL && rx_conf->rx_nseg != 0) { in rte_eth_rx_queue_setup()
1772 if (rx_conf == NULL || rx_conf->rx_seg == NULL || rx_conf->rx_nseg == 0) { in rte_eth_rx_queue_setup()
1779 n_seg = rx_conf->rx_nseg; in rte_eth_rx_queue_setup()
H A Drte_ethdev.h1228 uint16_t rx_nseg; /**< Number of descriptions in rx_seg array. */ member
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst625 * Added fields ``rx_seg`` and ``rx_nseg`` to ``rte_eth_rxconf`` structure