From: Ben Pfaff <blp@ovn.org>
To: dev@dpdk.org
Cc: Ben Pfaff <blp@ovn.org>
Subject: [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.
Date: Mon, 13 Sep 2021 11:46:43 -0700 [thread overview]
Message-ID: <20210913184643.1515499-1-blp@ovn.org> (raw)
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
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.31.1
next reply other threads:[~2021-09-13 18:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-13 18:46 Ben Pfaff [this message]
2021-09-14 7:05 ` David Marchand
2021-09-14 17:23 ` Medvedkin, Vladimir
2021-09-23 10:50 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210913184643.1515499-1-blp@ovn.org \
--to=blp@ovn.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).