From 89b79a058220aa2364c3d320fdad0d3041b92528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?why=E6=B6=9B?= <1396718917@qq.com> Date: Mon, 8 Jan 2024 03:46:37 +0000 Subject: [PATCH 01/10] =?UTF-8?q?update=20app/zh/blogs/weak-modules/OS?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7weak-modules=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95.md.=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: why涛 <1396718917@qq.com> --- ...34\254\344\277\256\346\224\271\346\226\271\346\263\225.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md" "b/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md" index f0d4d680..70347208 100644 --- "a/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md" +++ "b/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md" @@ -132,13 +132,13 @@ weak-modules脚本判断是否兼容流程: 5. 检查**S-target**中的所有符号是否能在**S-all**中找到匹配。 - 如果**S-target**中的所有符号都能在**S-all**中找到,那么兼容性就判断为可兼容,则在“/lib/modules/$\(uname -r\)/weak-updates/“中创建原ko文件的符号链接。 -- 如果**S-target**中有符号不能在**S-all**中找到,那么兼容性将判断为不兼容,将会直接报错。处理方法请参见[解决方法](#ZH-CN_TOPIC_0000001745579444)。 +- 如果**S-target**中有符号不能在**S-all**中找到,那么兼容性将判断为不兼容,将会直接报错。处理方法请参见[解决方法](#解决方法)。 # 预防措施和规范建议 在安装RPM包之前,先检查urma编译使用的内核小版本和实际的系统小版本,版本匹配后再进行安装操作。 -如果不匹配,亦可参见[解决方法](#ZH-CN_TOPIC_0000001745579444)处理。 +如果不匹配,亦可参见[解决方法](#解决方法)处理。 # 解决方法 -- Gitee From 5d3c914c0817318d32eb88cb7a79a499f686791f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?why=E6=B6=9B?= <1396718917@qq.com> Date: Mon, 8 Jan 2024 03:47:22 +0000 Subject: [PATCH 02/10] =?UTF-8?q?update=20app/en/blogs/weak-modules/Modifi?= =?UTF-8?q?cation=5Fof=5Fthe=5Fweak-modules=5FScript=5Ffor=5FOS=5FCompatib?= =?UTF-8?q?ility.md.=20=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: why涛 <1396718917@qq.com> --- ...ication_of_the_weak-modules_Script_for_OS_Compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md b/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md index eff9a756..ac3e466c 100644 --- a/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md +++ b/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md @@ -132,13 +132,13 @@ The **weak-modules** script checks OS compatibility as follows: 5. Check whether all symbols in **S-target** can be matched in **S-all**. - If all symbols in **S-target** can be found in **S-all**, the .ko file is determined as compatible. In this case, the symbolic link of the .ko file is created in **/lib/modules/$\(uname -r\)/weak-updates/**. -- If any symbol in **S-target** cannot be found in **S-all**, the .ko file is considered incompatible and an error is reported. For details about error handling, see [Solution](#EN-US_TOPIC_0000001745579444). +- If any symbol in **S-target** cannot be found in **S-all**, the .ko file is considered incompatible and an error is reported. For details about error handling, see [Solution](#Solution). # Precautions and Recommendations Before installing the RPM packages, check whether the minor kernel version used for urma compilation matches the minor version of the OS. If they match, install the RPM packages. -If not, refer to [Solution](#EN-US_TOPIC_0000001745579444). +If not, refer to [Solution](#Solution). # Solution -- Gitee From 799a93f532da8bf554bb96989b464a847c39f6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?why=E6=B6=9B?= <1396718917@qq.com> Date: Mon, 8 Jan 2024 03:56:14 +0000 Subject: [PATCH 03/10] =?UTF-8?q?update=20app/zh/blogs/RDMA/RDMA.md.=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: why涛 <1396718917@qq.com> --- app/zh/blogs/RDMA/RDMA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/zh/blogs/RDMA/RDMA.md b/app/zh/blogs/RDMA/RDMA.md index c4e75aaa..3f70b76b 100644 --- a/app/zh/blogs/RDMA/RDMA.md +++ b/app/zh/blogs/RDMA/RDMA.md @@ -121,7 +121,7 @@ lspci |grep Mellanox ofed_info -s ``` - 回显驱动版本与安装MLNX驱动版本一致则版本无误。 + 回显驱动版本与[安装MLNX驱动](#安装MLNX驱动)版本一致则版本无误。 3. 加载MST工具。 -- Gitee From a71e87853cf56594ebfa165be5bf5eb604d3b2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?why=E6=B6=9B?= <1396718917@qq.com> Date: Mon, 8 Jan 2024 06:50:05 +0000 Subject: [PATCH 04/10] =?UTF-8?q?update=20app/en/blogs/RDMA/RDMA=5FNetwork?= =?UTF-8?q?=5FGuide.md.=20=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: why涛 <1396718917@qq.com> --- app/en/blogs/RDMA/RDMA_Network_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/blogs/RDMA/RDMA_Network_Guide.md b/app/en/blogs/RDMA/RDMA_Network_Guide.md index 6454a778..ccac1968 100644 --- a/app/en/blogs/RDMA/RDMA_Network_Guide.md +++ b/app/en/blogs/RDMA/RDMA_Network_Guide.md @@ -119,7 +119,7 @@ Command output: ofed_info -s ``` - If the queried driver version is the same as the version installed in [Installing the MLNX Driver](#EN-US_TOPIC_0000001745738900), the driver version is correct. + If the queried driver version is the same as the version installed in [Installing the MLNX Driver](#Installing the MLNX Driver), the driver version is correct. 3. Load the MST tool. -- Gitee From 7f563a1ebf3496dcc1edb9415526392d91c36163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?why=E6=B6=9B?= <1396718917@qq.com> Date: Mon, 8 Jan 2024 07:22:16 +0000 Subject: [PATCH 05/10] =?UTF-8?q?update=20app/en/blogs/RDMA/RDMA=5FNetwork?= =?UTF-8?q?=5FGuide.md.=20=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: why涛 <1396718917@qq.com> --- app/en/blogs/RDMA/RDMA_Network_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/blogs/RDMA/RDMA_Network_Guide.md b/app/en/blogs/RDMA/RDMA_Network_Guide.md index ccac1968..d3169a32 100644 --- a/app/en/blogs/RDMA/RDMA_Network_Guide.md +++ b/app/en/blogs/RDMA/RDMA_Network_Guide.md @@ -119,7 +119,7 @@ Command output: ofed_info -s ``` - If the queried driver version is the same as the version installed in [Installing the MLNX Driver](#Installing the MLNX Driver), the driver version is correct. + If the queried driver version is the same as the version installed in [Installing the MLNX Driver](#installing-the-mlnx-driver), the driver version is correct. 3. Load the MST tool. -- Gitee From 22b915e57f761a999d44fba14d099adef3f74f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?why=E6=B6=9B?= <1396718917@qq.com> Date: Mon, 8 Jan 2024 07:33:38 +0000 Subject: [PATCH 06/10] =?UTF-8?q?update=20app/en/blogs/RDMA/RDMA=5FNetwork?= =?UTF-8?q?=5FGuide.md.=20=E5=88=A0=E9=99=A4=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E7=AB=A0=E8=8A=82=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: why涛 <1396718917@qq.com> --- app/en/blogs/RDMA/RDMA_Network_Guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/app/en/blogs/RDMA/RDMA_Network_Guide.md b/app/en/blogs/RDMA/RDMA_Network_Guide.md index d3169a32..31a6cd7b 100644 --- a/app/en/blogs/RDMA/RDMA_Network_Guide.md +++ b/app/en/blogs/RDMA/RDMA_Network_Guide.md @@ -352,7 +352,6 @@ Command output: **Table 1** Common IB commands -