net: openvswitch: refactor flow free function
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Tue, 1 Sep 2020 12:26:13 +0000 (20:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2020 18:42:15 +0000 (11:42 -0700)
commitdf68d64ee3f54556aca1d50607e57b3129949a42
tree5fc31764156c18d02197c675677cfbe1d680f5ea
parentcf3266ad482d1bce2c49b6cd856a3f2d46f65023
net: openvswitch: refactor flow free function

Decrease table->count and ufid_count unconditionally,
because we only don't use count or ufid_count to count
when flushing the flows. To simplify the codes, we
remove the "count" argument of table_instance_flow_free.

To avoid a bug when deleting flows in the future, add
WARN_ON in flush flows function.

Cc: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/flow_table.c