commit | 0f34f30a1be80f3f59efeaab596396bc698e7337 | [log] [tgz] |
---|---|---|
author | Paul Blakey <paulb@mellanox.com> | Thu Jan 30 18:04:36 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jan 31 19:31:41 2020 +0100 |
tree | 063c1dbcf9bc151bb47a85c45dc5b9af67be7ff1 | |
parent | 91bfaa15a379e9af24f71fb4ee08d8019b6e8ec7 [diff] |
netfilter: flowtable: Fix missing flush hardware on table free If entries exist when freeing a hardware offload enabled table, we queue work for hardware while running the gc iteration. Execute it (flush) after queueing. Fixes: c29f74e0df7a ("netfilter: nf_flow_table: hardware offload support") Signed-off-by: Paul Blakey <paulb@mellanox.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>