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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FAKE_REPLY_C,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 6A6EBC4360C for ; Fri, 27 Sep 2019 12:43:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3D63B21850 for ; Fri, 27 Sep 2019 12:43:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569588239; bh=jamsxmewOwW1hajFsNPRM2b1/u7MXsj2LovSPyoM/wY=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=YERQosXmHfL8R4AmmGEdu2xI9T//G0P5+KQsQWYe8nYq9iFs99B49liqr1c7Ul2eK MPpp6B6fm+BCLPqpWWa2J81mfIoxSrAP/RmdPtGFEgCs6H6QMW796oM6NGPWSOZbHa lWrKh8Pn0l7Jt94pqNpS3tKrdpOojRHyaKC8XW+0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726549AbfI0Mn6 (ORCPT ); Fri, 27 Sep 2019 08:43:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:47318 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727385AbfI0Mn6 (ORCPT ); Fri, 27 Sep 2019 08:43:58 -0400 Received: from localhost (173-25-179-30.client.mchsi.com [173.25.179.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D9E5E217D9; Fri, 27 Sep 2019 12:43:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569588238; bh=jamsxmewOwW1hajFsNPRM2b1/u7MXsj2LovSPyoM/wY=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=AaAbvhz9l1pZKD4FIgk5+2NPvXg5MPMhMU//JlDHnYiR3qvGnruk5IA1W9eDsF1KR d/bhsjAADpLzvqNsy+TmYisBZ7QyckZtWfolS7EHtXoaiiQ2qC8Inu9fMdF6gJgFzQ 3P3IoIKzIqFB1yK+N4DkdQ4r//S9LOzzpiKdy3as= Date: Fri, 27 Sep 2019 07:43:56 -0500 From: Bjorn Helgaas To: Denis Efremov Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Andrew Murray , linux-hyperv@vger.kernel.org, "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Sasha Levin Subject: Re: [PATCH v3 02/26] PCI: hv: Use PCI_STD_NUM_BARS Message-ID: <20190927124356.GA32981@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190926220531.GA200826@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Thu, Sep 26, 2019 at 05:05:31PM -0500, Bjorn Helgaas wrote: > On Mon, Sep 16, 2019 at 11:41:34PM +0300, Denis Efremov wrote: > > Replace the magic constant (6) with define PCI_STD_NUM_BARS representing > > the number of PCI BARs. > > For some reason patches 0 and 1 didn't make it to the list. Can you > resend them? (No need to resend the whole series, which might annoy all the other maintainers. Just send 0 (the cover letter) and 1 (which I assume adds the PCI_STD_NUM_BARS definition)).