summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorLior Nahmanson <liorna@nvidia.com>2022-09-05 22:21:16 -0700
committerDavid S. Miller <davem@davemloft.net>2022-09-07 14:02:08 +0100
commitd1b2234b7fbf94348901bed4ea8d015c8a819d02 (patch)
tree0857587765c381220ea13bce12ae840dfa7abbf1 /include/linux/mlx5
parentb1671253c6015841f6cabd39730fa42fb6d3d407 (diff)
downloadlinux-d1b2234b7fbf94348901bed4ea8d015c8a819d02.tar.bz2
net/mlx5: Removed esp_id from struct mlx5_flow_act
esp_id is no longer in used Signed-off-by: Lior Nahmanson <liorna@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h
index 8e73c377da2c..920cbc9524ad 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];