Re: [PATCH] PCI: iproc: Remove PAXC slot check to allow VF support

2018-09-17 Thread Lorenzo Pieralisi
On Tue, Aug 28, 2018 at 10:22:58AM -0700, Ray Jui wrote: > From: Jitendra Bhivare > > Fix previous incorrect logic that limits PAXC slot number to zero only. > In order for SRIOV/VF to work, we need to allow the slot number to be > greater than zero. > > Fixes: 46560388c476c ("PCI: iproc: Allow

Re: [PATCH] PCI: iproc: Remove PAXC slot check to allow VF support

2018-09-17 Thread Lorenzo Pieralisi
On Tue, Aug 28, 2018 at 10:22:58AM -0700, Ray Jui wrote: > From: Jitendra Bhivare > > Fix previous incorrect logic that limits PAXC slot number to zero only. > In order for SRIOV/VF to work, we need to allow the slot number to be > greater than zero. > > Fixes: 46560388c476c ("PCI: iproc: Allow

[PATCH] PCI: iproc: Remove PAXC slot check to allow VF support

2018-08-28 Thread Ray Jui
From: Jitendra Bhivare Fix previous incorrect logic that limits PAXC slot number to zero only. In order for SRIOV/VF to work, we need to allow the slot number to be greater than zero. Fixes: 46560388c476c ("PCI: iproc: Allow multiple devices except on PAXC") Signed-off-by: Jitendra Bhivare

[PATCH] PCI: iproc: Remove PAXC slot check to allow VF support

2018-08-28 Thread Ray Jui
From: Jitendra Bhivare Fix previous incorrect logic that limits PAXC slot number to zero only. In order for SRIOV/VF to work, we need to allow the slot number to be greater than zero. Fixes: 46560388c476c ("PCI: iproc: Allow multiple devices except on PAXC") Signed-off-by: Jitendra Bhivare