Re: [dpdk-dev] [PATCH v2] ethdev: introduce enable_driver_sdk to install driver headers
From: Bruce Richardson <hidden>
Date: 2021-03-15 10:06:37
From: Bruce Richardson <hidden>
Date: 2021-03-15 10:06:37
On Fri, Mar 12, 2021 at 02:20:06PM -0800, Tyler Retzlaff wrote:
Introduce a meson option enable_driver_sdk when true installs internal driver headers for ethdev. this allows drivers that do not depend on stable api/abi to be built external to the dpdk source tree. Signed-off-by: Tyler Retzlaff <redacted> --- lib/librte_ethdev/meson.build | 6 ++++++ lib/meson.build | 4 ++++ meson_options.txt | 2 ++ 3 files changed, 12 insertions(+)
The infrastructure looks good to me. However, you need to add change to the cryptodev, eventdev, etc. to add the headers from there too.