Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vxlan: Add capability of Rx checksum offload for inner packet
This patch adds capability in vxlan to identify received checksummed inner packets and signal them to the upper layers of the stack. The driver needs to set the skb->encapsulation bit and also set the skb->ip_summed to CHECKSUM_UNNECESSARY. Signed-off-by: Joseph Gasparakis <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information