cxgbei: Don't assert F for data completion PDUs.

If a data PDU encounters an error such as a digest error, the firmware
will report that data PDU when completion moderation is active even if
it is not the final data PDU in a burst.

Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2021-07-19 15:36:31 -07:00
parent 4a7d15ebb6
commit b5e73dd952

View file

@ -552,9 +552,6 @@ do_rx_iscsi_cmp(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m)
}
MPASS(cmp != NULL);
/* Must be the final PDU. */
MPASS(bhsdo->bhsdo_flags & BHSDO_FLAGS_F);
/*
* The difference between the end of the last burst
* and the offset of the last PDU in this burst is