On 2/6/2020 7:14 PM, Pallavi Kadam wrote: > Adding getopt files to support parsing option on > Windows. > > The original contribution is under BSD-2 license. > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgreenplum-db%2Flibusual%2Fblob%2Fmaster%2Fusual%2Fgetopt.c&data=02%7C01%7CNarcisa.Vasile%40microsoft.com%7Cb0740364811e4d99d2e408d7ab7c2e37%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637166422146049654&sdata=UkpRuUbgfTQXbnMKApxlZmtoOIOcPZrFN%2BnnZ%2B2CXmw%3D&reserved=0 > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgreenplum-db%2Flibusual%2Fblob%2Fmaster%2Fusual%2Fgetopt.h&data=02%7C01%7CNarcisa.Vasile%40microsoft.com%7Cb0740364811e4d99d2e408d7ab7c2e37%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637166422146049654&sdata=lGlLnaGZQ0beLe8ZweVZZVZDopib%2BDuWpAto2A1JkLc%3D&reserved=0 > > Signed-off-by: Antara Ganesh Kolar <antara.ganesh.ko...@intel.com> > Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com> > Reviewed-by: Ranjit Menon <ranjit.me...@intel.com> > Reviewed-by: Keith Wiles <keith.wi...@intel.com> > --- > lib/librte_eal/windows/eal/getopt.c | 470 ++++++++++++++++++++ > lib/librte_eal/windows/eal/include/getopt.h | 92 ++++ > lib/librte_eal/windows/eal/meson.build | 1 + > 3 files changed, 563 insertions(+) > create mode 100644 lib/librte_eal/windows/eal/getopt.c > create mode 100644 lib/librte_eal/windows/eal/include/getopt.h > Tested-by: Narcisa Vasile <narcisa.vas...@microsoft.com>
Acked-by: Narcisa Vasile <narcisa.vas...@microsoft.com>