+36
−17
Loading
This follows the overall model introduced together with PCI device hooks. Having an additional set of attach/enumerate/hook functions for each device type doesn't scale well. We can simplify this by moving the driver-agnostic attach and enumerate functions to the public headers. It'll be used directly by the upcoming VMD driver. Change-Id: Ie2039389b6ea530d74d568dc7ebe8b214f547057 Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/435804 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>