From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V2 net-next 15/15] smc: proc-fs interface for smc connections Date: Tue, 27 Sep 2016 22:27:41 -0400 (EDT) Message-ID: <20160927.222741.584893707513031004.davem@davemloft.net> References: <20160927164156.26184-1-ubraun@linux.vnet.ibm.com> <20160927164156.26184-16-ubraun@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160927164156.26184-16-ubraun@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-Archive: List-Post: To: ubraun@linux.vnet.ibm.com Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, utz.bacher@de.ibm.com List-ID: From: Ursula Braun Date: Tue, 27 Sep 2016 18:41:56 +0200 > Maintain a list of SMC sockets and display important SMC socket > information in /proc/net/smc. > > Signed-off-by: Ursula Braun Dumping internal tables and information via /procfs is strongly deprecated. Please use a more modern mechanism (such as netlink) to expose this information to the user. You'll be most likely to succeed in your submission if you make use of or design a generic facility that allows other drivers similar to your's to provide this kind of information as well. I'm sorry if this is frustrating, but this is a huge piece of infrastructure, therefore you can expect lots of pieces to get feedback and require changes like this.