cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v3] Expose RDS features via sysfs.
@ 2025-06-18  3:13 Konrad Rzeszutek Wilk
  2025-06-18  3:13 ` [PATCH net v3] rds: Expose feature parameters via sysfs (and ELF) Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2025-06-18  3:13 UTC (permalink / raw)
  To: allison.henderson, netdev, linux-rdma, rds-devel, tj, andrew
  Cc: hannes, mkoutny, cgroups

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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-19 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18  3:13 [PATCH net v3] Expose RDS features via sysfs Konrad Rzeszutek Wilk
2025-06-18  3:13 ` [PATCH net v3] rds: Expose feature parameters via sysfs (and ELF) Konrad Rzeszutek Wilk
2025-06-19  3:19   ` Allison Henderson
2025-06-19 14:14   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).