DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.
@ 2021-09-13 18:46 Ben Pfaff
  2021-09-14  7:05 ` David Marchand
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Pfaff @ 2021-09-13 18:46 UTC (permalink / raw)
  To: dev; +Cc: Ben Pfaff

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.
  2021-09-13 18:46 [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation Ben Pfaff
@ 2021-09-14  7:05 ` David Marchand
  2021-09-14 17:23   ` Medvedkin, Vladimir
  0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2021-09-14  7:05 UTC (permalink / raw)
  To: Ben Pfaff; +Cc: dev, Bernard Iremonger, Bruce Richardson, Vladimir Medvedkin

On Mon, Sep 13, 2021 at 8:47 PM Ben Pfaff <blp@ovn.org> wrote:
>

This is probably due to conversion from ms word to rst format.

Fixes: fc1f2750a3ec ("doc: programmers guide")
Cc: stable@dpdk.org

> Signed-off-by: Ben Pfaff <blp@ovn.org>

Reviewed-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.
  2021-09-14  7:05 ` David Marchand
@ 2021-09-14 17:23   ` Medvedkin, Vladimir
  2021-09-23 10:50     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Medvedkin, Vladimir @ 2021-09-14 17:23 UTC (permalink / raw)
  To: David Marchand, Ben Pfaff; +Cc: dev, Bernard Iremonger, Bruce Richardson



On 14/09/2021 09:05, David Marchand wrote:
> On Mon, Sep 13, 2021 at 8:47 PM Ben Pfaff <blp@ovn.org> wrote:
>>
> 
> This is probably due to conversion from ms word to rst format.
> 
> Fixes: fc1f2750a3ec ("doc: programmers guide")
> Cc: stable@dpdk.org
> 
>> Signed-off-by: Ben Pfaff <blp@ovn.org>
> 
> Reviewed-by: David Marchand <david.marchand@redhat.com>
> 

Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>

> 

-- 
Regards,
Vladimir

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation.
  2021-09-14 17:23   ` Medvedkin, Vladimir
@ 2021-09-23 10:50     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2021-09-23 10:50 UTC (permalink / raw)
  To: Ben Pfaff
  Cc: David Marchand, dev, Bernard Iremonger, Bruce Richardson,
	Medvedkin, Vladimir

14/09/2021 19:23, Medvedkin, Vladimir:
> On 14/09/2021 09:05, David Marchand wrote:
> > On Mon, Sep 13, 2021 at 8:47 PM Ben Pfaff <blp@ovn.org> wrote:
> > 
> > This is probably due to conversion from ms word to rst format.
> > 
> > Fixes: fc1f2750a3ec ("doc: programmers guide")
> > Cc: stable@dpdk.org
> > 
> >> Signed-off-by: Ben Pfaff <blp@ovn.org>
> > 
> > Reviewed-by: David Marchand <david.marchand@redhat.com>
> 
> Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>

Applied, thanks.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-23 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 18:46 [dpdk-dev] [PATCH] lpm6: Fix missing ^ in documentation Ben Pfaff
2021-09-14  7:05 ` David Marchand
2021-09-14 17:23   ` Medvedkin, Vladimir
2021-09-23 10:50     ` Thomas Monjalon

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).