]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qede: Fix single MTU sized packet from firmware GRO flow
authorManish Chopra <manish.chopra@qlogic.com>
Wed, 20 Apr 2016 07:03:29 +0000 (03:03 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 19:29:28 +0000 (12:29 -0700)
commit0409b52b8fa35bcf7c7afec9e1ca420da40a142f
treed184fe67cce4ad93de1a106450889ddfd067c4ff
parent9eea29a683fe15b493afffe35bd55b015faae053
qede: Fix single MTU sized packet from firmware GRO flow

In firmware assisted GRO flow there could be a single MTU sized
segment arriving due to firmware aggregation timeout/last segment
in an aggregation flow, which is not expected to be an actual gro
packet. So If a skb has zero frags from the GRO flow then simply
push it in the stack as non gso skb.

Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: Yuval Mintz <yuval.mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23732603
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/qlogic/qede/qede_main.c