patch 'doc: fix kernel patch link in hns3 guide' has been queued to stable release 21.11.5

Kevin Traynor ktraynor at redhat.com
Thu Jul 20 17:19:09 CEST 2023


Hi,

FYI, your patch has been queued to stable release 21.11.5

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/25/23. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/5cba08f23bd3ffce7cd9755fb66d3278915ee1d7

Thanks.

Kevin

---
>From 5cba08f23bd3ffce7cd9755fb66d3278915ee1d7 Mon Sep 17 00:00:00 2001
From: Dongdong Liu <liudongdong3 at huawei.com>
Date: Fri, 30 Jun 2023 15:37:35 +0800
Subject: [PATCH] doc: fix kernel patch link in hns3 guide

[ 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: 80006b598730 ("doc: add link status event requirements in hns3 guide")

Signed-off-by: Dongdong Liu <liudongdong3 at huawei.com>
---
 doc/guides/nics/hns3.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst
index 791c9cc2ed..424b97cb50 100644
--- a/doc/guides/nics/hns3.rst
+++ b/doc/guides/nics/hns3.rst
@@ -138,5 +138,6 @@ 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.
 
-- 
2.41.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-07-20 16:18:09.233588849 +0100
+++ 0118-doc-fix-kernel-patch-link-in-hns3-guide.patch	2023-07-20 16:17:55.116752366 +0100
@@ -1 +1 @@
-From 2de9a0f162f68b3e507a1c2a6a2555b6131ed45f Mon Sep 17 00:00:00 2001
+From 5cba08f23bd3ffce7cd9755fb66d3278915ee1d7 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 2de9a0f162f68b3e507a1c2a6a2555b6131ed45f ]
+
@@ -13 +14,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index d6ac618565..728c6d49a2 100644
+index 791c9cc2ed..424b97cb50 100644
@@ -24 +25 @@
-@@ -55,5 +55,6 @@ Therefore, to use the LSC for the PF driver, ensure that the firmware version
+@@ -138,5 +138,6 @@ Therefore, to use the LSC for the PF driver, ensure that the firmware version



More information about the stable mailing list