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