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

Commit 8e0f26af 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 for data path stall"

parents 444ab6c5 689a56d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1794,6 +1794,7 @@ static void ipa_fast_replenish_rx_cache(struct ipa_sys_context *sys)
			else
				WARN_ON(1);
		}
		sys->repl_trig_cnt = 0;
		queue_delayed_work(sys->wq, &sys->replenish_rx_work,
			msecs_to_jiffies(1));
	}
@@ -2678,7 +2679,7 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in,
						IPA_GENERIC_AGGR_PKT_LIMIT;
					}
				}
				sys->repl_trig_thresh = sys->rx_pool_sz / 4;
				sys->repl_trig_thresh = sys->rx_pool_sz / 8;
				if (nr_cpu_ids > 1)
					sys->repl_hdlr =
						ipa_fast_replenish_rx_cache;