Re: [PATCH 23/24] ibnbd: a bit of documentation
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2018-02-05 14:16:02
Also in:
linux-rdma
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2018-02-05 14:16:02
Also in:
linux-rdma
/sys/kernel was chosen ages ago and I completely forgot to move it to configfs. IBTRS is not a block device, so for some read-only entries (statistics or states) something else should be probably used, not configfs. Or it is fine to read state of the connection from configfs? For me sounds a bit weird.
Configs go via configfs, states and alike go to sysfs (but you need your own class device).