summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorMaor Gottlieb2017-05-30 09:29:12 +0200
committerDoug Ledford2017-07-24 16:35:15 +0200
commit246ac9814c5b2c0e9916dca5fbf8d6a40245fad1 (patch)
tree1beb69d8b1c01c5d50d1b21a98cb30c6e3f4e5bf /include/linux/mlx5/mlx5_ifc.h
parentnet/mlx5: Introduce set delay drop command (diff)
downloadkernel-qcow2-linux-246ac9814c5b2c0e9916dca5fbf8d6a40245fad1.tar.gz
kernel-qcow2-linux-246ac9814c5b2c0e9916dca5fbf8d6a40245fad1.tar.xz
kernel-qcow2-linux-246ac9814c5b2c0e9916dca5fbf8d6a40245fad1.zip
net/mlx5: Introduce general notification event
When delay drop timeout is expired, the firmware raises general notification event of DELAY_DROP_TIMEOUT subtype. In addition the feature is disable so the driver have to reactivate the timeout. Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Reviewed-by: Yishai Hadas <yishaih@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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 40c05d29d5bb..4bc57647fad8 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -874,7 +874,8 @@ struct mlx5_ifc_cmd_hca_cap_bits {
u8 max_tc[0x4];
u8 reserved_at_1d0[0x1];
u8 dcbx[0x1];
- u8 reserved_at_1d2[0x3];
+ u8 general_notification_event[0x1];
+ u8 reserved_at_1d3[0x2];
u8 fpga[0x1];
u8 rol_s[0x1];
u8 rol_g[0x1];