From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sagi Grimberg Subject: Re: [PATCH 23/24] ibnbd: a bit of documentation Date: Mon, 5 Feb 2018 16:16:02 +0200 Message-ID: References: <20180202140904.2017-1-roman.penyaev@profitbricks.com> <20180202140904.2017-24-roman.penyaev@profitbricks.com> <1517586918.2675.3.camel@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-block-owner@vger.kernel.org To: Roman Penyaev , Bart Van Assche Cc: "linux-block@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "danil.kipnis@profitbricks.com" , "hch@infradead.org" , "ogerlitz@mellanox.com" , "jinpu.wang@profitbricks.com" , "axboe@kernel.dk" List-Id: linux-rdma@vger.kernel.org > /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).