From f543b584902be27596bc79d95de0da4d6cd97947 Mon Sep 17 00:00:00 2001 From: logicog Date: Wed, 25 Jun 2025 13:19:44 +0200 Subject: [PATCH] More on checksum offloading --- doc/CpuPort.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CpuPort.md b/doc/CpuPort.md index 9129c03..fecc2d0 100644 --- a/doc/CpuPort.md +++ b/doc/CpuPort.md @@ -51,5 +51,7 @@ to the xdata source address of the frame header, and the ring pointer to the free space indicated by register 0x7890 multiplied by 8 and the MSB set. The length is given by the length of the frame plus 15, divided by 8. -Writing 0x1 to register 0x7850 will transmit the frame. +Writing 0x1 to register 0x7850 will transmit the frame. The Ethernet frame +checksum and the TCP checksum are automatically calculated (offloaded) by the +ASIC before transmitting on the wire.