What can I help you with?
DOCA Documentation v3.0.0

Ignore FCS Errors

Upon packet reception, the Frame Check Sequence (FCS) field undergoes checksum validation. If the validation fails, the packet is dropped.

When the FCS option is enabled (disabled by default), the device skips FCS validation, accepting packets regardless of whether the FCS is valid. This behavior can be useful in specific diagnostic or experimental scenarios, but enabling FCS is generally not recommended for production environments.

To enable or disable FCS validation, use the ethtool option:

Copy
Copied!
            

ethtool --offload <interface> rx-fcs on|off

© Copyright 2025, NVIDIA. Last updated on May 22, 2025.