net/enic: fix flow API memory leak
authorJohn Daley <johndale@cisco.com>
Fri, 28 Sep 2018 03:08:36 +0000 (20:08 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:48 +0000 (18:53 +0200)
commit85b0ccec381d217ad6fb1698317b863a31fdd8af
treee63048620d5f224659f0239ae36d4601cf0ff1df
parenta9b58b15ed5186fae34fe20faf74be339632bebc
net/enic: fix flow API memory leak

rte_flow structures were not being freed when destroyed or flushed.

Fixes: 6ced137607d0 ("net/enic: flow API for NICs with advanced filters enabled")
Cc: stable@dpdk.org
Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Signed-off-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic_flow.c