devlink_regionRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
5.4: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
5.8: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const struct devlink_region_ops *ops;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
5.11: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
5.13: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
5.15: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
5.19: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
6.2: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct mutex snapshot_lock;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
6.5: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct mutex snapshot_lock;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
6.8: ✅struct devlink_region {
struct devlink *devlink;
struct devlink_port *port;
struct list_head list;
const struct devlink_region_ops *ops;
const struct devlink_port_region_ops *port_ops;
struct mutex snapshot_lock;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
arm64: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
armhf: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
ppc64el: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
riscv64: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
aws: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
azure: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
gcp: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
lowlatency: ✅struct devlink_region {
struct devlink *devlink;
struct list_head list;
const char *name;
struct list_head snapshot_list;
u32 max_snapshots;
u32 cur_snapshots;
u64 size;
};
Regular
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️const struct devlink_region_ops *ops
const char *name
5.8 and 5.11 ⚠️struct devlink_port *port
const struct devlink_port_region_ops *port_ops
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️struct mutex snapshot_lock
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅