Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c515 int32_t sched_quanta = sw->sched_quanta; in sw_event_schedule() local
546 (int)in_pkts_this_iteration < sched_quanta); in sw_event_schedule()
554 } while ((int)out_pkts_total < sched_quanta); in sw_event_schedule()
H A Dsw_evdev.c994 int sched_quanta = SW_DEFAULT_SCHED_QUANTA; in sw_probe() local
1021 set_sched_quanta, &sched_quanta); in sw_probe()
1078 name, socket_id, sched_quanta, credit_quanta, in sw_probe()
1103 sw->sched_quanta = sched_quanta; in sw_probe()
H A Dsw_evdev.h258 int32_t sched_quanta; member
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst64 --vdev="event_sw0,sched_quanta=64"