On Thu, Jan 16, 2025 at 05:22:21PM +0000, Bruce Richardson wrote: > Consolidate all Intel HW NIC drivers into a driver/net/intel This > matches the layout used for drivers in the kernel, and potentially > enabling easier sharing among drivers. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > --- Apologies, I somehow missed one change when making this RFC. If anyone is testing it, to get a clean build apply the below 2 line change:
/Bruce diff --git a/drivers/raw/ifpga/meson.build b/drivers/raw/ifpga/meson.build index 20dea23206..94f5afa08d 100644 --- a/drivers/raw/ifpga/meson.build +++ b/drivers/raw/ifpga/meson.build @@ -18,7 +18,7 @@ sources = files('ifpga_rawdev.c', 'rte_pmd_ifpga.c', 'afu_pmd_core.c', 'afu_pmd_he_hssi.c') includes += include_directories('base') -includes += include_directories('../../net/ipn3ke') -includes += include_directories('../../net/i40e') +includes += include_directories('../../net/intel/ipn3ke') +includes += include_directories('../../net/intel/i40e') headers = files('rte_pmd_ifpga.h')