DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Sean Morrissey <sean.morrissey@intel.com>
Cc: dev <dev@dpdk.org>, Thomas Monjalon <thomas@monjalon.net>,
	 "Mcnamara, John" <john.mcnamara@intel.com>,
	"Yigit, Ferruh" <ferruh.yigit@intel.com>
Subject: Re: [PATCH v2 0/3] Fix typo's and capitalise PMD
Date: Fri, 26 Nov 2021 11:11:19 +0100	[thread overview]
Message-ID: <CAJFAV8xdFjYA2H6F2K1+84-eDyZXmBXrbdU8ZsTFk6Vh4iDLjw@mail.gmail.com> (raw)
In-Reply-To: <20211122105046.3013226-1-sean.morrissey@intel.com>

On Mon, Nov 22, 2021 at 11:52 AM Sean Morrissey
<sean.morrissey@intel.com> wrote:
>
> This patchset cleans up the use of the phrase PMD
> throughout dpdk by capitalising pmd and also
> removing the use of the word driver following PMD.
>
> This patchset also removes some unnecessary
> duplication of the word "the" in comments and
> docs.
>
> Sean Morrissey (3):
>   fix PMD wording typo
>   fix 'the the' typo
>   doc: capitalise PMD
>
>  app/test-pmd/cmdline.c                        |  4 +--
>  app/test/test_barrier.c                       |  2 +-
>  doc/guides/bbdevs/turbo_sw.rst                |  2 +-
>  doc/guides/cryptodevs/ccp.rst                 |  2 +-
>  doc/guides/cryptodevs/openssl.rst             |  2 +-
>  doc/guides/cryptodevs/overview.rst            |  2 +-
>  doc/guides/cryptodevs/virtio.rst              |  2 +-
>  doc/guides/eventdevs/opdl.rst                 |  2 +-
>  doc/guides/linux_gsg/build_sample_apps.rst    |  2 +-
>  doc/guides/nics/af_packet.rst                 |  2 +-
>  doc/guides/nics/af_xdp.rst                    |  2 +-
>  doc/guides/nics/avp.rst                       |  4 +--
>  doc/guides/nics/cnxk.rst                      |  2 +-
>  doc/guides/nics/enetfec.rst                   |  2 +-
>  doc/guides/nics/fm10k.rst                     |  4 +--
>  doc/guides/nics/intel_vf.rst                  |  2 +-
>  doc/guides/nics/netvsc.rst                    |  2 +-
>  doc/guides/nics/nfp.rst                       |  2 +-
>  doc/guides/nics/octeontx.rst                  |  4 +--
>  doc/guides/nics/octeontx2.rst                 |  6 ++--
>  doc/guides/nics/thunderx.rst                  |  4 +--
>  doc/guides/nics/virtio.rst                    |  4 +--
>  doc/guides/prog_guide/compressdev.rst         |  6 ++--
>  .../prog_guide/writing_efficient_code.rst     |  4 +--
>  doc/guides/rel_notes/known_issues.rst         |  2 +-
>  doc/guides/rel_notes/release_16_04.rst        |  2 +-
>  doc/guides/rel_notes/release_18_02.rst        |  4 +--
>  doc/guides/rel_notes/release_19_05.rst        |  6 ++--
>  doc/guides/rel_notes/release_19_11.rst        |  2 +-
>  doc/guides/rel_notes/release_20_11.rst        |  4 +--
>  doc/guides/rel_notes/release_21_02.rst        |  2 +-
>  doc/guides/rel_notes/release_21_05.rst        |  2 +-
>  doc/guides/rel_notes/release_21_08.rst        |  2 +-
>  doc/guides/rel_notes/release_21_11.rst        |  2 +-
>  doc/guides/rel_notes/release_2_1.rst          |  2 +-
>  doc/guides/rel_notes/release_2_2.rst          |  4 +--
>  doc/guides/sample_app_ug/bbdev_app.rst        |  2 +-
>  doc/guides/sample_app_ug/keep_alive.rst       |  2 +-
>  .../sample_app_ug/l3_forward_access_ctrl.rst  |  2 +-
>  doc/guides/sample_app_ug/vhost.rst            |  4 +--
>  doc/guides/tools/testeventdev.rst             |  2 +-
>  doc/guides/vdpadevs/ifc.rst                   |  4 +--
>  drivers/bus/vmbus/rte_bus_vmbus.h             |  2 +-
>  drivers/common/cpt/cpt_hw_types.h             |  2 +-
>  drivers/common/sfc_efx/efsys.h                |  2 +-
>  drivers/compress/qat/qat_comp_pmd.h           |  2 +-
>  drivers/crypto/qat/qat_asym_pmd.h             |  2 +-
>  drivers/crypto/qat/qat_sym_pmd.h              |  2 +-
>  drivers/net/bnx2x/elink.c                     |  2 +-
>  drivers/net/bnxt/hsi_struct_def_dpdk.h        |  2 +-
>  drivers/net/bonding/rte_eth_bond_pmd.c        |  2 +-
>  drivers/net/fm10k/fm10k_ethdev.c              |  2 +-
>  drivers/net/hinic/base/hinic_pmd_cmdq.h       |  2 +-
>  drivers/net/hinic/base/hinic_pmd_hwdev.c      |  2 +-
>  drivers/net/hns3/hns3_ethdev.c                |  6 ++--
>  drivers/net/hns3/hns3_ethdev.h                |  8 +++---
>  drivers/net/hns3/hns3_ethdev_vf.c             | 28 +++++++++----------
>  drivers/net/hns3/hns3_rss.c                   |  4 +--
>  drivers/net/hns3/hns3_rxtx.c                  |  8 +++---
>  drivers/net/hns3/hns3_rxtx.h                  |  4 +--
>  drivers/net/i40e/base/i40e_common.c           |  2 +-
>  drivers/net/i40e/i40e_ethdev.c                |  2 +-
>  drivers/net/ice/ice_ethdev.h                  |  2 +-
>  drivers/net/ionic/ionic_if.h                  |  2 +-
>  drivers/net/mlx5/mlx5_trigger.c               |  2 +-
>  drivers/net/nfp/nfp_common.h                  |  2 +-
>  drivers/net/nfp/nfp_ethdev.c                  |  2 +-
>  drivers/net/nfp/nfp_ethdev_vf.c               |  2 +-
>  drivers/raw/ifpga/base/README                 |  2 +-
>  lib/bbdev/rte_bbdev.h                         | 12 ++++----
>  lib/bbdev/rte_bbdev_pmd.h                     |  2 +-
>  lib/compressdev/rte_compressdev_pmd.h         |  4 +--
>  lib/cryptodev/cryptodev_pmd.h                 |  4 +--
>  lib/dmadev/rte_dmadev_core.h                  |  2 +-
>  lib/eal/include/rte_dev.h                     |  2 +-
>  lib/eal/include/rte_devargs.h                 |  4 +--
>  lib/ethdev/rte_ethdev.h                       | 18 ++++++------
>  lib/eventdev/eventdev_pmd.h                   |  2 +-
>  lib/ip_frag/rte_ipv6_fragmentation.c          |  2 +-
>  lib/rawdev/rte_rawdev_pmd.h                   |  2 +-
>  80 files changed, 137 insertions(+), 137 deletions(-)

I CC'd stable@dpdk.org so that LTS maintainers can decide on whether
they want to backport those.

Series applied (with review tags from Ferruh), thanks.


-- 
David Marchand


      parent reply	other threads:[~2021-11-26 10:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18 14:46 [PATCH v1 " Sean Morrissey
2021-11-18 14:46 ` [PATCH v1 1/3] fix PMD wording typo Sean Morrissey
2021-11-19 10:07   ` Mcnamara, John
2021-11-22  8:54   ` Walsh, Conor
2021-11-18 14:46 ` [PATCH v1 2/3] fix 'the the' typo Sean Morrissey
2021-11-19 10:06   ` Mcnamara, John
2021-11-21 23:54   ` Andrew Boyer
2021-11-22  8:54   ` Walsh, Conor
2021-11-18 14:46 ` [PATCH v1 3/3] doc: capitalise PMD Sean Morrissey
2021-11-19 10:09   ` Mcnamara, John
2021-11-22  8:54   ` Walsh, Conor
2021-11-22 10:50 ` [PATCH v2 0/3] Fix typo's and " Sean Morrissey
2021-11-22 10:50   ` [PATCH v2 1/3] fix PMD wording typo Sean Morrissey
2021-11-22 10:50   ` [PATCH v2 2/3] fix 'the the' typo Sean Morrissey
2021-11-22 11:00     ` Somnath Kotur
2021-11-22 10:50   ` [PATCH v2 3/3] doc: capitalise PMD Sean Morrissey
2021-11-26  8:28   ` [PATCH v2 0/3] Fix typo's and " Mcnamara, John
2021-11-26  9:51   ` Ferruh Yigit
2021-11-26 10:11   ` David Marchand [this message]

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=CAJFAV8xdFjYA2H6F2K1+84-eDyZXmBXrbdU8ZsTFk6Vh4iDLjw@mail.gmail.com \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=john.mcnamara@intel.com \
    --cc=sean.morrissey@intel.com \
    --cc=thomas@monjalon.net \
    /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).