|
@@ -4663,6 +4663,8 @@ static struct sk_buff *napi_frags_skb(struct napi_struct *napi)
|
|
if (unlikely(skb_gro_header_hard(skb, hlen))) {
|
|
if (unlikely(skb_gro_header_hard(skb, hlen))) {
|
|
eth = skb_gro_header_slow(skb, hlen, 0);
|
|
eth = skb_gro_header_slow(skb, hlen, 0);
|
|
if (unlikely(!eth)) {
|
|
if (unlikely(!eth)) {
|
|
|
|
+ net_warn_ratelimited("%s: dropping impossible skb from %s\n",
|
|
|
|
+ __func__, napi->dev->name);
|
|
napi_reuse_skb(napi, skb);
|
|
napi_reuse_skb(napi, skb);
|
|
return NULL;
|
|
return NULL;
|
|
}
|
|
}
|