Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c2416 grinder->wrr_tokens[grinder->qpos] += in grinder_schedule()
2423 grinder->qmask &= ~(1 << grinder->qpos); in grinder_schedule()
2425 grinder->wrr_mask[grinder->qpos] = 0; in grinder_schedule()
2507 grinder->pcache_qmask[grinder->pcache_w] = w[0]; in grinder_pcache_populate()
2511 grinder->pcache_qmask[grinder->pcache_w] = w[1]; in grinder_pcache_populate()
2515 grinder->pcache_qmask[grinder->pcache_w] = w[2]; in grinder_pcache_populate()
2519 grinder->pcache_qmask[grinder->pcache_w] = w[3]; in grinder_pcache_populate()
2542 grinder->tccache_qmask[grinder->tccache_w] = b; in grinder_tccache_populate()
2557 if (grinder->tccache_r == grinder->tccache_w) in grinder_next_tc()
2565 grinder->qmask = grinder->tccache_qmask[grinder->tccache_r]; in grinder_next_tc()
[all …]
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_lru.c42 struct grinder { struct
69 struct grinder grinders[RTE_PORT_IN_BURST_SIZE_MAX]; argument
653 struct grinder *g10, *g11; \
690 struct grinder *g20, *g21; \
735 struct grinder *g30, *g31; \
811 struct grinder *g = t->grinders; in rte_table_hash_lru_lookup()
H A Drte_table_hash_ext.c62 struct grinder { struct
90 struct grinder grinders[RTE_PORT_IN_BURST_SIZE_MAX];
715 struct grinder *g10, *g11; \
752 struct grinder *g20, *g21; \
797 struct grinder *g30, *g31; \
859 struct grinder *g = t->grinders; in rte_table_hash_ext_lookup()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst329 … | | | | processing. The grinder contains temporar…
446 …atency of the prefetch operations is to switch from the current pipe (in grinder A) to another pipe
447 (in grinder B) immediately after a prefetch is issued for the current pipe.
448 … the prefetch operation to complete before the execution switches back to this pipe (in grinder A).