search for: bind_dgram

Displaying 4 results from an estimated 4 matches for "bind_dgram".

2012 Dec 24
0
No subject
.... Yes, please, that is needed too to get started with virtio support. >> Where is recv_dgram? > > The transport just enqueues sk_buffs in the socket's buffer, so the > core socket code can just pull them off. So there's no explicit > recv_dgram. Ok. >> Also why bind_dgram? I guess binding stream sockets doesn't make >> sense for the vsock family? > > Ah, for our transport, there's nothing special involved in binding a > STREAM, everything is handled by the core socket code. So I didn't > add a transport callback. This is something w...
2012 Dec 24
0
No subject
.... Yes, please, that is needed too to get started with virtio support. >> Where is recv_dgram? > > The transport just enqueues sk_buffs in the socket's buffer, so the > core socket code can just pull them off. So there's no explicit > recv_dgram. Ok. >> Also why bind_dgram? I guess binding stream sockets doesn't make >> sense for the vsock family? > > Ah, for our transport, there's nothing special involved in binding a > STREAM, everything is handled by the core socket code. So I didn't > add a transport callback. This is something w...
2013 Jan 25
4
[PATCH 0/1] VM Sockets for Linux upstreaming
From: Andy King <acking at vmware.com> ** Introduce VM Sockets *** In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the VM Sockets (VSOCK, formerly VMCI Sockets) (vmw_vsock) kernel module for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vsock kernel module. Unlike previous
2013 Jan 25
4
[PATCH 0/1] VM Sockets for Linux upstreaming
From: Andy King <acking at vmware.com> ** Introduce VM Sockets *** In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the VM Sockets (VSOCK, formerly VMCI Sockets) (vmw_vsock) kernel module for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vsock kernel module. Unlike previous