Re: [ovs-dev] [PATCH] Explain initialization when using csum()

2016-07-24 Thread Ben Pfaff
On Sun, Jul 24, 2016 at 06:36:35PM +, Ryan Moats wrote: > The checksum method csum() requires its output location to be > intialized to zero when that output location is part of the > checksum. Add comments to the various places where csum is > called documenting where the initialization has o

[ovs-dev] [PATCH] Explain initialization when using csum()

2016-07-24 Thread Ryan Moats
The checksum method csum() requires its output location to be intialized to zero when that output location is part of the checksum. Add comments to the various places where csum is called documenting where the initialization has occurred. Signed-off-by: Ryan Moats --- lib/bfd.c|