X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2Frte_ethdev_vdev.h;h=259feda3f7e84c6f4c7a99532fa34e19f8633c52;hb=db449ae8da7ede67f1c61202bfae1fe36eaf1b9c;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..259feda3f7 100644 --- a/lib/librte_ether/rte_ethdev_vdev.h +++ b/lib/librte_ether/rte_ethdev_vdev.h @@ -34,9 +34,10 @@ #ifndef _RTE_ETHDEV_VDEV_H_ #define _RTE_ETHDEV_VDEV_H_ +#include #include -#include -#include +#include +#include /** * @internal @@ -77,7 +78,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; }