|
@@ -305,7 +305,7 @@ static int hdd_lro_desc_find(struct hdd_lro_s *lro_info,
|
|
|
&free_pool->lro_free_list_head,
|
|
|
struct hdd_lro_desc_entry, lro_node);
|
|
|
if (NULL == entry) {
|
|
|
- hdd_err("Could not allocate LRO desc!");
|
|
|
+ hdd_debug("Could not allocate LRO desc!");
|
|
|
return -ENOMEM;
|
|
|
}
|
|
|
|
|
@@ -381,7 +381,7 @@ static bool hdd_lro_eligible(struct hdd_lro_s *lro_info, struct sk_buff *skb,
|
|
|
return false;
|
|
|
|
|
|
if (0 != hdd_lro_desc_find(lro_info, skb, iph, tcph, desc)) {
|
|
|
- hdd_err("finding the LRO desc failed");
|
|
|
+ hdd_debug("finding the LRO desc failed");
|
|
|
return false;
|
|
|
}
|
|
|
|