]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bonding/rte_eth_bond_pmd.c
ethdev: remove old close behaviour
[dpdk.git] / drivers / net / bonding / rte_eth_bond_pmd.c
index a9ed5d8e128c77a12d849a83d35f5b243878c099..1f761c7c9efb24d73ba37a1bf0cae7f79dc6dcd4 100644 (file)
@@ -3209,7 +3209,6 @@ bond_alloc(struct rte_vdev_device *dev, uint8_t mode)
        }
 
        internals = eth_dev->data->dev_private;
-       eth_dev->data->dev_flags |= RTE_ETH_DEV_CLOSE_REMOVE;
        eth_dev->data->nb_rx_queues = (uint16_t)1;
        eth_dev->data->nb_tx_queues = (uint16_t)1;