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

Configure Feed

Select the types of activity you want to include in your feed.

docs/mlx5: Fix typo subfuction

Fix two typos:
- 'Subfunctons' -> 'Subfunctions'
- 'subfuction' -> 'subfunction'

Reviewed-by: Joe Damato <joe@dama.to>
Signed-off-by: Ryohei Kinugawa <ryohei.kinugawa@gmail.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260324053416.70166-1-ryohei.kinugawa@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Ryohei Kinugawa and committed by
Jakub Kicinski
ed8edcd4 b83c2832

+2 -2
+2 -2
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
··· 114 114 **CONFIG_MLX5_SF=(y/n)** 115 115 116 116 | Build support for subfunction. 117 - | Subfunctons are more light weight than PCI SRIOV VFs. Choosing this option 117 + | Subfunctions are more light weight than PCI SRIOV VFs. Choosing this option 118 118 | will enable support for creating subfunction devices. 119 119 120 120 121 121 **CONFIG_MLX5_SF_MANAGER=(y/n)** 122 122 123 - | Build support for subfuction port in the NIC. A Mellanox subfunction 123 + | Build support for subfunction port in the NIC. A Mellanox subfunction 124 124 | port is managed through devlink. A subfunction supports RDMA, netdevice 125 125 | and vdpa device. It is similar to a SRIOV VF but it doesn't require 126 126 | SRIOV support.