From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 86CC1A04DB; Thu, 15 Oct 2020 20:45:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 485A61DE1F; Thu, 15 Oct 2020 20:45:27 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 535D51DE17; Thu, 15 Oct 2020 20:45:24 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 848D420B4905; Thu, 15 Oct 2020 11:45:22 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 848D420B4905 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1602787522; bh=BzKG9VnRBm65FGRgahzJM27yqrCofaHi8PQ5yjuDWkY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HjY3b/eqOKOFIvr6h4s2pVk09Uyo6g1T2rSceoSPjig6dNrNi06Ioygv1uLG3305Z 3edy453bC2buAMXVCvUccDRIYzjLFkpvjafZU+Cw1DjeOlLGgoPKrGdB3pzp8PiUp0 a6F4GqEdu9rMhb74ZkyIOICm+6o0k9ZoM4+CrsBk= Date: Thu, 15 Oct 2020 11:45:22 -0700 From: Narcisa Ana Maria Vasile To: Tal Shnaiderman Cc: dev@dpdk.org, thomas@monjalon.net, pallavi.kadam@intel.com, dmitry.kozliuk@gmail.com, ranjit.menon@intel.com, dmitrym@microsoft.com, stable@dpdk.org Message-ID: <20201015184522.GA732@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20201014193001.13820-1-talshn@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014193001.13820-1-talshn@nvidia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH] bus/pci: clear undefined bits in Windows segment parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Oct 14, 2020 at 10:30:01PM +0300, Tal Shnaiderman wrote: > When reading bus and segment values using SPDRP_BUSNUMBER > bits 24-31 are undefined. > > They are cleared to verify we read the segment number correctly. > > Fixes: c3adf8144a1 ("bus/pci: support segment value as address domain on Window") > Cc: stable@dpdk.org > > Signed-off-by: Tal Shnaiderman > --- > drivers/bus/pci/windows/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Narcisa Vasile