diff options
author | Yevgeny Kliteynik <kliteyn@nvidia.com> | 2024-06-20 02:46:40 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2024-09-09 21:10:06 +0300 |
commit | 510f9f61a1121a296a45962760d5e2824277fa37 (patch) | |
tree | d138d68f58d2eb69833e8f164979da4cc08f7f3f /Documentation/networking | |
parent | 2ca62599aa0bbc0e61595531614e0989ba6b3194 (diff) | |
download | linux-510f9f61a1121a296a45962760d5e2824277fa37.tar.xz |
net/mlx5: HWS, added API and enabled HWS support
Enabling HWS support in the mlx5 driver:
- added HWS API header
- added HWS files in the mlx5 driver makefile
- added kconfig flag that enables HWS compilation
Reviewed-by: Erez Shitrit <erezsh@nvidia.com>
Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst index 20d3b7e87049..34e911480108 100644 --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst @@ -130,6 +130,9 @@ Enabling the driver and kconfig options | Build support for software-managed steering in the NIC. +**CONFIG_MLX5_HW_STEERING=(y/n)** + +| Build support for hardware-managed steering in the NIC. **CONFIG_MLX5_TC_CT=(y/n)** |