Skip to content
Snippets Groups Projects
Commit a3c57179 authored by Sivan Reinstein's avatar Sivan Reinstein
Browse files

rmnetctl: support map based UL checksum offload

Add support to mapv3 based checksum offload for UL.

CRs-fixed: 731693
Change-Id: I0a09cc6d081245c24d93cbf2fd1e481f8e38530f
parent 8484a5c4
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define EGRESS_FLAGS_MASK (RMNET_EGRESS_FORMAT__RESERVED__ | \
RMNET_EGRESS_FORMAT_MAP | \
RMNET_EGRESS_FORMAT_AGGREGATION | \
RMNET_EGRESS_FORMAT_MUXING)
RMNET_EGRESS_FORMAT_MUXING | \
RMNET_EGRESS_FORMAT_MAP_CKSUMV3)
#define min(a, b) (((a) < (b)) ? (a) : (b))
/*===========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment