numam-dpdk/lib/vhost
Christophe Fontaine 5e0099dc70 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>
2022-02-08 12:19:33 +01:00
..
fd_man.c
fd_man.h
iotlb.c vhost: differentiate IOTLB logs 2022-01-27 09:45:55 +01:00
iotlb.h vhost: improve IOTLB logs 2022-01-27 09:44:31 +01:00
meson.build vhost: mark vDPA driver API as internal 2021-11-03 09:11:34 +01:00
rte_vdpa.h
rte_vhost_async.h vhost: remove notion of async descriptor 2021-10-29 12:32:30 +02:00
rte_vhost_crypto.h vhost: promote some APIs to stable 2021-09-14 13:21:57 +02:00
rte_vhost.h fix spelling in comments and doxygen 2021-11-16 17:57:09 +01:00
socket.c vhost: remove multi-line logs 2022-01-27 09:45:49 +01:00
vdpa_driver.h vhost: mark vDPA driver API as internal 2021-11-03 09:11:34 +01:00
vdpa.c vhost: improve vDPA registration failure log 2022-01-27 09:45:01 +01:00
version.map vhost: mark vDPA driver API as internal 2021-11-03 09:11:34 +01:00
vhost_crypto.c vhost: remove payload size limitation 2022-02-08 12:19:33 +01:00
vhost_user.c vhost: remove payload size limitation 2022-02-08 12:19:33 +01:00
vhost_user.h vhost: remove payload size limitation 2022-02-08 12:19:33 +01:00
vhost.c vhost: use proper logging type for data path 2022-01-27 09:46:02 +01:00
vhost.h vhost: fix guest to host physical address mapping 2022-02-08 12:13:22 +01:00
virtio_crypto.h
virtio_net.c vhost: improve virtio-net layer logs 2022-01-27 09:45:43 +01:00