Re: [dpdk-dev] [PATCH v5 3/8] ethdev: make driver-only headers private

2021-01-27 Thread David Marchand
On Tue, Jan 26, 2021 at 10:38 PM Bruce Richardson wrote: > > 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. I agree applications don't need them. This breaks OOT drivers on the other hand. We don't t

[dpdk-dev] [PATCH v5 3/8] ethdev: make driver-only headers private

2021-01-26 Thread 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 --- app/test/test_link_bonding.c | 2 +- app/test/test_pdump.c