Commit d1b2234b authored by Lior Nahmanson's avatar Lior Nahmanson Committed by David S. Miller

net/mlx5: Removed esp_id from struct mlx5_flow_act

esp_id is no longer in used
Signed-off-by: default avatarLior Nahmanson <liorna@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b1671253
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment