From patchwork Mon Sep 13 18:46:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 98812 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E364A0C45; Mon, 13 Sep 2021 20:46:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84C3340151; Mon, 13 Sep 2021 20:46:57 +0200 (CEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by mails.dpdk.org (Postfix) with ESMTP id C8FBB4014F for ; Mon, 13 Sep 2021 20:46:55 +0200 (CEST) Received: (Authenticated sender: blp@ovn.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id CAC5A1BF204; Mon, 13 Sep 2021 18:46:54 +0000 (UTC) From: Ben Pfaff To: dev@dpdk.org Cc: Ben Pfaff Date: Mon, 13 Sep 2021 11:46:43 -0700 Message-Id: <20210913184643.1515499-1-blp@ovn.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Ben Pfaff Reviewed-by: David Marchand Acked-by: Vladimir Medvedkin --- 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,