On Wed, May 06, 2020 at 02:04:58PM -0700, Jeff Kirsher wrote: > From: Dave Ertman <david.m.ertman@xxxxxxxxx> > > The RDMA block does not have its own PCI function, instead it must utilize > the ice driver to gain access to the PCI device. Create a virtual bus > device so the irdma driver can register a virtual bus driver to bind to it > and receive device data. The device data contains all of the relevant > information that the irdma peer will need to access this PF's IIDC API > callbacks. But there is no virtual bus driver in this patch! What am I missing? This patch is really really hard to follow, you seem to be adding new functionality at the same time you are adding virtual devices, is there some way to split it up into reviewable pieces? This feels like a big mix of things all lumped together. In other words, I can't review this at all to try to see if you are using the virtual devices properly at all, which is not a good thing... greg k-h