Re: [PATCH 3/5] doc: fix some ordered lists

2023-11-24 Thread David Marchand
On Thu, Nov 23, 2023 at 6:22 PM Dariusz Sosnowski wrote: > > Hi, > > > diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index > > 45379960f0..39a8c5d7b4 100644 > > --- a/doc/guides/nics/mlx5.rst > > +++ b/doc/guides/nics/mlx5.rst > > @@ -2326,19 +2326,18 @@ This command performs: >

RE: [PATCH 3/5] doc: fix some ordered lists

2023-11-23 Thread Dariusz Sosnowski
Hi, > diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index > 45379960f0..39a8c5d7b4 100644 > --- a/doc/guides/nics/mlx5.rst > +++ b/doc/guides/nics/mlx5.rst > @@ -2326,19 +2326,18 @@ This command performs: > > #. Call the regular ``port attach`` function with updated identifier

Re: [PATCH 3/5] doc: fix some ordered lists

2023-11-23 Thread Bruce Richardson
On Thu, Nov 23, 2023 at 12:44:03PM +0100, David Marchand wrote: > Ordered lists must start preceded by an empty line. > Entries must be separated by an empty line (as per our coding style). > Incorrectly indented lines are seen as a separator and result in > starting a new list in the rendered doc.

[PATCH 3/5] doc: fix some ordered lists

2023-11-23 Thread David Marchand
Ordered lists must start preceded by an empty line. Entries must be separated by an empty line (as per our coding style). Incorrectly indented lines are seen as a separator and result in starting a new list in the rendered doc. Fix issues in some guides. Fixes: 85d9252e55f2 ("net/mlx5: add test f