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
-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
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
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
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
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