vhost: support indirect descriptor in non-mergeable Rx
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 18 Oct 2016 15:35:39 +0000 (17:35 +0200)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 26 Oct 2016 11:39:09 +0000 (13:39 +0200)
Linux virtio-net kernel driver uses indirect descriptors when
mergeable buffers are not used.

This patch adds its support, fixing the use of indirect
descriptors with these guests.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

No differences found