Home
last modified time | relevance | path

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

/dpdk/doc/guides/prog_guide/
H A Drib_lib.rst114 metrics, administrative distance and other routing protocol information.
H A Dring_lib.rst340 The code always maintains a distance between producer and consumer between 0 and size(ring)-1.
/dpdk/drivers/net/qede/base/
H A Decore_sriov.c3943 u32 prod, cons[MAX_NUM_EXT_VOQS], distance[MAX_NUM_EXT_VOQS], tmp; in ecore_iov_vf_flr_poll_pbf() local
3963 distance[voq] = prod - cons[voq]; in ecore_iov_vf_flr_poll_pbf()
3981 if (distance[voq] > tmp - cons[voq]) in ecore_iov_vf_flr_poll_pbf()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst363 * **ixgbe: Fixed TX hang when RS distance exceeds HW limit.**