nvm_ch_mapRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: ✅struct nvm_ch_map {
int ch_off;
int nr_luns;
int *lun_offs;
};
4.15: ✅struct nvm_ch_map {
int ch_off;
int nr_luns;
int *lun_offs;
};
4.18: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.0: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.3: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.4: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.8: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.11: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.13: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
armhf: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
ppc64el: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
riscv64: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
aws: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
azure: Absent ⚠️
gcp: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
lowlatency: ✅struct nvm_ch_map {
int ch_off;
int num_lun;
int *lun_offs;
};
Regular
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️int num_lun
int nr_luns
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and gcp ✅
generic and lowlatency ✅