X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2Frte_ethdev_vdev.h;h=ff92e6ed0ee2999d94f0c1a9beed490b5099c61f;hb=c9b13d944088fb7cb9eb8b2c91cc64354c1425bb;hp=fa2cb61e1ce7b7b51dfb9459e2c84b6adf95396f;hpb=9dca21fb80b6c43e58d83c794e161ddc671c07ba;p=dpdk.git diff --git a/lib/librte_ether/rte_ethdev_vdev.h b/lib/librte_ether/rte_ethdev_vdev.h index fa2cb61e1c..ff92e6ed0e 100644 --- a/lib/librte_ether/rte_ethdev_vdev.h +++ b/lib/librte_ether/rte_ethdev_vdev.h @@ -35,7 +35,7 @@ #define _RTE_ETHDEV_VDEV_H_ #include -#include +#include #include /** @@ -77,7 +77,6 @@ rte_eth_vdev_allocate(struct rte_vdev_device *dev, size_t private_data_size) eth_dev->data->kdrv = RTE_KDRV_NONE; eth_dev->data->numa_node = dev->device.numa_node; - eth_dev->data->drv_name = dev->device.driver->name; return eth_dev; }