Re: [dpdk-dev] [PATCH v2 6/9] eal: getopt implementation for windows

2019-09-26 Thread Pallavi Kadam
Hi Stephen, On 9/26/2019 2:27 PM, Stephen Hemminger wrote: On Thu, 26 Sep 2019 13:29:21 -0700 Pallavi Kadam wrote: Adding getopt_long.c and getopt.c files to support parsing option on Windows. The original contribution is under MIT license. Signed-off-by: Antara Ganesh Kolar Signed-off-by:

Re: [dpdk-dev] [PATCH v2 6/9] eal: getopt implementation for windows

2019-09-26 Thread Stephen Hemminger
On Thu, 26 Sep 2019 13:29:21 -0700 Pallavi Kadam wrote: > Adding getopt_long.c and getopt.c files to support parsing > option on Windows. > The original contribution is under MIT license. > > Signed-off-by: Antara Ganesh Kolar > Signed-off-by: Pallavi Kadam > Reviewed-by: Ranjit Menon > Revie

[dpdk-dev] [PATCH v2 6/9] eal: getopt implementation for windows

2019-09-26 Thread Pallavi Kadam
Adding getopt_long.c and getopt.c files to support parsing option on Windows. The original contribution is under MIT license. Signed-off-by: Antara Ganesh Kolar Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon Reviewed-by: Keith Wiles --- lib/librte_eal/windows/eal/getopt.c | 132 +