net/mlx5: Removed esp_id from struct mlx5_flow_act
authorLior Nahmanson <liorna@nvidia.com>
Tue, 6 Sep 2022 05:21:16 +0000 (22:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Sep 2022 13:02:08 +0000 (14:02 +0100)
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>
include/linux/mlx5/fs.h

index 8e73c37..920cbc9 100644 (file)
@@ -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];