Re: [ovs-dev] [PATCH ovn 2/2] ovn-controller: Cache logical flow expr tree for each lflow.

2020-01-21 Thread Numan Siddique
On Tue, Jan 21, 2020 at 2:03 PM Han Zhou wrote: > > On Thu, Jan 9, 2020 at 9:37 AM wrote: > > > > From: Numan Siddique > > > > This patch caches the logical flow expr tree for each logical flow. This > > cache is stored as an hashmap in the output_flow engine data. When a > logical > > flow is d

Re: [ovs-dev] [PATCH ovn 2/2] ovn-controller: Cache logical flow expr tree for each lflow.

2020-01-21 Thread Han Zhou
On Thu, Jan 9, 2020 at 9:37 AM wrote: > > From: Numan Siddique > > This patch caches the logical flow expr tree for each logical flow. This > cache is stored as an hashmap in the output_flow engine data. When a logical > flow is deleted, the expr tree for that lflow is deleted in the > flow_outpu

[ovs-dev] [PATCH ovn 2/2] ovn-controller: Cache logical flow expr tree for each lflow.

2020-01-09 Thread numans
From: Numan Siddique This patch caches the logical flow expr tree for each logical flow. This cache is stored as an hashmap in the output_flow engine data. When a logical flow is deleted, the expr tree for that lflow is deleted in the flow_output_sb_logical_flow_handler(). Below are the details