flow_classify: fix leaking rules on delete
authorOwen Hilyard <ohilyard@iol.unh.edu>
Wed, 23 Jun 2021 17:07:07 +0000 (13:07 -0400)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 24 Jun 2021 13:34:45 +0000 (15:34 +0200)
commit016441e3c770b65774d658c94a82c5bf5ed826fe
tree686e975fa3e4d48831730094a9621c9fbe722b49
parent9b83a7ed2ac160aca64eed4d45102aadf26bc053
flow_classify: fix leaking rules on delete

Rules in a classify table were not freed if the table
had a delete function.

Fixes: be41ac2a330f ("flow_classify: introduce flow classify library")
Cc: stable@dpdk.org
Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
lib/flow_classify/rte_flow_classify.c