From ba187a47302a587ca24a448bde6f29a27f2de4ed Mon Sep 17 00:00:00 2001 From: softkiller Date: Mon, 6 Jul 2020 11:08:44 +0800 Subject: [PATCH] add evolution strategy --- irqbalance.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/irqbalance.yaml b/irqbalance.yaml index 378879f..dc192f1 100644 --- a/irqbalance.yaml +++ b/irqbalance.yaml @@ -2,3 +2,8 @@ version_control: github src_repo: Irqbalance/irqbalance tag_prefix: "^v" seperator: "." + +remark: > + The irqbalance evolution strategy is to promote two major features to the community and delete other non-key features through negotiation. + Hot swap feature, after a new device is inserted, it must be quickly detected. Incremental balancing is performed only on the new device. + The partition balancing feature enables fast detection of interrupt partition changes and rebalancing based on the interrupt partition granularity.