[PATCH v4 08/11] net/bonding: remove unused rte_bitmap_free()
Ariel Otilibili
otilibil at eurecom.fr
Sun Dec 22 13:49:28 CET 2024
Depends on d5941e7269 ("devtools/cocci,lib/eal: remove unused
rte_bitmap_free()").
Fixes: 171875d067 ("net/bonding: release port upon close")
Signed-off-by: Ariel Otilibili <otilibil at eurecom.fr>
---
Cc: stable at dpdk.org
Cc: Chas Williams <chas3 at att.com>
Cc: "Min Hu (Connor)" <humin29 at huawei.com>
---
drivers/net/bonding/rte_eth_bond_pmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c b/drivers/net/bonding/rte_eth_bond_pmd.c
index 91bf2c2345..5f9a739e55 100644
--- a/drivers/net/bonding/rte_eth_bond_pmd.c
+++ b/drivers/net/bonding/rte_eth_bond_pmd.c
@@ -2243,7 +2243,6 @@ bond_ethdev_close(struct rte_eth_dev *dev)
bond_ethdev_free_queues(dev);
rte_bitmap_reset(internals->vlan_filter_bmp);
- rte_bitmap_free(internals->vlan_filter_bmp);
rte_free(internals->vlan_filter_bmpmem);
/* Try to release mempool used in mode6. If the bond
--
2.47.1
More information about the stable
mailing list