Re: [dpdk-dev] [PATCH 3/9] eal: add windows compatible header files

2019-09-12 Thread Stephen Hemminger
On Thu, 12 Sep 2019 10:11:23 -0700 Pallavi Kadam wrote: > On 9/10/2019 2:19 AM, Stephen Hemminger wrote: > > On Mon, 9 Sep 2019 12:53:58 -0700 > > Pallavi Kadam wrote: > > > >> --- /dev/null > >> +++ b/lib/librte_eal/windows/eal/include/getopt.h > >> @@ -0,0 +1,59 @@ > >> +/* musl as a whole

Re: [dpdk-dev] [PATCH 3/9] eal: add windows compatible header files

2019-09-12 Thread Pallavi Kadam
On 9/10/2019 2:19 AM, Stephen Hemminger wrote: On Mon, 9 Sep 2019 12:53:58 -0700 Pallavi Kadam wrote: --- /dev/null +++ b/lib/librte_eal/windows/eal/include/getopt.h @@ -0,0 +1,59 @@ +/* musl as a whole is licensed under the following standard MIT license: + * + * --

Re: [dpdk-dev] [PATCH 3/9] eal: add windows compatible header files

2019-09-10 Thread Stephen Hemminger
On Mon, 9 Sep 2019 12:53:58 -0700 Pallavi Kadam wrote: > --- /dev/null > +++ b/lib/librte_eal/windows/eal/include/getopt.h > @@ -0,0 +1,59 @@ > +/* musl as a whole is licensed under the following standard MIT license: > + * > + * --