commit | c6d4e45d3b44b71227588c2f76615380b3961f96 | [log] [tgz] |
---|---|---|
author | Eli Britstein <elibr@mellanox.com> | Wed May 29 22:50:29 2019 +0000 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri May 31 12:28:14 2019 -0700 |
tree | ad2a4d87a196b7ad6ae80ad4708ef6ceed318b02 | |
parent | 0b9055a112fd86c07b9d4857b61019485ec6526f [diff] |
net/mlx5: Introduce termination table bits Termination table is a flow table with a termination flag. The flag allows the firmware to assume that the the specified actions are the last actions list. This assumption allows the FW to safely perform potential looping logic (e.g. hairpin). Introduce the bits for this attribute. Signed-off-by: Eli Britstein <elibr@mellanox.com> Reviewed-by: Oz Shlomo <ozsh@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>