[PATCH v2 0/3] Fix typo's and capitalise PMD

Sean Morrissey sean.morrissey at intel.com
Mon Nov 22 11:50:43 CET 2021


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

-- 
2.25.1



More information about the dev mailing list