git: 57b86395fea3 - stable/13 - mlx5: Properly define the reg_umr_sq networking offload capability bit.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 15:14:00 UTC
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=57b86395fea3e4d60a83fe0b5935dc0f8cae5a5e commit 57b86395fea3e4d60a83fe0b5935dc0f8cae5a5e Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-02-08 15:08:52 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-02-08 15:08:52 +0000 mlx5: Properly define the reg_umr_sq networking offload capability bit. Sponsored by: NVIDIA Networking (cherry picked from commit 1c407d0494260df26726155f8593f48f5068cd78) --- sys/dev/mlx5/mlx5_ifc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_ifc.h b/sys/dev/mlx5/mlx5_ifc.h index cad21858f453..f2edbc406138 100644 --- a/sys/dev/mlx5/mlx5_ifc.h +++ b/sys/dev/mlx5/mlx5_ifc.h @@ -883,8 +883,9 @@ struct mlx5_ifc_per_protocol_networking_offload_caps_bits { u8 multi_pkt_send_wqe[0x2]; u8 wqe_inline_mode[0x2]; u8 rss_ind_tbl_cap[0x4]; + u8 reg_umr_sq[0x1]; u8 scatter_fcs[0x1]; - u8 reserved_1[0x2]; + u8 enhanced_multi_pkt_send_wqe[0x1]; u8 tunnel_lso_const_out_ip_id[0x1]; u8 tunnel_lro_gre[0x1]; u8 tunnel_lro_vxlan[0x1];