[PATCH v4 04/11] crypto/ionic: remove unused rte_bitmap_free()
Ariel Otilibili
otilibil at eurecom.fr
Sun Dec 22 13:49:24 CET 2024
Depends on d5941e7269 ("devtools/cocci,lib/eal: remove unused
rte_bitmap_free()").
Fixes: 6bc7f2cf66 ("crypto/ionic: support sessions")
Signed-off-by: Ariel Otilibili <otilibil at eurecom.fr>
---
Cc: stable at dpdk.org
Cc: Andrew Boyer <andrew.boyer at amd.com>
---
drivers/crypto/ionic/ionic_crypto_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/crypto/ionic/ionic_crypto_main.c b/drivers/crypto/ionic/ionic_crypto_main.c
index f670d6e658..ef5b54f161 100644
--- a/drivers/crypto/ionic/ionic_crypto_main.c
+++ b/drivers/crypto/ionic/ionic_crypto_main.c
@@ -814,7 +814,6 @@ iocpt_free_objs(struct iocpt_dev *dev)
}
if (dev->sess_bm != NULL) {
- rte_bitmap_free(dev->sess_bm);
rte_free(dev->sess_bm);
dev->sess_bm = NULL;
}
--
2.47.1
More information about the stable
mailing list