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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 523C9C433DB for ; Sat, 27 Mar 2021 06:01:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D343619AB for ; Sat, 27 Mar 2021 06:01:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230111AbhC0GAe (ORCPT ); Sat, 27 Mar 2021 02:00:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:49590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229881AbhC0GAM (ORCPT ); Sat, 27 Mar 2021 02:00:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 961666199F; Sat, 27 Mar 2021 06:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616824810; bh=ueAuv9utEoHBZmfdpiI4l2xOZCBEIMmjKCHXXCSu0gU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m4j62uGxZ1Wh5hN5Nk4oKhc4HnYyjlbPevowb2LqlNCZRLFFMNNVVo3QSrjE2wD/d 2oekHNwt5JFzbYecZc/BT+I+Uq5WMyzWKZE1iT6F1VivmZuxOcaFUiSFbonGtsxIux RWGzJv2gZqQfmd2Hbp19QbmdhriHisQbFaHFRbVNjiteJWiLhEeRZ4U+YBQwbpGkNV 2DmXWOiW/syLCSo8YRq0GcWuwr3stLG0rlYVnyKZqRCDCFnrQfTtuQDn9ZkopYdbXd K3hSEnO1roUCPxezZN/FaMnUj9MvenHVtMAy2iWKzsLDcxLAiSY43CuFbHYs5XW4pg WnXeRH2zWq7Hw== Date: Sat, 27 Mar 2021 09:00:06 +0300 From: Leon Romanovsky To: Jason Gunthorpe , Bjorn Helgaas Cc: Alexander Duyck , Keith Busch , Bjorn Helgaas , Saeed Mahameed , Jakub Kicinski , linux-pci , linux-rdma@vger.kernel.org, Netdev , Don Dutile , Alex Williamson , "David S . Miller" , Greg Kroah-Hartman Subject: Re: [PATCH mlx5-next v7 0/4] Dynamically assign MSI-X vectors count Message-ID: References: <20210326170831.GA890834@bjorn-Precision-5520> <20210326171209.GP2356281@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210326171209.GP2356281@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Mar 26, 2021 at 02:12:09PM -0300, Jason Gunthorpe wrote: > On Fri, Mar 26, 2021 at 12:08:31PM -0500, Bjorn Helgaas wrote: > > > Leon has implemented a ton of variations, but I don't think having all > > the files in the PF directory was one of them. > > If you promise this is the last of this bike painting adventure then > let's do it. So Bjorn, can you promise? Thanks > > Jason