From: Chenmin Sun Date: Tue, 28 Jul 2020 12:50:58 +0000 (+0800) Subject: net/i40e: fix bitmap free X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8bccf4774c3007726b45b73318732ea29dc435ce;hp=8bccf4774c3007726b45b73318732ea29dc435ce;p=dpdk.git net/i40e: fix bitmap free This patch fixes the coverity warning #361024. rte_bitmap_free() is not a right way to free a bitmap, replacing it with rte_free(). Coverity issue: 361024 Fixes: febc61d350bf ("net/i40e: optimize flow director update rate") Signed-off-by: Chenmin Sun Acked-by: Qi Zhang ---