On 1/27/2020 2:55 PM, Thomas Monjalon wrote:
13/01/2020 22:55, Pallavi Kadam:
Added support for additional common files in meson build
to expand Windows EAL and to support the lcore parsing
feature on Windows.

Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com>
Signed-off-by: Antara Ganesh Kolar <antara.ganesh.ko...@intel.com>
Reviewed-by: Ranjit Menon <ranjit.me...@intel.com>
Reviewed-by: Keith Wiles <keith.wi...@intel.com>
---
--- a/lib/librte_eal/windows/eal/meson.build
+++ b/lib/librte_eal/windows/eal/meson.build
  common_sources = files(
+       '../../common/eal_common_bus.c',
+       '../../common/eal_common_class.c',
+       '../../common/eal_common_devargs.c',
        '../../common/eal_common_errno.c',
        '../../common/eal_common_launch.c',
        '../../common/eal_common_lcore.c',
-       '../../common/eal_common_log.c'
+       '../../common/eal_common_log.c',
+       '../../common/eal_common_options.c',
+       '../../common/eal_common_thread.c',
+       '../../common/rte_option.c'
Please add a comma after the last item of the list, so the next patch
won't need to change this line.

Thanks, will update this in v6.




Reply via email to