vhost: remove obsolete comment
authorMatthias Gatto <matthias.gatto@outscale.com>
Fri, 2 Sep 2016 15:05:21 +0000 (17:05 +0200)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Tue, 13 Sep 2016 03:25:09 +0000 (05:25 +0200)
commit255c4829adbf68c5e7df7a3becf0465ddea5925f
tree9e71584ce4ade499f5b252bb87c0f3d0002e7e73
parent484e42d46f48fca81426d6abdf5cfe29c42bef81
vhost: remove obsolete comment

As new_device and destroy_device use an int instead of a
"struct virtio_net *", The comment about setting VIRTIO_DEV_RUNNING
doesn't make sense anymore, plus If I've correctly understand the
code, the drivers take care of setting the flag before calling the
callbacks, so I guess that this comment is obsolet and I've remove it.

Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
lib/librte_vhost/rte_virtio_net.h