27/01/2021 18:33, Bruce Richardson: > The rte_ethdev_driver.h, rte_ethdev_vdev.h and rte_ethdev_pci.h files are > for drivers only and should be a private to DPDK and not installed. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Acked-by: Thomas Monjalon <tho...@monjalon.net> Such change was not possible (or very difficult) with make because standard cross component includes were looking up only in installed headers. We probably have other cases of unneeded installed headers or wrongly prefixed headers.