On Thu, May 05, 2022 at 01:50:45AM +0530, Kirti Wankhede wrote: > Its not a good practice to force vfio_pci_core vendor drivers to set a > particular structure pointer in drvdata. drvdata set from a driver should be > used by same driver and other driver should not assume/rely on it. Abhishek's series is adding quite a few more callbacks to the pci_driver that the sub drivers have no need to override. Wrappering everything is much worse overall, especially as we add new drivers. It was Ok in the v1 of this series because only 1 function needed wrappering. Jason