net/mlx5: Don't store reserved part in FTEs and FGs
The current code stores fte_match_param in the software representation of FTEs and FGs. fte_match_param contains a large reserved area at the bottom of the struct. Since downstream patches are going to hash this part, we would like to avoid doing so on a reserved part. Signed-off-by:Matan Barak <matanb@mellanox.com> Signed-off-by:
Saeed Mahameed <saeedm@mellanox.com>
Showing
- drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 1 addition, 1 deletiondrivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c
- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 0 additions, 8 deletionsdrivers/net/ethernet/mellanox/mlx5/core/fs_core.c
- drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 14 additions, 2 deletionsdrivers/net/ethernet/mellanox/mlx5/core/fs_core.h
- include/linux/mlx5/device.h 1 addition, 1 deletioninclude/linux/mlx5/device.h
Loading
Please register or sign in to comment