Re: [dpdk-dev] [PATCH] bus/pci: fix hardware ids parsing on Windows

2020-09-10 Thread Thomas Monjalon
10/09/2020 01:15, Narcisa Ana Maria Vasile: > 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:

Re: [dpdk-dev] [PATCH] bus/pci: fix hardware ids parsing on Windows

2020-09-09 Thread Narcisa Ana Maria Vasile
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: sta...@dp

[dpdk-dev] [PATCH] bus/pci: fix hardware ids parsing on Windows

2020-08-23 Thread Tal Shnaiderman
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: sta...@dpdk.org Signed-off-by: Tal Shnaiderman --- drivers/bus/pci/windows/pci.c | 11