add flag to indicate memory is already pinned
This commit was SVN r6066.
Этот коммит содержится в:
родитель
406679cb20
Коммит
2b756307af
@ -178,9 +178,12 @@ typedef struct mca_bmi_base_descriptor_t mca_bmi_base_descriptor_t;
|
||||
OBJ_CLASS_DECLARATION(mca_bmi_base_descriptor_t);
|
||||
|
||||
|
||||
#define MCA_BMI_DES_FLAGS_BMI 0x0001
|
||||
#define MCA_BMI_DES_FLAGS_PML 0x0002
|
||||
#define MCA_BMI_DES_FLAGS_PRIORITY 0x0004
|
||||
#define MCA_BMI_DES_FLAGS_PINNED 0x0001
|
||||
#define MCA_BMI_DES_FLAGS_PRIORITY 0x0002
|
||||
|
||||
/**
|
||||
* Maximum number of allowed segments
|
||||
*/
|
||||
#define MCA_BMI_DES_MAX_SEGMENTS 16
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user