From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net-next v2 00/10] Add support for resource abstraction Date: Tue, 2 Jan 2018 15:35:22 +0100 Message-ID: <20180102143522.GC2051@nanopsycho.orion> References: <20171226112359.5313-1-jiri@resnulli.us> <977652df-a0ed-d1a5-f299-1dc433ebd337@mellanox.com> <20180102100817.GB2051@nanopsycho.orion> <20180102134113.GC15036@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Arkadi Sharshevsky , netdev@vger.kernel.org, dsa@cumulusnetworks.com, roopa@cumulusnetworks.com, davem@davemloft.net, mlxsw@mellanox.com, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, michael.chan@broadcom.com, ganeshgr@chelsio.com, saeedm@mellanox.com, matanb@mellanox.com, leonro@mellanox.com, idosch@mellanox.com, jakub.kicinski@netronome.com, ast@kernel.org, daniel@iogearbox.net, simon.horman@netronome.com, pieter.jansenvanvuuren@netronome.com, john.hurley@netronome.com, alexander.h.duyck@intel.com, linville@tuxdriver.com, gospo@broadcom.com, steven.lin1@broadcom.com, yuvalm@mellanox.com, ogerlitz@mellanox.com To: Andrew Lunn Return-path: Received: from mail-wr0-f171.google.com ([209.85.128.171]:41072 "EHLO mail-wr0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622AbeABOfY (ORCPT ); Tue, 2 Jan 2018 09:35:24 -0500 Received: by mail-wr0-f171.google.com with SMTP id p69so39831047wrb.8 for ; Tue, 02 Jan 2018 06:35:24 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180102134113.GC15036@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: Tue, Jan 02, 2018 at 02:41:13PM CET, andrew@lunn.ch wrote: >> Question is where to put it. It is mlxsw-specific thing, moreover, >> Spectrum-specific thing, same as dpipe tables etc. Not sure. Perhaps >> Documentation/networking/mlxsw.txt ? > >Hi Jiri > >Documentation/ABI seems like the correct place. There is nothing in >the README which says it is limited to files. You could use an name >like devlink-driver-mlxsw. Okay. Sounds sane. Thanks.