From 67c0395c6566b87e65ebecd4bbfb4f8240b6c047 Mon Sep 17 00:00:00 2001 From: edwardcaoyue Date: Thu, 26 Oct 2023 16:36:57 +0800 Subject: [PATCH] modify qos level limit Signed-off-by: edwardcaoyue --- qos_auth/include/qos_ctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qos_auth/include/qos_ctrl.h b/qos_auth/include/qos_ctrl.h index 95c297d..0840821 100644 --- a/qos_auth/include/qos_ctrl.h +++ b/qos_auth/include/qos_ctrl.h @@ -30,8 +30,8 @@ enum qos_ctrl_cmdid { _IOWR(QOS_CTRL_IPC_MAGIG, QOS_POLICY, struct qos_policy_datas) #define NO_QOS -1 -#define NR_QOS 6 -#define NR_RT_QOS 1 +#define NR_QOS 7 +#define NR_RT_QOS 2 #define MIN_RT_QOS_LEVEL (NR_QOS - NR_RT_QOS) #define QOS_NUM_MAX 2000 -- Gitee