Re: [dpdk-dev] [PATCH v7 06/10] eventdev: make driver-only headers private

2021-02-22 Thread Stephen Hemminger
There are many vendors (including some internal Microsoft projects) with drivers that are not in the DPDK tree. Breaking them is not something that should be done, and certainly not in a release that claims API/ABI compatibility. Although these fields should not have been exposed to user in normal

[dpdk-dev] [PATCH v7 06/10] eventdev: make driver-only headers private

2021-01-29 Thread Bruce Richardson
The rte_eventdev_pmd*.h files are for drivers only and should be private to DPDK, and not installed for app use. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/release_21_02.rst | 6 ++ drivers/event/dlb/dlb.c | 2 +- drivers