Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_sched.c2417 grinder->wrr_tokens[grinder->qpos] += in grinder_schedule()
2422 grinder->qmask &= ~(1 << grinder->qpos); in grinder_schedule()
2424 grinder->wrr_mask[grinder->qpos] = 0; in grinder_schedule()
2466 grinder->pcache_qmask[grinder->pcache_w] = w[0]; in grinder_pcache_populate()
2470 grinder->pcache_qmask[grinder->pcache_w] = w[1]; in grinder_pcache_populate()
2474 grinder->pcache_qmask[grinder->pcache_w] = w[2]; in grinder_pcache_populate()
2478 grinder->pcache_qmask[grinder->pcache_w] = w[3]; in grinder_pcache_populate()
2501 grinder->tccache_qmask[grinder->tccache_w] = b; in grinder_tccache_populate()
2516 if (grinder->tccache_r == grinder->tccache_w) in grinder_next_tc()
2524 grinder->qmask = grinder->tccache_qmask[grinder->tccache_r]; in grinder_next_tc()
[all …]
/dpdk/lib/table/
H A Drte_table_hash_lru.c40 struct grinder { struct
67 struct grinder grinders[RTE_PORT_IN_BURST_SIZE_MAX]; argument
651 struct grinder *g10, *g11; \
688 struct grinder *g20, *g21; \
733 struct grinder *g30, *g31; \
809 struct grinder *g = t->grinders; in rte_table_hash_lru_lookup()
H A Drte_table_hash_ext.c60 struct grinder { struct
88 struct grinder grinders[RTE_PORT_IN_BURST_SIZE_MAX];
713 struct grinder *g10, *g11; \
750 struct grinder *g20, *g21; \
795 struct grinder *g30, *g31; \
857 struct grinder *g = t->grinders; in rte_table_hash_ext_lookup()
/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst330 … | | | | processing. The grinder contains temporar…
447 …atency of the prefetch operations is to switch from the current pipe (in grinder A) to another pipe
448 (in grinder B) immediately after a prefetch is issued for the current pipe.
449 … the prefetch operation to complete before the execution switches back to this pipe (in grinder A).