Re: [ovs-dev] [PATCH v2] json: Use reference counting in json objects

2016-10-03 Thread Ben Pfaff
On Mon, Aug 29, 2016 at 03:15:41PM +, Rodriguez Betancourt, Esteban wrote: > After profiling OVSDB insert performance it was found > that some significant portion of its time OVSDB is > calling the function json_clone. Hi Esteban, would you mind rebasing and resubmitting this? You happened to

[ovs-dev] [PATCH v2] json: Use reference counting in json objects

2016-08-29 Thread Rodriguez Betancourt, Esteban
After profiling OVSDB insert performance it was found that some significant portion of its time OVSDB is calling the function json_clone. Also, the current usages of json_clone never modify the json, just keeps it to prevent it to be freed. With that in mind the struct json, json_create, json_clo