MFC 305652: cxgbe(4): Do not prescreen frames before attempting LRO.
This commit is contained in:
parent
c02adbd052
commit
2e743a28b7
@ -1821,8 +1821,7 @@ t4_eth_rx(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m0)
|
||||
}
|
||||
|
||||
#if defined(INET) || defined(INET6)
|
||||
if (cpl->l2info & htobe32(F_RXF_LRO) &&
|
||||
iq->flags & IQ_LRO_ENABLED &&
|
||||
if (iq->flags & IQ_LRO_ENABLED &&
|
||||
tcp_lro_rx(lro, m0, 0) == 0) {
|
||||
/* queued for LRO */
|
||||
} else
|
||||
|
Loading…
x
Reference in New Issue
Block a user