From: Lior Nahmanson Date: Tue, 6 Sep 2022 05:21:16 +0000 (-0700) Subject: net/mlx5: Removed esp_id from struct mlx5_flow_act X-Git-Tag: v6.6.17~6504^2~242^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1b2234b7fbf94348901bed4ea8d015c8a819d02;p=platform%2Fkernel%2Flinux-rpi.git net/mlx5: Removed esp_id from struct mlx5_flow_act esp_id is no longer in used Signed-off-by: Lior Nahmanson Signed-off-by: Saeed Mahameed Signed-off-by: David S. Miller --- diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index 8e73c37..920cbc9 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -245,7 +245,6 @@ struct mlx5_flow_act { struct mlx5_pkt_reformat *pkt_reformat; union { u32 ipsec_obj_id; - uintptr_t esp_id; }; u32 flags; struct mlx5_fs_vlan vlan[MLX5_FS_VLAN_DEPTH];