Re: [ovs-dev] [PATCH 1/3] datapath-windows: Cleanup OVS

2014-12-31 Thread Ben Pfaff
Thanks for the review, I applied this change. I don't see reviews for patches 2 or 3 yet so I didn't apply them. On Sat, Dec 20, 2014 at 12:07:26AM +, Nithin Raju wrote: > Sorry for the delay. Thanks for making this change. > > Acked-by: Nithin Raju > > On Dec 11, 2014, at 4:51 AM, Sorin V

Re: [ovs-dev] [PATCH 1/3] datapath-windows: Cleanup OVS

2014-12-19 Thread Nithin Raju
Sorry for the delay. Thanks for making this change. Acked-by: Nithin Raju On Dec 11, 2014, at 4:51 AM, Sorin Vinturis wrote: > Removed duplicate include of "Switch.h" header. > Removed useless usage of UNREFERENCED_PARAMETER macro for a > referenced parameter. > Added debug logs for dropped p

[ovs-dev] [PATCH 1/3] datapath-windows: Cleanup OVS

2014-12-11 Thread Sorin Vinturis
Removed duplicate include of "Switch.h" header. Removed useless usage of UNREFERENCED_PARAMETER macro for a referenced parameter. Added debug logs for dropped packets. Signed-off-by: Sorin Vinturis --- datapath-windows/ovsext/Actions.c | 8 +--- datapath-windows/ovsext/Datapath.c | 1 - dat