From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8163BA0C43; Mon, 22 Nov 2021 11:51:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F20A9410E4; Mon, 22 Nov 2021 11:51:27 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8F60240395 for ; Mon, 22 Nov 2021 11:51:25 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10175"; a="215476801" X-IronPort-AV: E=Sophos;i="5.87,254,1631602800"; d="scan'208";a="215476801" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 02:51:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,254,1631602800"; d="scan'208";a="496814525" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga007.jf.intel.com with ESMTP; 22 Nov 2021 02:51:23 -0800 From: Sean Morrissey To: Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v2 0/3] Fix typo's and capitalise PMD Date: Mon, 22 Nov 2021 10:50:43 +0000 Message-Id: <20211122105046.3013226-1-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211118144645.2903463-1-sean.morrissey@intel.com> References: <20211118144645.2903463-1-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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