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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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];