From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/include/linux/mlx4/cq.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/mlx4/cq.h b/kernel/include/linux/mlx4/cq.h index 508e8cc..653d2a0 100644 --- a/kernel/include/linux/mlx4/cq.h +++ b/kernel/include/linux/mlx4/cq.h @@ -130,6 +130,11 @@ MLX4_CQE_STATUS_IPOK = 1 << 12, }; +/* L4_CSUM is logically part of status, but has to checked against badfcs_enc */ +enum { + MLX4_CQE_STATUS_L4_CSUM = 1 << 2, +}; + enum { MLX4_CQE_LLC = 1, MLX4_CQE_SNAP = 1 << 1, -- Gitblit v1.6.2