Re: [dpdk-dev] [PATCH] build: install missing header files

2019-11-26 Thread Bruce Richardson
On Tue, Nov 26, 2019 at 10:34:11AM +0100, Thomas Monjalon wrote: > The title should mention EAL: > eal: fix header files install with meson > > 26/11/2019 09:16, Ali Alnubani: > > The following header files weren't being installed by meson: > > - rte_vfio.h > > - rte_function_versioning.

Re: [dpdk-dev] [PATCH] build: install missing header files

2019-11-26 Thread Thomas Monjalon
The title should mention EAL: eal: fix header files install with meson 26/11/2019 09:16, Ali Alnubani: > The following header files weren't being installed by meson: > - rte_vfio.h > - rte_function_versioning.h > - rte_test.h > > This patch adds them to the common_headers list so th

[dpdk-dev] [PATCH] build: install missing header files

2019-11-26 Thread Ali Alnubani
The following header files weren't being installed by meson: - rte_vfio.h - rte_function_versioning.h - rte_test.h This patch adds them to the common_headers list so that they are installed. Signed-off-by: Ali Alnubani --- lib/librte_eal/common/meson.build | 5 - 1 file changed, 4 ins