Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-28 Thread Saurabh Shah
ch.org; Ben Pfaff >Subiect: Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c >with MSVC > >Hi Alin, > >We are getting to a point where we need this change. Do you plan to send a >V2 soon? > >Thanks! >Saurabh > > >>Hi Saurabh, >> >&

Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-28 Thread Alin Serdean
l- >De la: Saurabh Shah [mailto:ssaur...@vmware.com] >Trimis: Friday, August 15, 2014 4:21 AM >Către: Alin Serdean; dev@openvswitch.org >Subiect: RE: [ovs-dev] [PATCH 3/4] Changes needed to compile >dpif-linux.c with MSVC > >We should change the name of the class to dpif_netli

Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-28 Thread Saurabh Shah
la: Saurabh Shah [mailto:ssaur...@vmware.com] >Trimis: Friday, August 15, 2014 4:21 AM >Către: Alin Serdean; dev@openvswitch.org >Subiect: RE: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c >with MSVC > >We should change the name of the class to dpif_netlink_class an

Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-15 Thread Nithin Raju
On Aug 13, 2014, at 8:16 AM, Alin Serdean wrote: > The following changes are just a start to begin a discussion. > > Bypass all epoll functionality. > > IOCP work the other way around than epoll: you get if the operation finished > for a HANDLE in contrast of getting the number of file descrip

Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-15 Thread Ben Pfaff
la: Saurabh Shah [mailto:ssaur...@vmware.com] > Trimis: Friday, August 15, 2014 4:21 AM > C?tre: Alin Serdean; dev@openvswitch.org > Subiect: RE: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c > with MSVC > > We should change the name of the class to dpif_netlink_class and re

Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-15 Thread Alin Serdean
y, August 13, 2014 8:17 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c > with MSVC > > The following changes are just a start to begin a discussion. > > Bypass all epoll functionality. > > IOCP work the othe

Re: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-14 Thread Saurabh Shah
h.org > Subject: [ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with > MSVC > > The following changes are just a start to begin a discussion. > > Bypass all epoll functionality. > > IOCP work the other way around than epoll: you get if the operation finished &g

[ovs-dev] [PATCH 3/4] Changes needed to compile dpif-linux.c with MSVC

2014-08-13 Thread Alin Serdean
The following changes are just a start to begin a discussion. Bypass all epoll functionality. IOCP work the other way around than epoll: you get if the operation finished for a HANDLE in contrast of getting the number of file descriptors that are ready for an operation. It also adds a lot of over