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

Commit 653305ee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: fix data stall due to NAPI poll"

parents 4852335b a7bb956c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3816,7 +3816,7 @@ int ipa3_rx_poll(u32 clnt_hdl, int weight)
		cnt += IPA_WAN_AGGR_PKT_CNT;
		total_cnt++;

		if (ep->sys->len == 0 || total_cnt >= ep->sys->rx_pool_sz) {
		if (ep->sys->len == 0) {
			total_cnt = 0;
			cnt = cnt-1;
			break;