DPDK patches and discussions
 help / color / mirror / Atom feed
From: Dariusz Sosnowski <dsosnowski@nvidia.com>
To: David Marchand <david.marchand@redhat.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "NBU-Contact-Thomas Monjalon (EXTERNAL)" <thomas@monjalon.net>,
	Abdullah Sevincer <abdullah.sevincer@intel.com>,
	Hemant Agrawal <hemant.agrawal@nxp.com>,
	Sachin Saxena <sachin.saxena@nxp.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,
	Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar K <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	Satha Rao <skoteshwar@marvell.com>,
	Gagandeep Singh <g.singh@nxp.com>,
	Apeksha Gupta <apeksha.gupta@nxp.com>,
	Yuying Zhang <Yuying.Zhang@intel.com>,
	Beilei Xing <beilei.xing@intel.com>,
	Matan Azrad <matan@nvidia.com>,
	Slava Ovsiienko <viacheslavo@nvidia.com>,
	Ori Kam <orika@nvidia.com>, Suanming Mou <suanmingm@nvidia.com>,
	Liron Himi <lironh@marvell.com>,
	Anatoly Burakov <anatoly.burakov@intel.com>,
	Jerin Jacob <jerinj@marvell.com>,
	Zhirun Yan <zhirun.yan@intel.com>, Rosen Xu <rosen.xu@intel.com>,
	Tianfei Zhang <tianfei.zhang@intel.com>,
	Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	Maxime Coquelin <maxime.coquelin@redhat.com>,
	Chenbo Xia <chenbox@nvidia.com>,
	Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
	Narcisa Ana Maria Vasile <navasile@linux.microsoft.com>,
	Dmitry Malloy <dmitrym@microsoft.com>,
	Pallavi Kadam <pallavi.kadam@intel.com>
Subject: RE: [PATCH 5/5] doc: use ordered lists
Date: Thu, 23 Nov 2023 17:23:57 +0000	[thread overview]
Message-ID: <IA1PR12MB8311A85CAB8BE1AC5CBDF896A4B9A@IA1PR12MB8311.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20231123114405.2611371-6-david.marchand@redhat.com>

Hi,

> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: Thursday, November 23, 2023 12:44
> Subject: [PATCH 5/5] doc: use ordered lists
> 
> Prefer automatically ordered lists by using #.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>  doc/guides/eventdevs/dlb2.rst                 | 29 ++++++-----
>  doc/guides/eventdevs/dpaa.rst                 |  2 +-
>  .../linux_gsg/nic_perf_intel_platform.rst     | 10 ++--
>  doc/guides/nics/cnxk.rst                      |  4 +-
>  doc/guides/nics/dpaa2.rst                     | 19 +++----
>  doc/guides/nics/enetc.rst                     |  6 +--
>  doc/guides/nics/enetfec.rst                   | 12 ++---
>  doc/guides/nics/i40e.rst                      | 16 +++---
>  doc/guides/nics/mlx4.rst                      | 32 ++++++------
>  doc/guides/nics/mlx5.rst                      | 18 +++----
>  doc/guides/nics/mvpp2.rst                     | 49 ++++++++++---------
>  doc/guides/nics/pfe.rst                       |  8 +--
>  doc/guides/nics/tap.rst                       | 14 +++---
>  doc/guides/platform/bluefield.rst             |  4 +-
>  doc/guides/platform/cnxk.rst                  | 26 +++++-----
>  doc/guides/platform/dpaa.rst                  | 14 +++---
>  doc/guides/platform/dpaa2.rst                 | 20 ++++----
>  doc/guides/platform/mlx5.rst                  | 14 +++---
>  doc/guides/platform/octeontx.rst              | 22 ++++-----
>  .../prog_guide/env_abstraction_layer.rst      | 10 ++--
>  doc/guides/prog_guide/graph_lib.rst           | 39 ++++++++-------
>  doc/guides/prog_guide/rawdev.rst              | 28 ++++++-----
>  doc/guides/prog_guide/rte_flow.rst            | 12 ++---
>  doc/guides/prog_guide/stack_lib.rst           |  8 +--
>  doc/guides/prog_guide/trace_lib.rst           | 12 ++---
>  doc/guides/rawdevs/ifpga.rst                  |  5 +-
>  doc/guides/sample_app_ug/ip_pipeline.rst      |  4 +-
>  doc/guides/sample_app_ug/pipeline.rst         |  4 +-
>  doc/guides/sample_app_ug/vdpa.rst             | 26 +++++-----
>  doc/guides/windows_gsg/run_apps.rst           |  8 +--
>  30 files changed, 250 insertions(+), 225 deletions(-)
Looks good to me. Thank you.

Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>

Best regards,
Dariusz Sosnowski

  parent reply	other threads:[~2023-11-23 17:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23 11:44 [PATCH 0/5] Some documentation fixes David Marchand
2023-11-23 11:44 ` [PATCH 1/5] doc: remove restriction on ixgbe vector support David Marchand
2023-11-23 11:45   ` Bruce Richardson
2023-11-23 11:44 ` [PATCH 2/5] doc: enhance readability in memif example commands David Marchand
2023-11-23 11:48   ` Bruce Richardson
2023-11-23 11:44 ` [PATCH 3/5] doc: fix some ordered lists David Marchand
2023-11-23 11:49   ` Bruce Richardson
2023-11-23 17:22   ` Dariusz Sosnowski
2023-11-24  8:11     ` David Marchand
2023-11-23 11:44 ` [PATCH 4/5] doc: remove number of commands in vDPA guide David Marchand
2023-11-23 12:43   ` Thomas Monjalon
2023-11-23 11:44 ` [PATCH 5/5] doc: use ordered lists David Marchand
2023-11-23 11:53   ` Bruce Richardson
2023-11-23 17:23   ` Dariusz Sosnowski [this message]
2023-11-24 12:49 ` [PATCH 0/5] Some documentation fixes David Marchand

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=IA1PR12MB8311A85CAB8BE1AC5CBDF896A4B9A@IA1PR12MB8311.namprd12.prod.outlook.com \
    --to=dsosnowski@nvidia.com \
    --cc=Yuying.Zhang@intel.com \
    --cc=abdullah.sevincer@intel.com \
    --cc=anatoly.burakov@intel.com \
    --cc=apeksha.gupta@nxp.com \
    --cc=beilei.xing@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=chenbox@nvidia.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=dmitrym@microsoft.com \
    --cc=g.singh@nxp.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=konstantin.v.ananyev@yandex.ru \
    --cc=lironh@marvell.com \
    --cc=matan@nvidia.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=navasile@linux.microsoft.com \
    --cc=ndabilpuram@marvell.com \
    --cc=orika@nvidia.com \
    --cc=pallavi.kadam@intel.com \
    --cc=rosen.xu@intel.com \
    --cc=sachin.saxena@nxp.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    --cc=suanmingm@nvidia.com \
    --cc=thomas@monjalon.net \
    --cc=tianfei.zhang@intel.com \
    --cc=viacheslavo@nvidia.com \
    --cc=zhirun.yan@intel.com \
    /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).