Subject: RE: [ovs-dev] [PATCHv2] Changes needed to compile dpif-linux.c with
MSVC
Hi Eitan,
I think we could use the same design.
I can respin the patch on Monday if you can wait.
Alin.
De la: Eitan Eliahu [mailto:elia...@vmware.com]
Trimis: Friday, August 29, 2014 6:30 AM
Către: Alin Serdean
Alin Serdean [mailto:aserd...@cloudbasesolutions.com]
Sent: Thursday, August 28, 2014 6:53 PM
To: dev@openvswitch.org<mailto:dev@openvswitch.org>; Nithin Raju; Eitan Eliahu;
Saurabh Shah
Subject: [ovs-dev] [PATCHv2] Changes needed to compile dpif-linux.c with MSVC
Rename dpif_linux -> dp
s.com]
Sent: Thursday, August 28, 2014 6:53 PM
To: dev@openvswitch.org; Nithin Raju; Eitan Eliahu; Saurabh Shah
Subject: [ovs-dev] [PATCHv2] Changes needed to compile dpif-linux.c with MSVC
Rename dpif_linux -> dpif_netlink the actual file can be renamed as well
in the future.
Bypass all epoll funct
Rename dpif_linux -> dpif_netlink the actual file can be renamed as well
in the future.
Bypass all epoll functionality.
Treat dpif_netlink_recv__ with lazy polling using GetOverlappedResult
with the newly added overlapped structure in netlink.c
Initialize dpif_netlink_class on MSVC as well and d