Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 063dbcb6 authored by Ravi Gummadidala's avatar Ravi Gummadidala
Browse files

msm: ipa: memory optimization



Previously, size of skb requested on receive path was 2048 bytes.
With built-in headroom and skb shared info, final requested size
exceeded 2048 bytes requiring 2 pages (with page size of 2K). This
can lead to OOM during CAT4 E2E ECM DL fragmented scenario. Reduce
requested size to cause final allocation to fit in 1 page. This
reduction does not impact functionality due to standard MTU of
1500 bytes.

Change-Id: I3cd8dd6fb86b0097ad6de1bb18282447e4024766
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent 3e2b941d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment