From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ale.deltatee.com (ale.deltatee.com. [207.54.116.67]) by gmr-mx.google.com with ESMTPS id 129si520704ith.2.2017.06.29.12.00.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jun 2017 12:00:19 -0700 (PDT) References: <20170629032648.3073-1-logang@deltatee.com> <20170629032648.3073-7-logang@deltatee.com> <000301d2f103$3310ca60$99325f20$@dell.com> From: Logan Gunthorpe Message-ID: <079047c1-6612-2814-e147-844fabd56b75@deltatee.com> Date: Thu, 29 Jun 2017 13:00:06 -0600 MIME-Version: 1.0 In-Reply-To: <000301d2f103$3310ca60$99325f20$@dell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 06/16] ntb: add check and comment for link up to mw_count and mw_get_align To: Allen Hubbe , linux-ntb@googlegroups.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Cc: 'Jon Mason' , 'Dave Jiang' , 'Bjorn Helgaas' , 'Greg Kroah-Hartman' , 'Kurt Schwemmer' , 'Stephen Bates' , 'Serge Semin' List-ID: On 6/29/2017 12:11 PM, Allen Hubbe wrote: > Nak. This breaks a work around for stability issues on some hardware. I am ok with changing the comment to say, this is only supported when called after link up. I would still like to allow these to be called at any time. Specific hardware drivers like Switchtec may return an error. Upstream drivers, of course, should call these after link up: patch 5/16 part of this set looks good. If absolutely necessary I can leave this out. But in terms of interface design it's _so_ much better to have it in. This change would bring the score from a 3 to a 5 on Rusty Russel's Hard to Misuse ranking[1]. To quote Rusty: "3. Read the documentation and you'll get it right. People only read instructions after they've already tied themselves into a knot. Then they skim them for keywords and don't read your warnings. I don't give an example of this; if this is the best an interface can get do, it's in trouble." Can someone not just fix the out-of-tree code? And since when is out-of-tree code reasonable justification for what's done in upstream? Logan [1]http://ozlabs.org/~rusty/index.cgi/tech/2008-03-30.html