patch 'doc: fix link to flow capabilities from bnxt guide' has been queued to stable release 22.11.3

Xueming Li xuemingl at nvidia.com
Thu Aug 10 02:10:39 CEST 2023


Hi,

FYI, your patch has been queued to stable release 22.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/11/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://git.dpdk.org/dpdk-stable/log/?h=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=473cef257d37d422c356156bc291cb18306bd7b2

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 473cef257d37d422c356156bc291cb18306bd7b2 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Wed, 21 Jun 2023 11:57:36 +0200
Subject: [PATCH] doc: fix link to flow capabilities from bnxt guide
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit c1af29059c0008dc2498af9c0c350713ec34f77f ]

Having an explicit link to the main repository documentation breaks
other repositories documentation (like for LTS releases).

Besides, the tables numerotation may change so add an explicit anchor to
those tables and refer to them.

Fixes: b845c295cd13 ("doc: update Broadcom bnxt guide")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 doc/guides/conf.py       | 1 +
 doc/guides/nics/bnxt.rst | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index a55ce38800..0f7ff5282d 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -203,6 +203,7 @@ def generate_overview_table(output_filename, table_id, section, table_name, titl
     num_cols = len(header_names)
 
     print_table_css(outfile, table_id)
+    print('.. _' + table_name + ':', file=outfile)
     print('.. table:: ' + table_name + '\n', file=outfile)
     print_table_header(outfile, num_cols, header_names, title)
     print_table_body(outfile, num_cols, ini_files, ini_data, default_features)
diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst
index 0b09b0c50a..871d14142c 100644
--- a/doc/guides/nics/bnxt.rst
+++ b/doc/guides/nics/bnxt.rst
@@ -1019,8 +1019,7 @@ Listed below are the rte_flow functions supported:
 rte_flow Items
 ~~~~~~~~~~~~~~
 
-Refer to "Table 1.2 rte_flow items availability in networking drivers" in
-`Overview of Networking Drivers <https://doc.dpdk.org/guides/nics/overview.html>`.
+Refer to :ref:`rte_flow items availability in networking drivers`.
 
 Listed below are the rte_flow items supported:
 
@@ -1045,8 +1044,7 @@ Listed below are the rte_flow items supported:
 rte_flow Actions
 ~~~~~~~~~~~~~~~~
 
-Refer to "Table 1.3 rte_flow actions availability in networking drivers" in
-`Overview of Networking Drivers <https://doc.dpdk.org/guides/nics/overview.html>`.
+Refer to :ref:`rte_flow actions availability in networking drivers`.
 
 Listed below are the rte_flow actions supported:
 
-- 
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-08-09 21:51:21.261163800 +0800
+++ 0122-doc-fix-link-to-flow-capabilities-from-bnxt-guide.patch	2023-08-09 21:51:18.294352000 +0800
@@ -1 +1 @@
-From c1af29059c0008dc2498af9c0c350713ec34f77f Mon Sep 17 00:00:00 2001
+From 473cef257d37d422c356156bc291cb18306bd7b2 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit c1af29059c0008dc2498af9c0c350713ec34f77f ]
@@ -13 +15,0 @@
-Cc: stable at dpdk.org
@@ -34 +36 @@
-index 806288d495..70242ab2ce 100644
+index 0b09b0c50a..871d14142c 100644
@@ -37 +39 @@
-@@ -1020,8 +1020,7 @@ Listed below are the rte_flow functions supported:
+@@ -1019,8 +1019,7 @@ Listed below are the rte_flow functions supported:
@@ -47 +49 @@
-@@ -1046,8 +1045,7 @@ Listed below are the rte_flow items supported:
+@@ -1045,8 +1044,7 @@ Listed below are the rte_flow items supported:


More information about the stable mailing list