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

2019-09-13 Thread Pallavi Kadam
Hi Stephen On 9/13/2019 2:46 AM, Bruce Richardson wrote: On Thu, Sep 12, 2019 at 11:40:43PM +0200, Stephen Hemminger wrote: On Mon, 9 Sep 2019 12:54:01 -0700 Pallavi Kadam wrote: Adding getopt_long.c and getopt.c files to support parsing option on Windows. The original contribution is under

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

2019-09-13 Thread Bruce Richardson
On Thu, Sep 12, 2019 at 11:40:43PM +0200, Stephen Hemminger wrote: > On Mon, 9 Sep 2019 12:54:01 -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

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

2019-09-12 Thread Stephen Hemminger
On Mon, 9 Sep 2019 12:54:01 -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 6/9] eal: getopt implementation for windows

2019-09-09 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 +

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

2019-09-06 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 +