From: Yunjian Wang Date: Tue, 28 Jul 2020 13:11:12 +0000 (+0800) Subject: net/ice: fix memory leak when releasing VSI X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5d4a54fd1646585adfedb1675e78a513cf194b25;hp=5d4a54fd1646585adfedb1675e78a513cf194b25;p=dpdk.git net/ice: fix memory leak when releasing VSI At the end of the vsi release, we should free the 'rss_lut' and 'rss_key' for the vsi. Fixes: 50370662b727 ("net/ice: support device and queue ops") Cc: stable@dpdk.org Signed-off-by: Yunjian Wang Acked-by: Qi Zhang ---