]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ring/rte_eth_ring.c
net/sfc: fix RSS hash offload if queue action is used
[dpdk.git] / drivers / net / ring / rte_eth_ring.c
index ed0fdeb28ff0d63fc1e23235d75607e3ae1d561e..12046f5a000c077bf207876d6c68aa8f9ca02777 100644 (file)
@@ -358,7 +358,6 @@ do_eth_dev_ring_create(const char *name,
 
        eth_dev->dev_ops = &ops;
        data->numa_node = numa_node;
-       data->dev_flags |= RTE_ETH_DEV_CLOSE_REMOVE;
 
        /* finally assign rx and tx ops */
        eth_dev->rx_pkt_burst = eth_ring_rx;