Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/checksum-hacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading