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

2016-08-28 Thread Ben Pfaff
avoid calling json_destroy sometimes, but I didn't find any place where a > cloned JSON object is updated: only cloned, passed the new pointer and > release the old one. > > Regards, > Esteban > > > From: Ryan Moats [mailto:rmo...@us.ibm.com] > Sent: jueves,

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

2016-08-25 Thread Rodriguez Betancourt, Esteban
nd release the old one. Regards, Esteban From: Ryan Moats [mailto:rmo...@us.ibm.com] Sent: jueves, 25 de agosto de 2016 9:28 To: Rodriguez Betancourt, Esteban Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] json: Use reference counting in json objects "dev" wrote on 08

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

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/16/2016 04:50:37 PM: > From: "Rodriguez Betancourt, Esteban" > To: "dev@openvswitch.org" > Date: 08/16/2016 04:50 PM > Subject: [ovs-dev] [PATCH] json: Use reference counting in json objects > Sent by: "dev" > > After profiling OVSDB insert performance it was found > that s