]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ring/rte_eth_ring.c
net/af_xdp: avoid deadlock due to empty fill queue
[dpdk.git] / drivers / net / ring / rte_eth_ring.c
index 733c898259a733376c086335747c6719c1213017..40fe1ca4ba944bbfcf17a046bfd21a3a4b2d7146 100644 (file)
@@ -326,7 +326,6 @@ do_eth_dev_ring_create(const char *name,
        data->all_multicast = 1;
 
        eth_dev->dev_ops = &ops;
-       data->kdrv = RTE_KDRV_NONE;
        data->numa_node = numa_node;
 
        /* finally assign rx and tx ops */