DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Removes FDs from VhostUserMessage structure
@ 2022-01-23 11:59 Christophe Fontaine
  2022-01-23 11:59 ` [PATCH 1/1] vhost: Move fds outside of VhostUserMessage Christophe Fontaine
  0 siblings, 1 reply; 9+ messages in thread
From: Christophe Fontaine @ 2022-01-23 11:59 UTC (permalink / raw)
  To: maxime.coquelin, chenbo.xia; +Cc: dev, Christophe Fontaine

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.

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                      | 529 ++++++++++----------
 lib/vhost/vhost_user.h                      |   7 +-
 4 files changed, 288 insertions(+), 259 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-08 11:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 11:59 [PATCH 0/1] Removes FDs from VhostUserMessage structure Christophe Fontaine
2022-01-23 11:59 ` [PATCH 1/1] vhost: Move fds outside of VhostUserMessage Christophe Fontaine
2022-02-01  9:56   ` Maxime Coquelin
2022-02-04 12:21   ` Maxime Coquelin
2022-02-07 10:21   ` [PATCH v2 0/1] Removes FDs from VhostUserMessage structure Christophe Fontaine
2022-02-07 10:21     ` [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage Christophe Fontaine
2022-02-08  9:48       ` Maxime Coquelin
2022-02-08  9:59       ` David Marchand
2022-02-08 11:12       ` Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).