From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A46FC6FA82 for ; Thu, 22 Sep 2022 16:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231182AbiIVQE3 (ORCPT ); Thu, 22 Sep 2022 12:04:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229622AbiIVQE2 (ORCPT ); Thu, 22 Sep 2022 12:04:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 036FDFFA4B for ; Thu, 22 Sep 2022 09:04:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A40B7B8387F for ; Thu, 22 Sep 2022 16:04:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94078C433D6; Thu, 22 Sep 2022 16:04:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663862664; bh=/bmjj2iJ6GMmHdDel6beRwJ/kS93U0zoLw5a2wda94M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E1O74oaTGlB8g/TMGsuoh1kubNGFlCpBZ8zx+mSG4DTmkfS+R41d9qDDZkGEqD90q VqQG2mVDC/avu+412KgUS/BdNyS8wdwe/1jEYpoiWdb5Wd6dLb5fqJq7gOwtp0qTFx 8o54GLS8DEZ62VhMRDzPfFt4j/NFmqOJy0ubelxBl+mN3Yylu9h7BWeMpqPP98hAwZ EEDxuMv3jKIfvN8mPENlIyZir9c+o1LhPDLJANmubrxmFzbEqcH+4SJC+Ve6gu+zM5 bK+nAncLJmxrxPUPYuMwfGUcxvlqOgjzK5iEh/RJKsggukZXULdFkzcsAINpwnPO4Q GjX1mF1R6fLCA== Date: Thu, 22 Sep 2022 19:04:19 +0300 From: Leon Romanovsky To: Jakub Kicinski Cc: Simon Horman , David Miller , Paolo Abeni , netdev@vger.kernel.org, oss-drivers@corigine.com, Diana Wang , Peng Zhang , Michael Chan , Andy Gospodarek , Gal Pressman , Saeed Mahameed , Jesse Brandeburg , Tony Nguyen , Edward Cree , Vladimir Oltean , Andrew Lunn Subject: Re: driver uABI review list? (was: Re: [PATCH/RFC net-next 0/3] nfp: support VF multi-queues configuration) Message-ID: References: <20220920151419.76050-1-simon.horman@corigine.com> <20220921063448.5b0dd32b@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220921063448.5b0dd32b@kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Sep 21, 2022 at 06:34:48AM -0700, Jakub Kicinski wrote: > On Tue, 20 Sep 2022 16:14:16 +0100 Simon Horman wrote: > > this short series adds the max_vf_queue generic devlink device parameter, > > the intention of this is to allow configuration of the number of queues > > associated with VFs, and facilitates having VFs with different queue > > counts. <...> > Would it be helpful for participation if we had a separate mailing > list for discussing driver uAPI introduction which would hopefully > be lower traffic? Please don't. It will cause to an opposite situation where UAPI discussions will be hidden from most people. IMHO, every net vendor should be registered to netdev mailing list and read, review and participate. Thanks