diff options
Diffstat (limited to 'VNFs/DPPD-PROX/prox_cfg.h')
-rw-r--r-- | VNFs/DPPD-PROX/prox_cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/prox_cfg.h b/VNFs/DPPD-PROX/prox_cfg.h index a7d0e7ea..ed54ecc5 100644 --- a/VNFs/DPPD-PROX/prox_cfg.h +++ b/VNFs/DPPD-PROX/prox_cfg.h @@ -40,6 +40,7 @@ #define DSF_DISABLE_CMT 0x00002000 /* CMT disabled */ #define DSF_LIST_TASK_MODES 0x00004000 /* list supported task modes and exit */ #define DSF_ENABLE_BYPASS 0x00008000 /* Use Multi Producer rings to enable ring bypass */ +#define DSF_CTRL_PLANE_ENABLED 0x00010000 /* ctrl plane enabled */ #define MAX_PATH_LEN 1024 |