[rds-devel] [PATCH net v3] Expose RDS features via sysfs.
Konrad Rzeszutek Wilk
konrad.wilk at oracle.com
Wed Jun 18 03:13:08 UTC 2025
Hi folks,
Changelog:
+ Since v2:
- Changed it to use sysfs and expose a 'features' file with the data.
+ Since v3:
- Use a 'features' directory similar to ext4, btrfs and expose each feature.
- Expand on the Documentation
This patch addresses an issue where we have applications compiled against
against older (or newer) kernels. RDS does not have any ioctls to query
for what version of ABIs it has or what features it has. Hence this solution
that proposes to put this ABI information in sysfs space.
Documentation/ABI/stable/sysfs-transport-rds | 55 ++++++++++++++++++++++++
net/rds/af_rds.c | 62 +++++++++++++++++++++++++++-
2 files changed, 116 insertions(+), 1 deletion(-)
Konrad Rzeszutek Wilk (1):
rds: Expose feature parameters via sysfs (and ELF)
More information about the rds-devel
mailing list