Re: [PATCH net-next] liquidio: fix use of pf in pass-through mode in a virtual machine

2017-08-20 Thread David Miller
From: Felix Manlunas Date: Fri, 18 Aug 2017 18:21:49 -0700 > From: Rick Farrington > > Fix problem when PF is used in pass-through mode in a VM (w/embedded f/w). > > If host error reading PF num from CN23XX_PCIE_SRIOV_FDL reg, > try to

[PATCH net-next] liquidio: fix use of pf in pass-through mode in a virtual machine

2017-08-18 Thread Felix Manlunas
From: Rick Farrington Fix problem when PF is used in pass-through mode in a VM (w/embedded f/w). If host error reading PF num from CN23XX_PCIE_SRIOV_FDL reg, try to retrieve PF num from SLI_PKT(0)_INPUT_CONTROL (initialized by f/w). Signed-off-by: Rick Farrington