Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC

2014-09-10 Thread Gurucharan Shetty
Către: Alin Serdean > Cc: dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for > MSVC > > On Tue, Jul 29, 2014 at 8:23 AM, Alin Serdean > wrote: >> Add two functions set_sock_pid_in_kernel and portid_next. This will >> allow

Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC

2014-09-10 Thread Alin Serdean
-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC On Tue, Jul 29, 2014 at 8:23 AM, Alin Serdean wrote: > Add two functions set_sock_pid_in_kernel and portid_next. This will > allow the channel identification for the kernel extension to send back > messages. > > Re

Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC

2014-09-09 Thread Gurucharan Shetty
On Tue, Jul 29, 2014 at 8:23 AM, Alin Serdean wrote: > Add two functions set_sock_pid_in_kernel and portid_next. This will allow > the channel identification for the kernel extension to send back messages. > > Replace send with WriteFile equivalent and ignore nl_sock_drain for the moment > under M

Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC

2014-07-29 Thread Alin Serdean
Thank you for review and the changes. Kind Regards, Alin. From: Ben Pfaff [b...@nicira.com] Sent: Tuesday, July 29, 2014 7:38 PM To: Alin Serdean Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC On

Re: [ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC

2014-07-29 Thread Ben Pfaff
On Tue, Jul 29, 2014 at 03:23:28PM +, Alin Serdean wrote: > Add two functions set_sock_pid_in_kernel and portid_next. This will allow > the channel identification for the kernel extension to send back messages. > > Replace send with WriteFile equivalent and ignore nl_sock_drain for the moment

[ovs-dev] [PATCH v2 4/5] Changes needed to netlink-socket for MSVC

2014-07-29 Thread Alin Serdean
Add two functions set_sock_pid_in_kernel and portid_next. This will allow the channel identification for the kernel extension to send back messages. Replace send with WriteFile equivalent and ignore nl_sock_drain for the moment under MSVC. Replace sendmsg and recvmsg with ReadFile and WriteFile e