On Mon, Aug 24, 2020 at 10:08 PM <[email protected]> wrote: > > From: Tonghao Zhang <[email protected]> > > keep_flows was introduced by [1], which used as flag to delete flows or not. > When rehashing or expanding the table instance, we will not flush the flows. > Now don't use it anymore, remove it. > > [1] - > https://github.com/openvswitch/ovs/commit/acd051f1761569205827dc9b037e15568a8d59f8 > Cc: Pravin B Shelar <[email protected]> > Signed-off-by: Tonghao Zhang <[email protected]>
This patch looks good. But its fixing memory leak, I guess the patch that removed dependedcy on keep_flows is in net-next. so we are good. Acked-by: Pravin B Shelar <[email protected]>
