[dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private
Thomas Monjalon
thomas at monjalon.net
Thu Jan 28 11:17:31 CET 2021
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.richardson at intel.com>
Acked-by: Thomas Monjalon <thomas at 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.
More information about the dev
mailing list