Skip to content

Commit

Permalink
doc: fix kernel patch link in hns3 guide
Browse files Browse the repository at this point in the history
[ upstream commit 2de9a0f162f68b3e507a1c2a6a2555b6131ed45f ]

The LSC support of VF driver depends on a patch link in kernel PF
driver.
But current the link is invalid, so fixes it.

Add a blank line after the link.

Fixes: 80006b5 ("doc: add link status event requirements in hns3 guide")

Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
  • Loading branch information
liudongdong3 authored and kevintraynor committed Jul 18, 2023
1 parent b870ca9 commit 5cba08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/guides/nics/hns3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Firmware 1.8.0.0 and later versions support reporting link changes to the PF.
Therefore, to use the LSC for the PF driver, ensure that the firmware version
also supports reporting link changes.
If the VF driver needs to support LSC, special patch must be added:
`<https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/net/ethernet/hisilicon/hns3?h=next-20210428&id=18b6e31f8bf4ac7af7b057228f38a5a530378e4e>`_.
`<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=18b6e31f8bf4ac7af7b057228f38a5a530378e4e>`_.

Note: The patch has been uploaded to 5.13 of the Linux kernel mainline.


Expand Down

0 comments on commit 5cba08f

Please sign in to comment.