]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev_vdev.h
ethdev: remove ethdev driver
[dpdk.git] / lib / librte_ether / rte_ethdev_vdev.h
index 0b475357a35d924491772716f9f85add3ef1d6e7..fa2cb61e1ce7b7b51dfb9459e2c84b6adf95396f 100644 (file)
@@ -73,7 +73,6 @@ rte_eth_vdev_allocate(struct rte_vdev_device *dev, size_t private_data_size)
        }
 
        eth_dev->device = &dev->device;
-       eth_dev->driver = NULL;
        eth_dev->intr_handle = NULL;
 
        eth_dev->data->kdrv = RTE_KDRV_NONE;