search for: 6e8be095dd84

Displaying 1 result from an estimated 1 matches for "6e8be095dd84".

2005 Dec 01
0
[PATCH] Log error in csum dev_queue_xmit error path
...is loged if the dom0 kernel mangles a packet and tries to checksum offload it. This should let the user know what is going wrong (instead of silently dropping the packet). Signed-off-by: Jon Mason <jdmason@us.ibm.com> # HG changeset patch # User root@opteron.ltc.austin.ibm.com # Node ID 6e8be095dd8406da697b3956ba65ed724e55e50f # Parent f5b119533cc825726c9ecaa3bd2650b38033d4d8 Log an error if dom0 dev_queue_xmit receives a packet to be checksummed that is not TCP/UDP. Since we can only offload TCP/UDP checksums, this error path should be entered. If this is the case, domU checksum offload ne...