Re: [ovs-dev] [PATCH] datapath-windows: set the nlBuf tail properly

2015-01-06 Thread Alin Serdean
Alin Serdean Cc: dev@openvswitch.org Subiect: Re: [ovs-dev] [PATCH] datapath-windows: set the nlBuf tail properly On Jan 5, 2015, at 11:17 AM, Alin Serdean wrote: > Move the the tail of the netlink buffer accordingly to the input data. > Currently _MapFlowStatsToNlStats overrides the net

Re: [ovs-dev] [PATCH] datapath-windows: set the nlBuf tail properly

2015-01-06 Thread Ben Pfaff
On Mon, Jan 05, 2015 at 07:17:01PM +, Alin Serdean wrote: > Move the the tail of the netlink buffer accordingly to the input data. > Currently _MapFlowStatsToNlStats overrides the netlink header information. > > > Signed-off-by: Alin Gabriel Serdean Applied, thanks!

Re: [ovs-dev] [PATCH] datapath-windows: set the nlBuf tail properly

2015-01-05 Thread Nithin Raju
On Jan 5, 2015, at 11:17 AM, Alin Serdean wrote: > Move the the tail of the netlink buffer accordingly to the input data. > Currently _MapFlowStatsToNlStats overrides the netlink header information. > > > Signed-off-by: Alin Gabriel Serdean Acked-by: Nithin Raju Thanks for working on this.