]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Implement IP checksum for uip
authorAsias He <asias.hejun@gmail.com>
Wed, 29 Jun 2011 08:47:09 +0000 (16:47 +0800)
committerPekka Enberg <penberg@kernel.org>
Thu, 30 Jun 2011 07:41:56 +0000 (10:41 +0300)
commit624043fdc10ddab50157e6bdcde8f04e3f066a5a
tree7e7e97a14b0bb57bc18217dc97ccf87df702bfdb
parent6f17bcbeb3a18ac84e9c5e707a1cb45dfb6c1d9a
kvm tools: Implement IP checksum for uip

Other protocal, e.g. TCP, UDP, ICMP, can use uip_csum() to make
checsksum as well.

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