commit | 6a48faeeca10a57d13deb29069591fc20a6e8117 | [log] [tgz] |
---|---|---|
author | Maor Gottlieb <maorg@mellanox.com> | Tue Aug 20 10:06:48 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Sep 03 12:54:23 2019 -0700 |
tree | 2c9be79d206faf6181bfe5ade9c5360aee0bfee9 | |
parent | fb86f1210a5776a4c0985b829542e3c30c4b89b7 [diff] |
net/mlx5: Add direct rule fs_cmd implementation Add support to create flow steering objects via direct rule API (SW steering). New layer is added - fs_dr, this layer translates the command that fs_core sends to the FW into direct rule API. In case that direct rule is not supported in some feature then -EOPNOTSUPP is returned. Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>