summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorLeon Romanovsky2016-10-31 11:15:20 +0100
committerDoug Ledford2016-12-13 19:33:24 +0100
commitc226dc22ec4904340e3e14a536983cda3dbe7914 (patch)
tree83264b82e8dd2e2591cdf9553c1da84c1fb29a33 /include/linux/mlx5/mlx5_ifc.h
parentIB/rxe: Increase max number of completions to 32k (diff)
downloadkernel-qcow2-linux-c226dc22ec4904340e3e14a536983cda3dbe7914.tar.gz
kernel-qcow2-linux-c226dc22ec4904340e3e14a536983cda3dbe7914.tar.xz
kernel-qcow2-linux-c226dc22ec4904340e3e14a536983cda3dbe7914.zip
net/mlx5: Report multi packet WQE capabilities
Multi packet WQE enables sending multiple fix sized packets using a single WQE. The exposed field reports such HW support. Signed-off-by: Bodong Wang <bodong@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 2632cb2caf10..0779ad2e8f51 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -576,7 +576,7 @@ struct mlx5_ifc_per_protocol_networking_offload_caps_bits {
u8 self_lb_en_modifiable[0x1];
u8 reserved_at_9[0x2];
u8 max_lso_cap[0x5];
- u8 reserved_at_10[0x2];
+ u8 multi_pkt_send_wqe[0x2];
u8 wqe_inline_mode[0x2];
u8 rss_ind_tbl_cap[0x4];
u8 reg_umr_sq[0x1];