Re: [ovs-dev] [PATCH] sFlow: clear the padding

2014-01-13 Thread Ben Pfaff
Thanks. I applied this to master and branches for 2.1, 2.0, 1.11, 1.9, and 1.4. On Mon, Jan 13, 2014 at 12:16:01PM -0800, Neil McKee wrote: > Sorry for the delay. Looks good. And thanks for pointing this out. > > Neil > > -- > Neil McKee > InMon Corp. > http://www.inmon.com > > > On Tue

Re: [ovs-dev] [PATCH] sFlow: clear the padding

2014-01-13 Thread Neil McKee
Sorry for the delay. Looks good. And thanks for pointing this out. Neil -- Neil McKee InMon Corp. http://www.inmon.com On Tue, Jan 7, 2014 at 1:28 AM, Francesco Fusco wrote: > Neil, > did you have a chance to have a look at the patch? > > Best, > Francesco > > > On 12/19/2013 06:28 PM, B

Re: [ovs-dev] [PATCH] sFlow: clear the padding

2014-01-07 Thread Francesco Fusco
Neil, did you have a chance to have a look at the patch? Best, Francesco On 12/19/2013 06:28 PM, Ben Pfaff wrote: Hi Francesco. Thanks for the patch. The sFlow code comes almost unmodified from InMon. I'm adding Neil McKee from InMon to the thread to review this change. Neil, can you take a

Re: [ovs-dev] [PATCH] sFlow: clear the padding

2013-12-19 Thread Ben Pfaff
Hi Francesco. Thanks for the patch. The sFlow code comes almost unmodified from InMon. I'm adding Neil McKee from InMon to the thread to review this change. Neil, can you take a look? (And that reminds me, I need to review your patch too. I'll do that now.) Thanks, Ben. On Thu, Dec 19, 2013

[ovs-dev] [PATCH] sFlow: clear the padding

2013-12-19 Thread Francesco Fusco
putString pads the string to the 4-byte boundary without clearing the "padded" memory. This patch simply set the padding to zero. Signed-off-by: Francesco Fusco --- lib/sflow_receiver.c | 4 1 file changed, 4 insertions(+) diff --git a/lib/sflow_receiver.c b/lib/sflow_receiver.c index 3e5a