Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dmain.c36 uint32_t rx_idx = 0; in app_main_loop() local
60 rx_confs[rx_idx++] = &flow->rx_thread; in app_main_loop()
99 for (i = 0; i < rx_idx; i++) { in app_main_loop()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c900 int rx_idx = vring_id % 2 ? (vring_id - 1) >> 1 : -1; in vring_conf_update() local
907 if (rx_idx >= 0 && rx_idx < eth_dev->data->nb_rx_queues && in vring_conf_update()
917 eth_dev->intr_handle->efds[rx_idx] = vring.kickfd; in vring_conf_update()
919 vq = eth_dev->data->rx_queues[rx_idx]; in vring_conf_update()
921 VHOST_LOG(ERR, "rxq%d is not setup yet\n", rx_idx); in vring_conf_update()
927 ret = eth_vhost_update_intr(eth_dev, rx_idx); in vring_conf_update()