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 9A3A7A04B6 for ; Thu, 10 Sep 2020 01:15:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 754611C0BC; Thu, 10 Sep 2020 01:15:48 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id B922A2BA8; Thu, 10 Sep 2020 01:15:45 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 061F120942BA; Wed, 9 Sep 2020 16:15:45 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 061F120942BA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1599693345; bh=vp4TkruRuElpPA1x2URo86IRU+CepE7MWqC/zIKDDBg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jvnIDA+Rt+QByp6wMVqoobcfwGQSUg1UYxC5/ITpZrz+KRLoTsRoHbPvuF+e3WnO0 nDq1k0pRDqRqUmmog8eoGZYiQ84L7bQYCSuvycJqTKY6xFoQw87G6rCTNB0v/CSpKK QZlugmCZIuCKSRxb6CS6KYfjCVbGAppQ1Tnt70VY= Date: Wed, 9 Sep 2020 16:15:44 -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, harini.ramakrishnan@microsoft.com, Tal Shnaiderman , stable@dpdk.org Message-ID: <20200909231544.GA13311@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20200823130604.9992-1-talshn@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200823130604.9992-1-talshn@nvidia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-stable] [PATCH] bus/pci: fix hardware ids parsing on Windows X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Sun, Aug 23, 2020 at 04:06:04PM +0300, Tal Shnaiderman wrote: > From: Tal Shnaiderman > > Swap subsystem vendor id and subsystem device id. > Parse the SPDRP_HARDWAREID string with correct type values. > > Fixes: b762221ac24 ("bus/pci: support Windows with bifurcated drivers") > Cc: stable@dpdk.org > > Signed-off-by: Tal Shnaiderman > --- > drivers/bus/pci/windows/pci.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/drivers/bus/pci/windows/pci.c b/drivers/bus/pci/windows/pci.c Acked-by: Narcisa Vasile