On Mon, Aug 24, 2020 at 10:08 PM <xiangxia.m....@gmail.com> wrote: > > From: Tonghao Zhang <xiangxia.m....@gmail.com> > > 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 <pshe...@ovn.org> > Signed-off-by: Tonghao Zhang <xiangxia.m....@gmail.com>
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 <pshe...@ovn.org>