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>
This commit is contained in:
parent
b1671253c6
commit
d1b2234b7f
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user