X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost%2Fmain.h;h=6bb42e8990c3849d72600686dcf1cd19fd3caffb;hb=24427bb914a6375f29635897d23a3192d85b2127;hp=11d121bc785f50c34449193be48282efc7adcdeb;hpb=7f262239ab501656e36de0f58f26a9e9f44a2d49;p=dpdk.git diff --git a/examples/vhost/main.h b/examples/vhost/main.h index 11d121bc78..6bb42e8990 100644 --- a/examples/vhost/main.h +++ b/examples/vhost/main.h @@ -49,8 +49,6 @@ struct device_statistics { }; struct vhost_dev { - /**< Pointer to device created by vhost lib. */ - struct virtio_net *dev; /**< Number of memory regions for gpa to hpa translation. */ uint32_t nregions_hpa; /**< Device MAC address (Obtained on first TX packet). */ @@ -66,7 +64,7 @@ struct vhost_dev { /**< Device is marked for removal from the data core. */ volatile uint8_t remove; - int device_fh; + int vid; struct device_statistics stats; TAILQ_ENTRY(vhost_dev) global_vdev_entry; TAILQ_ENTRY(vhost_dev) lcore_vdev_entry;