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

Commit 2df7cf46 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: odu: fix rx pool size"

parents 60fd4a28 b9ec37e6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2568,6 +2568,9 @@ static int ipa_assign_policy(struct ipa_sys_connect_params *in,
					replenish_rx_work_func);
				atomic_set(&sys->curr_polling_state, 0);
				sys->rx_buff_sz = IPA_ODU_RX_BUFF_SZ;
				sys->rx_pool_sz = in->desc_fifo_sz /
					sizeof(struct sps_iovec) - 1;
				if (sys->rx_pool_sz > IPA_ODU_RX_POOL_SZ)
					sys->rx_pool_sz = IPA_ODU_RX_POOL_SZ;
				sys->pyld_hdlr = ipa_odu_rx_pyld_hdlr;
				sys->get_skb = ipa_get_skb_ipa_rx;