diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2019-08-28 08:34:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-08-28 08:34:43 +0000 |
commit | 9033cadea78ca28c726323cb8334c7206fe51c22 (patch) | |
tree | 8e353dddb2ea412739cf4f3f7ce2a5333ecf6550 /VNFs/DPPD-PROX/lconf.h | |
parent | 3a485129aaebd9190c55fdb91e0a49db2872f543 (diff) | |
parent | 9ada1609d84cc954c9235e6bd056850c10dfccc5 (diff) |
Merge "Add option to change scheduler policy to SCHED_RR and increase scheduler priority"
Diffstat (limited to 'VNFs/DPPD-PROX/lconf.h')
-rw-r--r-- | VNFs/DPPD-PROX/lconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/lconf.h b/VNFs/DPPD-PROX/lconf.h index 4bfa705d..8ac1112e 100644 --- a/VNFs/DPPD-PROX/lconf.h +++ b/VNFs/DPPD-PROX/lconf.h @@ -52,6 +52,7 @@ struct lconf_msg { #define LCONF_FLAG_TX_DISTR_ACTIVE 0x00000004 #define LCONF_FLAG_RX_BW_ACTIVE 0x00000008 #define LCONF_FLAG_TX_BW_ACTIVE 0x00000010 +#define LCONF_FLAG_SCHED_RR 0x00000020 struct lcore_cfg { /* All tasks running at the moment. This is empty when the core is stopped. */ |