commit | e810bf5e96e327500cc6334f9d56c8047aaabcff | [log] [tgz] |
---|---|---|
author | Aviad Yehezkel <aviadye@mellanox.com> | Sun Feb 18 15:00:54 2018 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Mar 06 22:20:15 2018 -0800 |
tree | a260a9ac581645cd4d455e8c2e7dda8924aef13c | |
parent | 3346c4873733a109bea29467308a754038b886a9 [diff] |
net/mlx5: Flow steering cmd interface should get the fte when deleting Previously, deleting a flow steering entry only got the index. Since the FPGA implementation of FTE's deletion might need to dig inside the FTE itself, we would like to get the FTE's context. Changing the interface to pass the FTE context. Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com> Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>