Hey, Trying to utilize TX checksum offloading while running an XDP application; We're running on Fedora 28, using Intel x710 Network Adapters in unison with the Intel i40e drivers and we've verified that the Fedora sees that TX checksum offloading is enabled. On the receiving side of an XDP_TX we don't see a proper checksum in the transmitted packet. Is this due to XDP bypassing the Linux network stack? If so, is there a way to have XDP instruct the driver to conduct the TX checksum? Or is this intended behavior? Thanks, Cody