Re: [dpdk-dev] [PATCH v6 3/8] build: add module definition file for windows

2019-03-28 Thread Harini Ramakrishnan
...@monjalon.net Subject: [dpdk-dev] [PATCH v6 3/8] build: add module definition file for windows Updated lib/meson.build to create shared libraries on windows. Added DEF files to list the exports for the eal and kvargs libraries. Signed-off-by: Bruce Richardson Signed-off-by: Anand Rawat Reviewed-by

[dpdk-dev] [PATCH v6 3/8] build: add module definition file for windows

2019-03-27 Thread Anand Rawat
Updated lib/meson.build to create shared libraries on windows. Added DEF files to list the exports for the eal and kvargs libraries. Signed-off-by: Bruce Richardson Signed-off-by: Anand Rawat Reviewed-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- lib/librte_eal/rte_eal_exports.def |