On Wed, Aug 27, 2014 at 08:36:19AM -0700, Nithin Raju wrote:
> The Windows datapath supports a READ/WRITE ioctl instead of 
> ReadFile/WriteFile.
> In this change, we update the following:
> - WriteFile() in nl_sock_send__() to use DeviceIoControl(OVS_IOCTL_WRITE)
> - ReadFile() in nl_sock_recv__() to use DeviceIoControl(OVS_IOCTL_READ)
> 
> The WriteFile() call in nl_sock_transact_multiple__() has not been touched
> since it is not needed yet.
> 
> Main motive for this change is to be able to unblock the DP Dump workflow.
> 
> Signed-off-by: Nithin Raju <nit...@vmware.com>

Applied, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to