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 5BEEDC4360C for ; Thu, 26 Sep 2019 22:05:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E58F2146E for ; Thu, 26 Sep 2019 22:05:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569535534; bh=BVSS+zQVSVkj4NiF9uMYS1cBlXcg6BDY3/KNwAEvGgA=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=QJDp6hAEljIadVIGVc866VKyG5dXR2Q7OsDpmlvc9Caf8Qqrxw9P4qQL+m8diDPvk WUvXhzRI4LC6jXtwXNlrVNMSisWGsaEQD0+eM7RFjfKZ0a3lXRkxmISRA1xWNkiOBA yoBtqVOPx7oT+bx5FdqsqUVdYI6RUslWAAHYOtF0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726253AbfIZWFd (ORCPT ); Thu, 26 Sep 2019 18:05:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:44528 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726229AbfIZWFd (ORCPT ); Thu, 26 Sep 2019 18:05:33 -0400 Received: from localhost (unknown [69.71.4.100]) (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 BE40020835; Thu, 26 Sep 2019 22:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569535533; bh=BVSS+zQVSVkj4NiF9uMYS1cBlXcg6BDY3/KNwAEvGgA=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=ZarQoTrrML1946jhcwxF7Nv+MaMlKWNaBryQt7bo6e+XrJxu/wV9++Cv9l87CoaVq /0I6dmHwlBPt/IKd0ne+EAl5ObjNUuA9pU3lIX72VAxj5l+KIZVr3oZvQ/GCX6rj9Q cES84QVY+5CYBJyl0UNSLJwwXP2rl6WEByE50iUg= Date: Thu, 26 Sep 2019 17:05:31 -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: <20190926220531.GA200826@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190916204158.6889-3-efremov@linux.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 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?