sfp_socket_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct sfp_socket_ops {
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
5.0: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
5.3: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
5.4: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
5.8: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
5.11: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
5.13: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *);
};
5.15: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *);
};
5.19: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *);
};
6.2: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *);
};
6.5: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
void (*set_signal_rate)(struct sfp *, unsigned int);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *);
};
6.8: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
void (*set_signal_rate)(struct sfp *, unsigned int);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *);
};
arm64: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
armhf: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
ppc64el: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
riscv64: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
aws: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
azure: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
gcp: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
lowlatency: ✅struct sfp_socket_ops {
void (*attach)(struct sfp *);
void (*detach)(struct sfp *);
void (*start)(struct sfp *);
void (*stop)(struct sfp *);
int (*module_info)(struct sfp *, struct ethtool_modinfo *);
int (*module_eeprom)(struct sfp *, struct ethtool_eeprom *, u8 *);
};
Regular
4.18 and 5.0 ⚠️void (*attach)(struct sfp *)
void (*detach)(struct sfp *)
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 ⚠️int (*module_eeprom_by_page)(struct sfp *, const struct ethtool_module_eeprom *, struct netlink_ext_ack *)
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️void (*set_signal_rate)(struct sfp *, unsigned int)
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 ✅