Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/xen



Module Name:    src
Committed By:   yamt
Date:           Wed Jul 12 15:02:15 UTC 2006

Modified Files:
        src/sys/arch/xen/conf: files.xen
        src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c
Added Files:
        src/sys/arch/xen/include: xennet_checksum.h
        src/sys/arch/xen/xen: xennet_checksum.c

Log Message:
implement a simple NETTXF_csum_blank/NETRXF_csum_blank workaround
so that we can talk with linux guests at least.
just fill checksum field of received packets if the flag is set.
maybe should be revisited later.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/arch/xen/conf/files.xen
cvs rdiff -r0 -r1.1 src/sys/arch/xen/include/xennet_checksum.h
cvs rdiff -r1.11 -r1.12 src/sys/arch/xen/xen/if_xennet_xenbus.c
cvs rdiff -r0 -r1.1 src/sys/arch/xen/xen/xennet_checksum.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/xen/xen/xennetback_xenbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index