Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b6e5d27e authored by Sharath Chandra Vurukala's avatar Sharath Chandra Vurukala Committed by David S. Miller
Browse files

net: ethernet: rmnet: Add support for MAPv5 egress packets


Adding support for MAPv5 egress packets.

This involves adding the MAPv5 header and setting the csum_valid_required
in the checksum header to request HW compute the checksum.

Corresponding stats are incremented based on whether the checksum is
computed in software or HW.

New stat has been added which represents the count of packets whose
checksum is calculated by the HW.

Signed-off-by: default avatarSharath Chandra Vurukala <sharathv@codeaurora.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e1d9a90a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment