[ovs-dev] [PATCH 3/3] datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsg

Nithin Raju nithin at vmware.com
Wed Dec 3 18:32:54 UTC 2014


On Dec 3, 2014, at 10:18 AM, Eitan Eliahu <eliahue at vmware.com>
 wrote:

> 
> Hi Nithin,
> It may be out of the scope of this change but for consistency reason all NL function should return BOOLEAN rather than NTSTATUS.
> This should apply NlFillOvsMsg() and NlFillNlHdr() too.
> 
>    BOOLEAN ok;
> +    ok = NlFillOvsMsg(&nlBuffer, msgIn->nlMsg.nlmsgType, NLM_F_MULTI,
> 
> But the function signature is 
> NTSTATUS NlFillOvsMsg(PNL_BUFFER nlBuf, UINT16 nlmsgType,:

Not a problem. Thanks for the suggestion. I'll send out a v2 with the suggested change.

Thanks,
-- Nithin




More information about the dev mailing list