> On Apr 23, 2015, at 2:05 PM, Sorin Vinturis > <[email protected]> wrote: > > Signed-off-by: Sorin Vinturis <[email protected]> hi Sorin, Thanks for these patches. They are super important. This one looks good, but for a couple of minor comments. I’ll review the rest of them too. Acked-by: Nithin Raju <[email protected]> > @@ -255,10 +235,30 @@ OvsStartNBLIngress(POVS_SWITCH_CONTEXT switchContext, > OvsFlowKey key; > UINT64 hash; > PNET_BUFFER curNb; > + BOOLEAN isRecv = FALSE; minor: is it necessary to initialize ‘isRecv’? Can be avoided. > +#if (NDIS_SUPPORT_NDIS640) > + if (fwdDetail->NativeForwardingRequired) { > + /* Add current NBL to the those that require native forwarding. > */ minor: “to the those” => “to those” thanks, -- Nithin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
- [ovs-dev] [PATCH 0/5] datapath-windows: Create new NBLs fro... Sorin Vinturis
- [ovs-dev] [PATCH 1/5] datapath-windows: Added new func... Sorin Vinturis
- Re: [ovs-dev] [PATCH 1/5] datapath-windows: Added ... Nithin Raju
- [ovs-dev] [PATCH 2/5] datapath-windows: Correctly link... Sorin Vinturis
- Re: [ovs-dev] [PATCH 2/5] datapath-windows: Correc... Nithin Raju
- Re: [ovs-dev] [PATCH 2/5] datapath-windows: Co... Sorin Vinturis
- Re: [ovs-dev] [PATCH 2/5] datapath-windows... Nithin Raju
- [ovs-dev] [PATCH 3/5] datapath-windows: Multiple NBLs ... Sorin Vinturis
- Re: [ovs-dev] [PATCH 3/5] datapath-windows: Multip... Nithin Raju
- Re: [ovs-dev] [PATCH 3/5] datapath-windows: Mu... Sorin Vinturis
- Re: [ovs-dev] [PATCH 3/5] datapath-windows... Nithin Raju
- [ovs-dev] [PATCH 5/5] datapath-windows: Multiple NBLs ... Sorin Vinturis
- [ovs-dev] [PATCH 4/5] datapath-windows: Multiple NBLs ... Sorin Vinturis
