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

2019-10-02 Thread Pallavi Kadam
On 9/30/2019 10:56 PM, Jerin Jacob wrote: On Mon, Sep 30, 2019 at 11:19 PM Pallavi Kadam wrote: Hi Jerin, On 9/27/2019 12:58 AM, Jerin Jacob wrote: On Fri, Sep 27, 2019 at 2:24 AM Pallavi Kadam wrote: Adding dlfcn.h on Windows to support common code. Adding eal_filesystem.h to support fu

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

2019-09-30 Thread Jerin Jacob
On Mon, Sep 30, 2019 at 11:19 PM Pallavi Kadam wrote: > > Hi Jerin, > > On 9/27/2019 12:58 AM, Jerin Jacob wrote: > > On Fri, Sep 27, 2019 at 2:24 AM Pallavi Kadam wrote: > > Adding dlfcn.h on Windows to support common code. > > Adding eal_filesystem.h to support functions and > path defines for

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

2019-09-30 Thread Pallavi Kadam
Hi Jerin, On 9/27/2019 12:58 AM, Jerin Jacob wrote: On Fri, Sep 27, 2019 at 2:24 AM Pallavi Kadam wrote: Adding dlfcn.h on Windows to support common code. Adding eal_filesystem.h to support functions and path defines for files and directories on Windows. Adding getopt.h to support parsing op

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

2019-09-27 Thread Jerin Jacob
On Fri, Sep 27, 2019 at 2:24 AM Pallavi Kadam wrote: > > Adding dlfcn.h on Windows to support common code. > > Adding eal_filesystem.h to support functions and > path defines for files and directories on Windows. > > Adding getopt.h to support parsing options on Windows. > > Adding rte_vect.h as W

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

2019-09-26 Thread Pallavi Kadam
Adding dlfcn.h on Windows to support common code. Adding eal_filesystem.h to support functions and path defines for files and directories on Windows. Adding getopt.h to support parsing options on Windows. Adding rte_vect.h as Windows fails to compile: \common\include\arch\x86\rte_vect.h. Signed