SchedIsolator의 변경 제안 (CoreIsolator) #31
Labels
algorithm
Anything related to the controller algorithm
bug
Something isn't working
enhancement
New feature or request
현재
SchedIsolator
는 원래의 Naming 컨벤션(Resource이름과 Isolator를 결합하는 방식)과 충돌하는 경향이 있음따라서, 이름을 CoreIsolator로 변경하고자 함.
그리고 현재 하드코딩되어 있는 부분은 2개 워크로드를 가정하여, BG 워크로드의 성능만을 변경하기 위해서 되어있음. 따라서 하드코딩된 부분을 없앰과 동시에 FG, BG 워크로드 동시에 코어할당을 조절해줄 수 있는 Isolator로 기능을 업그레이드하는 방향으로 고칠 필요가 있음.
CoreIsolator
변경 제안cur_step
으로 되어있는 부분을 제거하고,cpuset
개념으로 하여strengthen
과weaken
및 관련 코드들을 변경구현The text was updated successfully, but these errors were encountered: