|
@@ -2481,7 +2481,7 @@ int ipa3_tx_dp(enum ipa_client_type dst, struct sk_buff *skb,
|
|
|
}
|
|
|
if (num_frags == 0) {
|
|
|
if (ipa3_send(sys, data_idx + 1, desc, true)) {
|
|
|
- IPAERR("fail to send skb %pK HWP\n", skb);
|
|
|
+ IPAERR_RL("fail to send skb %pK HWP\n", skb);
|
|
|
goto fail_mem;
|
|
|
}
|
|
|
} else {
|
|
@@ -2501,7 +2501,7 @@ int ipa3_tx_dp(enum ipa_client_type dst, struct sk_buff *skb,
|
|
|
|
|
|
if (ipa3_send(sys, num_frags + data_idx + 1,
|
|
|
desc, true)) {
|
|
|
- IPAERR("fail to send skb %pK num_frags %u\n",
|
|
|
+ IPAERR_RL("fail to send skb %pK num_frags %u\n",
|
|
|
skb, num_frags);
|
|
|
goto fail_mem;
|
|
|
}
|
|
@@ -6039,7 +6039,7 @@ int ipa3_tx_dp_mul(enum ipa_client_type src,
|
|
|
|
|
|
IPADBG_LOW("calling ipa3_send()\n");
|
|
|
if (ipa3_send(sys, 2, desc, true)) {
|
|
|
- IPAERR("fail to send skb\n");
|
|
|
+ IPAERR_RL("fail to send skb\n");
|
|
|
sys->ep->wstats.rx_pkt_leak += (cnt-1);
|
|
|
sys->ep->wstats.rx_dp_fail++;
|
|
|
goto fail_send;
|