Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: Indicate hardware checksum offloading features
During netif initialization, the handling of checksums is printed per device with the info level. This commits adds the following properties next to the protocols: - For received traffic - `[+partial]` Driver and device additionally support receiving of partial checksummed packets. - `[+offloaded]` Driver and device additionally skip checksum validation of already validated packets, e.g., by a physical NIC on the host. - For transmitted traffic - `[partial]` Generated packets will only have a partial checksum computed in software. The rest of the checksum is intended to be computed by a physical NIC on the host. Signed-off-by: Simon Kuenzer <[email protected]>
- Loading branch information