From 43c9b6c54ee9661426f82ce001f2f5ee65a09d23 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 5 Jun 2026 21:53:11 +0800 Subject: [PATCH] docs/checksum-hacks.md: fix typo Thanks to @Jimmy-Z for pointing it out in #40 Reported-by: Jimmy-Z Signed-off-by: Xiao Pan --- docs/checksum-hacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/checksum-hacks.md b/docs/checksum-hacks.md index e7099ad..99fb75e 100644 --- a/docs/checksum-hacks.md +++ b/docs/checksum-hacks.md @@ -22,7 +22,7 @@ Normally with most Linux distros (Debian, Fedora, Arch, etc.), `kfunc` should be When the two conditions below both matches, checksum hack is not necessary. -1. Driver does not use `csum_offset`, or checksum offload is maunally disabled. +1. Driver does not use `csum_offset`, or checksum offload is manually disabled. You can check if your NIC's driver source code contains `csum_offset` by simple searching either inside Linux kernel source code or out-of-tree somewhere. Realtek and Mediatek's Ethernet driver does not use it, while Intel and many others uses it.