Re: [dpdk-dev] [PATCH] doc: virtio lsc hint

2017-10-09 Thread Yuanhan Liu
On Mon, Oct 09, 2017 at 11:56:16AM +0800, Zhiyong Yang wrote: > Virtio PMD has already the ability to support link status change(lsc), > but qemu 2.7.0 introduce the capability to detect vhost user > disconnection. So, virtio PMD which works with qemu 2.7.0 and above > can receive lsc when vhost us

[dpdk-dev] [PATCH] doc: virtio lsc hint

2017-10-08 Thread Zhiyong Yang
Virtio PMD has already the ability to support link status change(lsc), but qemu 2.7.0 introduce the capability to detect vhost user disconnection. So, virtio PMD which works with qemu 2.7.0 and above can receive lsc when vhost user disconnects. The patch updates doc to let user know that. Signed-o