Skip to content

Commit 3b28036

Browse files
committed
Typo in LSO ASSERT() statement
1 parent 445f085 commit 3b28036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/src/uts/common/io/mlxcx/mlxcx_ring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@ mlxcx_buf_prepare_sqe(mlxcx_t *mlxp, mlxcx_work_queue_t *mlwq,
24422442
}
24432443
if (ctx->mtc_lsoflags & HW_LSO) {
24442444
ASSERT(mlxp->mlx_caps->mlc_lso);
2445-
ASSERT3U(ctx->mctx_inline_hdrlen, >, 0);
2445+
ASSERT3U(ctx->mtc_inline_hdrlen, >, 0);
24462446
ent0->mlsqe_control.mlcs_opcode = MLXCX_WQE_OP_LSO;
24472447
ent0->mlsqe_eth.mles_mss = to_be16(ctx->mtc_mss);
24482448
}

0 commit comments

Comments
 (0)