Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/mlx5: Update dead links in Kconfig documentation

Point to NVIDIA documentation for device specific information now that the
Mellanox documentation site is deprecated. Refer to kernel documentation
sources for generic information not specific to mlx5 devices.

Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>

authored by

Rahul Rameshbabu and committed by
Saeed Mahameed
6c8f7c43 ab943e2e

+8 -7
+7 -7
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
··· 36 36 37 37 **CONFIG_MLX5_CORE_EN_DCB=(y/n)**: 38 38 39 - | Enables `Data Center Bridging (DCB) Support <https://community.mellanox.com/s/article/howto-auto-config-pfc-and-ets-on-connectx-4-via-lldp-dcbx>`_. 39 + | Enables `Data Center Bridging (DCB) Support <https://enterprise-support.nvidia.com/s/article/howto-auto-config-pfc-and-ets-on-connectx-4-via-lldp-dcbx>`_. 40 40 41 41 42 42 **CONFIG_MLX5_CORE_IPOIB=(y/n)** ··· 59 59 **CONFIG_MLX5_EN_ARFS=(y/n)** 60 60 61 61 | Enables Hardware-accelerated receive flow steering (arfs) support, and ntuple filtering. 62 - | https://community.mellanox.com/s/article/howto-configure-arfs-on-connectx-4 62 + | https://enterprise-support.nvidia.com/s/article/howto-configure-arfs-on-connectx-4 63 63 64 64 65 65 **CONFIG_MLX5_EN_IPSEC=(y/n)** 66 66 67 - | Enables `IPSec XFRM cryptography-offload acceleration <https://support.mellanox.com/s/article/ConnectX-6DX-Bluefield-2-IPsec-HW-Full-Offload-Configuration-Guide>`_. 67 + | Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`. 68 68 69 69 70 70 **CONFIG_MLX5_EN_MACSEC=(y/n)** ··· 87 87 88 88 | Ethernet SRIOV E-Switch support in ConnectX NIC. E-Switch provides internal SRIOV packet steering 89 89 | and switching for the enabled VFs and PF in two available modes: 90 - | 1) `Legacy SRIOV mode (L2 mac vlan steering based) <https://community.mellanox.com/s/article/howto-configure-sr-iov-for-connectx-4-connectx-5-with-kvm--ethernet-x>`_. 91 - | 2) `Switchdev mode (eswitch offloads) <https://www.mellanox.com/related-docs/prod_software/ASAP2_Hardware_Offloading_for_vSwitches_User_Manual_v4.4.pdf>`_. 90 + | 1) `Legacy SRIOV mode (L2 mac vlan steering based) <https://enterprise-support.nvidia.com/s/article/HowTo-Configure-SR-IOV-for-ConnectX-4-ConnectX-5-ConnectX-6-with-KVM-Ethernet>`_. 91 + | 2) :ref:`Switchdev mode (eswitch offloads) <switchdev>`. 92 92 93 93 94 94 **CONFIG_MLX5_FPGA=(y/n)** ··· 101 101 102 102 **CONFIG_MLX5_INFINIBAND=(y/n/m)** (module mlx5_ib.ko) 103 103 104 - | Provides low-level InfiniBand/RDMA and `RoCE <https://community.mellanox.com/s/article/recommended-network-configuration-examples-for-roce-deployment>`_ support. 104 + | Provides low-level InfiniBand/RDMA and `RoCE <https://enterprise-support.nvidia.com/s/article/recommended-network-configuration-examples-for-roce-deployment>`_ support. 105 105 106 106 107 107 **CONFIG_MLX5_MPFS=(y/n)** 108 108 109 109 | Ethernet Multi-Physical Function Switch (MPFS) support in ConnectX NIC. 110 - | MPFs is required for when `Multi-Host <http://www.mellanox.com/page/multihost>`_ configuration is enabled to allow passing 110 + | MPFs is required for when `Multi-Host <https://www.nvidia.com/en-us/networking/multi-host/>`_ configuration is enabled to allow passing 111 111 | user configured unicast MAC addresses to the requesting PF. 112 112 113 113
+1
Documentation/networking/xfrm_device.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 + .. _xfrm_device: 2 3 3 4 =============================================== 4 5 XFRM device - offloading the IPsec computations