[dpdk-stable] patch 'doc: add RIB and FIB into the API index' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 13:59:25 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

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/26/20. 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.

Thanks.

Luca Boccassi

---
>From 3cefef90dddaeb04f776c4b5b580ca65a40dfc72 Mon Sep 17 00:00:00 2001
From: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
Date: Wed, 8 Jul 2020 19:31:27 +0100
Subject: [PATCH] doc: add RIB and FIB into the API index

[ upstream commit 0b459fa02a8d9e721ca6909f7183b9826b14bbda ]

Add RIB/FIB library into the API doxygen index.
Move LPM/LPM6 under separate section "routing".

Fixes: 5a5793a5ffa2 ("rib: add RIB library")
Fixes: f7e861e21c46 ("rib: support IPv6")
Fixes: 39e927248416 ("fib: add FIB library")
Fixes: 40d41a8a7b34 ("fib: support IPv6")

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
---
 doc/api/doxy-api-index.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index d7c8bd24d..5568dbc61 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -107,8 +107,6 @@ The public API headers are grouped by topics:
   [GRO]                (@ref rte_gro.h),
   [GSO]                (@ref rte_gso.h),
   [frag/reass]         (@ref rte_ip_frag.h),
-  [LPM IPv4 route]     (@ref rte_lpm.h),
-  [LPM IPv6 route]     (@ref rte_lpm6.h),
   [VXLAN]              (@ref rte_vxlan.h)
 
 - **QoS**:
@@ -116,6 +114,14 @@ The public API headers are grouped by topics:
   [scheduler]          (@ref rte_sched.h),
   [RED congestion]     (@ref rte_red.h)
 
+- **routing**:
+  [LPM IPv4 route]     (@ref rte_lpm.h),
+  [LPM IPv6 route]     (@ref rte_lpm6.h),
+  [RIB IPv4]           (@ref rte_rib.h),
+  [RIB IPv6]           (@ref rte_rib6.h),
+  [FIB IPv4]           (@ref rte_fib.h),
+  [FIB IPv6]           (@ref rte_fib6.h)
+
 - **hashes**:
   [hash]               (@ref rte_hash.h),
   [jhash]              (@ref rte_jhash.h),
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:53.433577385 +0100
+++ 0127-doc-add-RIB-and-FIB-into-the-API-index.patch	2020-07-24 12:53:48.423008994 +0100
@@ -1,8 +1,10 @@
-From 0b459fa02a8d9e721ca6909f7183b9826b14bbda Mon Sep 17 00:00:00 2001
+From 3cefef90dddaeb04f776c4b5b580ca65a40dfc72 Mon Sep 17 00:00:00 2001
 From: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
 Date: Wed, 8 Jul 2020 19:31:27 +0100
 Subject: [PATCH] doc: add RIB and FIB into the API index
 
+[ upstream commit 0b459fa02a8d9e721ca6909f7183b9826b14bbda ]
+
 Add RIB/FIB library into the API doxygen index.
 Move LPM/LPM6 under separate section "routing".
 
@@ -10,7 +12,6 @@
 Fixes: f7e861e21c46 ("rib: support IPv6")
 Fixes: 39e927248416 ("fib: add FIB library")
 Fixes: 40d41a8a7b34 ("fib: support IPv6")
-Cc: stable at dpdk.org
 
 Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
 ---
@@ -18,10 +19,10 @@
  1 file changed, 8 insertions(+), 2 deletions(-)
 
 diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
-index 766c79dbe..b855a8f3b 100644
+index d7c8bd24d..5568dbc61 100644
 --- a/doc/api/doxy-api-index.md
 +++ b/doc/api/doxy-api-index.md
-@@ -108,8 +108,6 @@ The public API headers are grouped by topics:
+@@ -107,8 +107,6 @@ The public API headers are grouped by topics:
    [GRO]                (@ref rte_gro.h),
    [GSO]                (@ref rte_gso.h),
    [frag/reass]         (@ref rte_ip_frag.h),
@@ -30,7 +31,7 @@
    [VXLAN]              (@ref rte_vxlan.h)
  
  - **QoS**:
-@@ -117,6 +115,14 @@ The public API headers are grouped by topics:
+@@ -116,6 +114,14 @@ The public API headers are grouped by topics:
    [scheduler]          (@ref rte_sched.h),
    [RED congestion]     (@ref rte_red.h)
  


More information about the stable mailing list