]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add UDP support for uip
authorAsias He <asias.hejun@gmail.com>
Wed, 29 Jun 2011 08:47:17 +0000 (16:47 +0800)
committerPekka Enberg <penberg@kernel.org>
Thu, 30 Jun 2011 07:42:42 +0000 (10:42 +0300)
commit683041eb9031bc5610bf9adb59125b28f3de11ad
tree5c5ecb61f5f6c6e2bbebf484062a54959b2663cd
parent6ae4ad4cd6f73145c1726bf6bb9c114cc83d688e
kvm tools: Add UDP support for uip

- Implement uip_tx_do_ipv4_udp() to send UDP package to remote host.

- Implement uip_udp_socket_thread() to receive UDP package from
  remote host.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/uip.h
tools/kvm/uip/ipv4.c
tools/kvm/uip/udp.c [new file with mode: 0644]