net/ice: fix memory leak when releasing VSI
authorYunjian Wang <wangyunjian@huawei.com>
Tue, 28 Jul 2020 13:11:12 +0000 (21:11 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 29 Jul 2020 22:41:23 +0000 (00:41 +0200)
commit5d4a54fd1646585adfedb1675e78a513cf194b25
tree9c87d92333518a7e8d5862e4430a3f2809a9aacd
parente7cc68c70736d6f6c901ea1a64ff90e163b85286
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 <wangyunjian@huawei.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_ethdev.c