Commit ed8edcd4 authored by Ryohei Kinugawa's avatar Ryohei Kinugawa Committed by Jakub Kicinski
Browse files

docs/mlx5: Fix typo subfuction



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

Reviewed-by: default avatarJoe Damato <joe@dama.to>
Signed-off-by: default avatarRyohei Kinugawa <ryohei.kinugawa@gmail.com>
Reviewed-by: default avatarTariq Toukan <tariqt@nvidia.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260324053416.70166-1-ryohei.kinugawa@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent b83c2832
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,13 +114,13 @@ Enabling the driver and kconfig options
**CONFIG_MLX5_SF=(y/n)**

|    Build support for subfunction.
|    Subfunctons are more light weight than PCI SRIOV VFs. Choosing this option
|    Subfunctions are more light weight than PCI SRIOV VFs. Choosing this option
|    will enable support for creating subfunction devices.


**CONFIG_MLX5_SF_MANAGER=(y/n)**

|    Build support for subfuction port in the NIC. A Mellanox subfunction
|    Build support for subfunction port in the NIC. A Mellanox subfunction
|    port is managed through devlink.  A subfunction supports RDMA, netdevice
|    and vdpa device. It is similar to a SRIOV VF but it doesn't require
|    SRIOV support.