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.5 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 321F8C433DB for ; Thu, 4 Feb 2021 02:32:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF8C564F41 for ; Thu, 4 Feb 2021 02:32:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234005AbhBDCc1 (ORCPT ); Wed, 3 Feb 2021 21:32:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:57438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233452AbhBDCcW (ORCPT ); Wed, 3 Feb 2021 21:32:22 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8BDFF64F53; Thu, 4 Feb 2021 02:31:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612405901; bh=/69d/cguuk4LpqCu70P338F1k9S9b28U2Rkk4TZ7C/w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KIuzXPFge2hL/kI0jjZzNqL3BEN0+gzvWZYAlHlqqpVGB99GOroPwN1PBb0//UEPn gDup9z0tsf1eBfi/5BcyerKzvnTkcdWE5hQpSACFHA6uXgeUOp34rVLMHkprHxu6qh lxxrjwhZpDZEGesRVV66aPorKkSP99HuNXjKk2Ju/wWC7gPIlcc9UeAZQAlTC4+6BS 9mxi9qZAapvQKAxvPKoKDGz6v+B5I7znuila+Y6jS+h+Bi7jJT6EgjN8Pug30tXONA fVUwXW6g94DmwWCQghobBZhDesvEOJMEdQt4ywbkJazci8jgXKCYlWLyLuPG7EzUN6 veLeHLkX5Xmew== Date: Wed, 3 Feb 2021 18:31:40 -0800 From: Jakub Kicinski To: Raju Rangoju Cc: Heiner Kallweit , David Miller , Bjorn Helgaas , "linux-pci@vger.kernel.org" , "netdev@vger.kernel.org" Subject: Re: [PATCH net-next 0/4] chelsio: improve PCI VPD handling Message-ID: <20210203183140.7d6e0fc3@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, 2 Feb 2021 21:34:49 +0100 Heiner Kallweit wrote: > Working on PCI VPD core code I came across the Chelsio drivers. > Let's improve the way how they handle PCI VPD. > > This series touches only device-specific quirks in the core code, > therefore I think it should go via the netdev tree. Raju, please take a look.