Skip to content

Commit

Permalink
Typo in LSO ASSERT() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcd committed Feb 15, 2024
1 parent 37df6b6 commit 3d151f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/common/io/mlxcx/mlxcx_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ mlxcx_buf_prepare_sqe(mlxcx_t *mlxp, mlxcx_work_queue_t *mlwq,
}
if (ctx->mtc_lsoflags & HW_LSO) {
ASSERT(mlxp->mlx_caps->mlc_lso);
ASSERT3U(ctx->mctx_inline_hdrlen, >, 0);
ASSERT3U(ctx->mtc_inline_hdrlen, >, 0);
ent0->mlsqe_control.mlcs_opcode = MLXCX_WQE_OP_LSO;
ent0->mlsqe_eth.mles_mss = to_be16(ctx->mtc_mss);
}
Expand Down

0 comments on commit 3d151f2

Please sign in to comment.