[DNM] Add log for packing
This commit is contained in:
parent
cbdb399e6d
commit
72e86f5ef6
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ static void move_candidate_irqs_packing(GList *irqs, struct topo_obj *obj, struc
|
|||
|
||||
if (lb_info->adjustment_load >= obj->max_load / 10 * 9) {
|
||||
lb_info->adjustment_load -= info->load;
|
||||
log(TO_CONSOLE, LOG_INFO, "Selecting irq %d for rebalancing via packing\n", info->irq);
|
||||
migrate_irq(&info->assigned_obj->interrupts, &rebalance_irq_list, info);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue