Home
last modified time | relevance | path

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

/dpdk/drivers/event/dsw/
H A Ddsw_event.c449 int16_t source_port_load = port_loads[source_port_id]; in dsw_select_emigration_target() local
456 if (source_port_load < DSW_MIN_SOURCE_LOAD_FOR_MIGRATION) in dsw_select_emigration_target()
469 flow_load = dsw_flow_load(burst->count, source_port_load); in dsw_select_emigration_target()
480 weight = dsw_evaluate_migration(source_port_load, in dsw_select_emigration_target()
820 int16_t source_port_load; in dsw_port_consider_emigration() local
858 source_port_load = in dsw_port_consider_emigration()
860 if (source_port_load < DSW_MIN_SOURCE_LOAD_FOR_MIGRATION) { in dsw_port_consider_emigration()
863 DSW_LOAD_TO_PERCENT(source_port_load), in dsw_port_consider_emigration()