diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2018-09-25 05:52:42 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2018-09-25 05:52:42 +0000 |
commit | ea710848dca328f3d617ce52c5553e20d7de671c (patch) | |
tree | b69f2611f59a222a1821a56d29e186f1f6d0cf2d /sys/dev/cxgbe/tom/t4_cpl_io.c | |
parent | fd8cf3be5f3a1bfbe6b9b07bc610f3b1ce9361f4 (diff) | |
download | src-test2-ea710848dca328f3d617ce52c5553e20d7de671c.tar.gz src-test2-ea710848dca328f3d617ce52c5553e20d7de671c.zip |
Notes
Diffstat (limited to 'sys/dev/cxgbe/tom/t4_cpl_io.c')
-rw-r--r-- | sys/dev/cxgbe/tom/t4_cpl_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c index 4a6ac900962b..684606a8d5b5 100644 --- a/sys/dev/cxgbe/tom/t4_cpl_io.c +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c @@ -634,7 +634,7 @@ write_tx_wr(void *dst, struct toepcb *toep, unsigned int immdlen, if (txalign > 0) { struct tcpcb *tp = intotcpcb(toep->inp); - if (plen < 2 * tp->t_maxseg || is_10G_port(toep->vi->pi)) + if (plen < 2 * tp->t_maxseg) txwr->lsodisable_to_flags |= htobe32(F_FW_OFLD_TX_DATA_WR_LSODISABLE); else |