Re: [dpdk-dev] [PATCH v1 59/72] net/mlx5/windows: support VF PCI address

2020-11-14 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH v1 59/72] net/mlx5/windows: support VF PCI > address > > On Tue, Oct 27, 2020 at 11:23:22PM +, Ophir Munk wrote: > > From: Tal Shnaiderman > > > > Support VF BDF scanning by checking both the BDF and raw BDF provided > >

Re: [dpdk-dev] [PATCH v1 59/72] net/mlx5/windows: support VF PCI address

2020-11-10 Thread Narcisa Ana Maria Vasile
On Tue, Oct 27, 2020 at 11:23:22PM +, Ophir Munk wrote: > From: Tal Shnaiderman > > Support VF BDF scanning by checking both the BDF and raw BDF provided by > DevX. In Linux a PCI address is formatted as: domain, bus, device, > function (DBDF). This is right for both a PF and a VF. In Window

[dpdk-dev] [PATCH v1 59/72] net/mlx5/windows: support VF PCI address

2020-10-27 Thread Ophir Munk
From: Tal Shnaiderman Support VF BDF scanning by checking both the BDF and raw BDF provided by DevX. In Linux a PCI address is formatted as: domain, bus, device, function (DBDF). This is right for both a PF and a VF. In Windows a PF also has a DBDF format, but the domain is always 0, while a VF