ARM: dts: msm: add gfp no retry flag for order-3 tmp alloc

Adding a change to clear __GFP_RETRY_MAY_FAIL flag for
order-3 tmp_alloc rather use __GFP_NORETRY flag to retry
only once whenever there is an order-2 fallback option
available. So, that it may help in replenishing
the buffers on time.

Change-Id: I44f16a121eb2769077bb6ac903b0c4895afa00f8
This commit is contained in:
Prasad Arepall
2023-05-23 11:23:22 +05:30
committed by Gerrit - the friendly Code Review server
parent 13e2942f5b
commit 67143b5c2a

View File

@@ -2881,6 +2881,7 @@
qcom,tx-poll;
qcom,wan-use-skb-page;
qcom,rmnet-ctl-enable;
qcom,gfp-no-retry;
qcom,ipa-holb-monitor-poll-period = <5>;
qcom,ipa-holb-monitor-max-cnt-wlan = <10>;
qcom,ipa-holb-monitor-max-cnt-usb = <10>;