Re: [ovs-dev] [PATCH 2/2] datapath-windows: return bool from NlFillOvs[Msg/Hdr]

2014-12-11 Thread Ben Pfaff
On Mon, Dec 08, 2014 at 09:43:13AM -0800, Nithin Raju wrote: > Per review comment, in this patch, we update the return values of > NlFillOvsMsg() and NlFillOvsHdr() from NTSTATUS to BOOLEAN to make them > consistent with the Nl* functions. > > Signed-off-by: Nithin Raju Both applied, thanks! ___

Re: [ovs-dev] [PATCH 2/2] datapath-windows: return bool from NlFillOvs[Msg/Hdr]

2014-12-09 Thread Eitan Eliahu
Acked-by: Eitan Eliahu Thanks for addressing my comment. Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Nithin Raju Sent: Monday, December 08, 2014 9:43 AM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 2/2] datapath-windows: return bool from

[ovs-dev] [PATCH 2/2] datapath-windows: return bool from NlFillOvs[Msg/Hdr]

2014-12-08 Thread Nithin Raju
Per review comment, in this patch, we update the return values of NlFillOvsMsg() and NlFillOvsHdr() from NTSTATUS to BOOLEAN to make them consistent with the Nl* functions. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/Flow.c| 31 ++-- datapath-wind