Searched refs:share_group (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 155 if (rxq_ctrl->share_group == 0) in rxq_alloc_elts_sprq() 161 rxq_ctrl->share_group, in rxq_alloc_elts_sprq() 208 if (rxq_ctrl->share_group == 0) in rxq_alloc_elts_sprq() 227 if (rxq_ctrl->share_group == 0) in rxq_alloc_elts_sprq() 232 rxq_ctrl->share_group, rxq_ctrl->share_qid); in rxq_alloc_elts_sprq() 308 if (rxq_ctrl->share_group == 0) in rxq_free_elts_sprq() 313 rxq_ctrl->share_group, rxq_ctrl->share_qid, q_n); in rxq_free_elts_sprq() 716 if (rxq_ctrl->share_group == group && in mlx5_shared_rxq_get() 876 if (conf->share_group > 0) { in mlx5_rx_queue_setup() 1939 if (conf->share_group > 0) { in mlx5_rxq_new() [all …]
|
| H A D | mlx5_rx.h | 156 uint32_t share_group; /* Group ID of shared RXQ. */ member
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 3668 if (rx_conf->share_group > 0) in rxtx_config_display() 3670 rx_conf->share_group, in rxtx_config_display() 3853 uint32_t share_group, queueid_t share_rxq) in fwd_stream_on_other_lcores() argument 3876 == 0 || rxq_conf->share_group == 0) in fwd_stream_on_other_lcores() 3881 if (rxq_conf->share_group != share_group) in fwd_stream_on_other_lcores() 3886 share_group, share_rxq); in fwd_stream_on_other_lcores() 3936 == 0 || rxq_conf->share_group == 0) in pkt_fwd_shared_rxq_check() 3944 rxq_conf->share_group, in pkt_fwd_shared_rxq_check()
|
| H A D | testpmd.c | 3677 port->rx_conf[qid].share_group = pid / rxq_share + 1; in rxtx_port_config()
|
| /dpdk/doc/guides/nics/ |
| H A D | features.rst | 630 * **[uses] rte_eth_rxconf**: ``share_group``, ``share_qid``.
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 1235 uint16_t share_group; member
|
| H A D | rte_ethdev.c | 1859 if (local_conf.share_group > 0 && in rte_eth_rx_queue_setup() 1863 port_id, rx_queue_id, local_conf.share_group); in rte_eth_rx_queue_setup()
|