Commit Graph

1 Commits

Author SHA1 Message Date
Chris Lew
5e0f2ee205 net: qmsgq: Add the qmsgq socket family
Add initial implementation of the qmsgq socket family that will replace
the gunyah vsock functionality. This socket family is a temporary
solution for communicating between guest vms using socket apis.

This socket family will reusing the vsock address structures to
minimize the changes in userspace from gunyah vsock to qmsgq.

This version supports dgram sockets, future improvements will be made
to support seqpacket sockets.

Change-Id: I4ecf0a97c15e3dd68687ef501158fbd4bc2a6a2f
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
2023-03-02 17:41:25 -08:00