devices: vhost: fix data offset on input 97/24597/2
authorBenoît Ganne <bganne@cisco.com>
Fri, 24 Jan 2020 17:06:01 +0000 (18:06 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 29 Jan 2020 18:35:11 +0000 (18:35 +0000)
commita2c1951e56d94de573db6c6f13e3642df953b7e7
tree88c8a0037cfc7e34f966dce721b82cea15eddb4b
parentfb15c0c0cf6db49ed7e16551bd90d785dc5fc650
devices: vhost: fix data offset on input

Regardless of whether the virtio_net_hdr is sent as a separate
descriptors or in the same descriptor as the data, we always want to
skip the header length - maybe moving to the next descriptor along the
way.

Type: fix

Change-Id: Iaa70aeb310e589639b20f8c7029aaa8d3ce5d307
Signed-off-by: Benoît Ganne <bganne@cisco.com>
(cherry picked from commit 5ecc1e4d433a34845c7bfd761dc990413e6c321b)
src/vnet/devices/virtio/vhost_user_input.c