[ovs-dev] [PATCH 4/7] Add and correct functionality of Partial Update Map Columns

Ben Pfaff blp at ovn.org
Fri Feb 26 21:06:59 UTC 2016


On Mon, Feb 22, 2016 at 07:58:55PM +0000, Lutz, Arnoldo wrote:
> Several memory management errors were fixed. Also, some wrong uses of pointers
> that produced segmentation faults were fixed.
> 
> Refactored code into separate files
> 
> Code for Partial Map Updates and Partial Map Update Lists was extracted into
> separate files, and the inner contents of structs pmu and pmul was
> encapsulated.
> 
> Verifies that column is monitored
> 
> Verifies that column is monitored before attempting to do a partial map update.
> 
> Change PMUs linked lists to hash maps
> 
> Change internal structure of PMUL from linked lists to hash maps. This will be
> needed to make fast lookups of previous modifications to the same key.
> 
> Signed-off-by: Edward Aymerich <edward.aymerich at hpe.com>

There's something strange in this patch.  "git am" complains with
        fatal: git apply: bad git-diff - expected /dev/null on line 421
and I see odd nonprinting characters in some places.



More information about the dev mailing list