Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/iavf: remove outer UDP checksum offload for X710 VF
According to the X710 datasheet, X710 devices do not support outer checksum offload. """ 8.4.4.2 Transmit L3 and L4 Integrity Offload Tunneling UDP headers and GRE header are not offloaded while the X710/XXV710/XL710 leaves their checksum field as is. If a checksum is required, software should provide it as well as the inner checksum value(s) that are required for the outer checksum. """ Fix Tx offload capabilities depending on the VF type. Bugzilla ID: 1406 Fixes: f7c8c36 ("net/iavf: enable inner and outer Tx checksum offload") Cc: [email protected] Signed-off-by: David Marchand <[email protected]> Tested-by: Ali Alnubani <[email protected]>
- Loading branch information