Home
last modified time | relevance | path

Searched refs:routed (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_repr_proxy.c223 for (i = rp_rxq->routed; in sfc_repr_proxy_rx_route()
225 i++, rp_rxq->routed++) { in sfc_repr_proxy_rx_route()
261 rp_rxq->routed - rp_rxq->forwarded, NULL); in sfc_repr_proxy_rx_forward()
264 rp_rxq->forwarded = rp_rxq->routed; in sfc_repr_proxy_rx_forward()
268 if (rp_rxq->forwarded == rp_rxq->routed) { in sfc_repr_proxy_rx_forward()
277 rp_rxq->available = rp_rxq->forwarded = rp_rxq->routed = 0; in sfc_repr_proxy_rx_forward()
671 rxq->routed = 0; in sfc_repr_proxy_rxq_start()
H A Dsfc_repr_proxy.h85 unsigned int routed; member
/dpdk/drivers/common/cnxk/
H A Droc_dev.c218 int offset, routed = 0; in vf_pf_process_msgs() local
270 routed++; in vf_pf_process_msgs()
275 if (routed > 0) { in vf_pf_process_msgs()
277 dev->pf, routed, vf); in vf_pf_process_msgs()
278 af_pf_wait_msg(dev, vf, routed); in vf_pf_process_msgs()
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst303 …he packets are read from the rings in as big of bursts as possible, then routed out to a different…
305 Similarly, packets are routed between the 3rd and 4th network ports and so on.