mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
4a7d15ebb6
commit
b5e73dd952
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue