From d71058a87d0fcad423a4fb0a0f7de739a718307c Mon Sep 17 00:00:00 2001 From: Zheng Zucheng Date: Thu, 8 Sep 2022 07:40:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/docs/Releasenotes/=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E7=89=B9=E6=80=A7.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zheng Zucheng --- .../\345\205\263\351\224\256\347\211\271\346\200\247.md" | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git "a/docs/zh/docs/Releasenotes/\345\205\263\351\224\256\347\211\271\346\200\247.md" "b/docs/zh/docs/Releasenotes/\345\205\263\351\224\256\347\211\271\346\200\247.md" index a2869c4bb..ff071789a 100644 --- "a/docs/zh/docs/Releasenotes/\345\205\263\351\224\256\347\211\271\346\200\247.md" +++ "b/docs/zh/docs/Releasenotes/\345\205\263\351\224\256\347\211\271\346\200\247.md" @@ -97,4 +97,9 @@ NestOS是一款在openEuler社区CloudNative sig组孵化的云底座操作系 - **DDE版本升级**,新增支持画板、音乐和影院应用。 - **UKUI版本升级**,新增中文输入法和多媒体支持。 - **kiran-desktop*,支持麒麟信安桌面系统。 -- **GNOME**,支持GNOME桌面系统。 \ No newline at end of file +- **GNOME**,支持GNOME桌面系统。 + +## 可编程调度框架Piying +Piying是基于eBPF的可编程调度框架,支持内核调度器动态扩展调度策略,以满足不同负载的性能需求。 +- **标签管理机制**,开放对任务和任务组进行标签标记的能力,用户和内核子系统可通过接口对特定工作负载进行标记,调度器通过标签可以感知特定工作负载的任务。 +- **支持抢占、选核、选任务等功能点的策略扩展**,可编程调度框架支持CFS调度类抢占,选核,选任务等功能的策略扩展,提供精心设计的扩展点和丰富的辅助方法,帮助用户简单,高效的扩展策略。 \ No newline at end of file -- Gitee