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

- Introduce struct uip_arp to present ARP package
- uip_tx_do_arp()
  Clone incoming ARP ethernet frame, if ARP is requesting
  host IP address, tell guest host MAC address.

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/arp.c [new file with mode: 0644]