ethdev: remove old close behaviour
[dpdk.git] / drivers / net / kni / rte_eth_kni.c
index aa365a5..45ab1b1 100644 (file)
@@ -387,8 +387,6 @@ eth_kni_create(struct rte_vdev_device *vdev,
        data->promiscuous = 1;
        data->all_multicast = 1;
 
-       data->dev_flags |= RTE_ETH_DEV_CLOSE_REMOVE;
-
        rte_eth_random_addr(internals->eth_addr.addr_bytes);
 
        eth_dev->dev_ops = &eth_kni_ops;