commit | 667cb65ae5ad01523505d48d6cfd92bd1d3c9785 | [log] [tgz] |
---|---|---|
author | Matan Barak <matanb@mellanox.com> | Mon Aug 07 11:14:11 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Aug 24 16:02:58 2017 +0300 |
tree | 3372de0fb49b1b82f4dfcb2cd26631cb7944741b | |
parent | 8ebabaa02fe13e534ae5b0a8aa495762c25ef279 [diff] |
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>