Re: [Qemu-devel] [PATCH] tests/vhost-user-bridge: add scattering of incoming packets

2016-02-17 Thread Michael S. Tsirkin
On Wed, Feb 17, 2016 at 03:02:28PM +0200, Victor Kaplansky wrote: > This patch adds to the vubr test the scattering of incoming > packets to the chain of RX buffer. Also, this patch corrects the > size of the header preceding the packet in RX buffers. > > Note that this patch doesn't add the supp

[Qemu-devel] [PATCH] tests/vhost-user-bridge: add scattering of incoming packets

2016-02-17 Thread Victor Kaplansky
This patch adds to the vubr test the scattering of incoming packets to the chain of RX buffer. Also, this patch corrects the size of the header preceding the packet in RX buffers. Note that this patch doesn't add the support for mergeable buffers. Signed-off-by: Victor Kaplansky --- tests/vhos