[dpdk-stable] patch 'doc: fix numbers power of 2 in LPM6 guide' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Wed Nov 10 07:29:08 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.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 11/12/21. 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/steevenlee/dpdk

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/d593c0569e90e31b105cebf7444236279baf6ac5

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From d593c0569e90e31b105cebf7444236279baf6ac5 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp at ovn.org>
Date: Mon, 13 Sep 2021 11:46:43 -0700
Subject: [PATCH] doc: fix numbers power of 2 in LPM6 guide
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit e0ad8d2bdafcd74eb960bf96507fed11cc97d58c ]

Fixes: fc1f2750a3ec ("doc: programmers guide")

Signed-off-by: Ben Pfaff <blp at ovn.org>
Reviewed-by: David Marchand <david.marchand at redhat.com>
Acked-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
---
 doc/guides/prog_guide/lpm6_lib.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/prog_guide/lpm6_lib.rst b/doc/guides/prog_guide/lpm6_lib.rst
index d1aea91ca9..8425d14805 100644
--- a/doc/guides/prog_guide/lpm6_lib.rst
+++ b/doc/guides/prog_guide/lpm6_lib.rst
@@ -64,9 +64,9 @@ that are most commonly used in IPv6.
 
 The main data structure is built using the following elements:
 
-*   A table with 224 entries
+*   A table with 2^24 entries
 
-*   A number of tables, configurable by the user through the API, with 28 entries
+*   A number of tables, configurable by the user through the API, with 2^8 entries
 
 The first table, called tbl24, is indexed using the first 24 bits of the IP address be looked up,
 while the rest of the tables, called tbl8s,
-- 
2.33.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-10 14:17:04.938858967 +0800
+++ 0064-doc-fix-numbers-power-of-2-in-LPM6-guide.patch	2021-11-10 14:17:01.824079806 +0800
@@ -1 +1 @@
-From e0ad8d2bdafcd74eb960bf96507fed11cc97d58c Mon Sep 17 00:00:00 2001
+From d593c0569e90e31b105cebf7444236279baf6ac5 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit e0ad8d2bdafcd74eb960bf96507fed11cc97d58c ]
@@ -7 +9,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list