net/af_xdp: avoid deadlock due to empty fill queue
[dpdk.git] / drivers / net / ring / rte_eth_ring.c
index 733c898..40fe1ca 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 */