]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/pfe/pfe_ethdev.c
ethdev: remove old close behaviour
[dpdk.git] / drivers / net / pfe / pfe_ethdev.c
index 55f2fea4b2b3004b8f5941588b1ff6ce83128516..bb2ae0df34bf95c718f5da5bfa14968f51911017 100644 (file)
@@ -846,8 +846,6 @@ pfe_eth_init(struct rte_vdev_device *vdev, struct pfe *pfe, int id)
        eth_dev->data->nb_rx_queues = 1;
        eth_dev->data->nb_tx_queues = 1;
 
-       eth_dev->data->dev_flags |= RTE_ETH_DEV_CLOSE_REMOVE;
-
        /* For link status, open the PFE CDEV; Error from this function
         * is silently ignored; In case of error, the link status will not
         * be available.