]> git.droids-corp.org - dpdk.git/commit
vhost: remove payload size limitation
authorChristophe Fontaine <cfontain@redhat.com>
Mon, 7 Feb 2022 10:21:29 +0000 (11:21 +0100)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 8 Feb 2022 11:19:33 +0000 (12:19 +0100)
commit5e0099dc709e4abce167907e14335d8381f1944e
treed13586c4112d7505e4e038b60aece62b9bb3a29d
parent787091b9d5f614ae35ab8cfb7718f6ccb64f1f3c
vhost: remove payload size limitation

FDs at the end of the VhostUserMessage structure limits the size
of the payload. Move them to an other englobing structure, before
the header & payload of a VhostUserMessage.
Also removes a reference to fds in the VHUMsg structure defined in
drivers/net/virtio/virtio_user/vhost_user.c

Signed-off-by: Christophe Fontaine <cfontain@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
drivers/net/virtio/virtio_user/vhost_user.c
lib/vhost/vhost_crypto.c
lib/vhost/vhost_user.c
lib/vhost/vhost_user.h