[PATCH v2 0/1] Removes FDs from VhostUserMessage structure
    Christophe Fontaine 
    cfontain at redhat.com
       
    Mon Feb  7 11:21:28 CET 2022
    
    
  
This patch removes the file descriptors from the struct VhostUserMessage
as it is not part of the spec.
These FDs are moved to a englobing context structure.
v2: rebased on top of dpdk-next-virtio
Christophe Fontaine (1):
  vhost: move fds outside of VhostUserMessage
 drivers/net/virtio/virtio_user/vhost_user.c |   1 -
 lib/vhost/vhost_crypto.c                    |  10 +-
 lib/vhost/vhost_user.c                      | 534 ++++++++++----------
 lib/vhost/vhost_user.h                      |   7 +-
 4 files changed, 290 insertions(+), 262 deletions(-)
-- 
2.34.1
    
    
More information about the dev
mailing list