ethdev: remove detachable device flag
[dpdk.git] / drivers / net / null / rte_eth_null.c
index 47c7b14..3433c9c 100644 (file)
@@ -542,8 +542,6 @@ eth_dev_null_create(struct rte_vdev_device *dev,
        eth_dev->data = data;
        eth_dev->dev_ops = &ops;
 
-       data->dev_flags = RTE_ETH_DEV_DETACHABLE;
-
        /* finally assign rx and tx ops */
        if (packet_copy) {
                eth_dev->rx_pkt_burst = eth_null_copy_rx;