From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: drop old naming of the project Date: Mon, 8 Feb 2016 14:39:02 +0100 Message-ID: <1454938742-8786-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: john.mcnamara@intel.com, siobhan.a.butler@intel.com Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 065443005 for ; Mon, 8 Feb 2016 14:40:33 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id 128so155446243wmz.1 for ; Mon, 08 Feb 2016 05:40:33 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" It was requested by Intel, more than one year ago, to replace the name "Intel DPDK" by "DPDK". Some references to the old name were still in some docs and code comments= , leading to confusion. Fixes: ac8ada004c12 ("doc: remove Intel references from release notes") Signed-off-by: Thomas Monjalon --- doc/guides/linux_gsg/intro.rst | 2 = +- doc/guides/nics/intel_vf.rst | 2 = +- doc/guides/nics/pcap_ring.rst | 2 = +- doc/guides/prog_guide/{extend_intel_dpdk.rst =3D> extend_dpdk.rst} | = 0 doc/guides/prog_guide/index.rst | 4 = ++-- ...ty_intel_dpdk_functions.rst =3D> thread_safety_dpdk_functions.rst} | = 0 doc/guides/rel_notes/known_issues.rst | 6 = +++--- doc/guides/sample_app_ug/cmd_line.rst | 2 = +- examples/ip_pipeline/config/tm_profile.cfg | 2 = +- examples/qos_sched/profile.cfg | 2 = +- lib/librte_eal/common/include/rte_common.h | 2 = +- lib/librte_eal/common/include/rte_eal.h | 2 = +- lib/librte_eal/common/include/rte_version.h | 2 = +- lib/librte_pipeline/rte_pipeline.h | 2 = +- lib/librte_port/rte_port.h | 2 = +- lib/librte_table/rte_table.h | 2 = +- 16 files changed, 17 insertions(+), 17 deletions(-) rename doc/guides/prog_guide/{extend_intel_dpdk.rst =3D> extend_dpdk.rst= } (100%) rename doc/guides/prog_guide/{thread_safety_intel_dpdk_functions.rst =3D= > thread_safety_dpdk_functions.rst} (100%) diff --git a/doc/guides/linux_gsg/intro.rst b/doc/guides/linux_gsg/intro.= rst index eef7e83..a812f5c 100644 --- a/doc/guides/linux_gsg/intro.rst +++ b/doc/guides/linux_gsg/intro.rst @@ -31,7 +31,7 @@ Introduction =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 -This document contains instructions for installing and configuring the I= ntel=C2=AE Data Plane Development Kit (DPDK) software. +This document contains instructions for installing and configuring the D= ata Plane Development Kit (DPDK) software. It is designed to get customers up and running quickly. The document describes how to compile and run a DPDK application in a Li= nux application (linuxapp) environment, without going deeply into detail. diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index db86c64..a68198f 100644 --- a/doc/guides/nics/intel_vf.rst +++ b/doc/guides/nics/intel_vf.rst @@ -278,7 +278,7 @@ For example, rmmod igb (To remove the igb module) insmod igb max_vfs=3D2,2 (To enable two Virtual Functions per po= rt) =20 -* Using Intel=C2=AE DPDK PMD PF igb driver: +* Using DPDK PMD PF igb driver: =20 Kernel Params: iommu=3Dpt, intel_iommu=3Don modprobe uio =20 diff --git a/doc/guides/nics/pcap_ring.rst b/doc/guides/nics/pcap_ring.rs= t index 46aa3ac..aa48d33 100644 --- a/doc/guides/nics/pcap_ring.rst +++ b/doc/guides/nics/pcap_ring.rst @@ -45,7 +45,7 @@ the DPDK also includes two pure-software PMDs. These tw= o drivers are: The libpcap -based PMD is disabled by default in the build configura= tion files, owing to an external dependency on the libpcap development files whi= ch must be installed on the board. Once the libpcap development files are installed, - the library can be enabled by setting CONFIG_RTE_LIBRTE_PMD_PCAP=3Dy= and recompiling the Intel=C2=AE DPDK. + the library can be enabled by setting CONFIG_RTE_LIBRTE_PMD_PCAP=3Dy= and recompiling the DPDK. =20 Using the Drivers from the EAL Command Line ------------------------------------------- diff --git a/doc/guides/prog_guide/extend_intel_dpdk.rst b/doc/guides/pro= g_guide/extend_dpdk.rst similarity index 100% rename from doc/guides/prog_guide/extend_intel_dpdk.rst rename to doc/guides/prog_guide/extend_dpdk.rst diff --git a/doc/guides/prog_guide/index.rst b/doc/guides/prog_guide/inde= x.rst index 9359f2e..a9404fb 100644 --- a/doc/guides/prog_guide/index.rst +++ b/doc/guides/prog_guide/index.rst @@ -53,7 +53,7 @@ Programmer's Guide ip_fragment_reassembly_lib multi_proc_support kernel_nic_interface - thread_safety_intel_dpdk_functions + thread_safety_dpdk_functions qos_framework power_man packet_classif_access_ctrl @@ -63,7 +63,7 @@ Programmer's Guide source_org dev_kit_build_system dev_kit_root_make_help - extend_intel_dpdk + extend_dpdk build_app ext_app_lib_make_help perf_opt_guidelines diff --git a/doc/guides/prog_guide/thread_safety_intel_dpdk_functions.rst= b/doc/guides/prog_guide/thread_safety_dpdk_functions.rst similarity index 100% rename from doc/guides/prog_guide/thread_safety_intel_dpdk_functions.rst rename to doc/guides/prog_guide/thread_safety_dpdk_functions.rst diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes= /known_issues.rst index 9f1fcdb..b782091 100644 --- a/doc/guides/rel_notes/known_issues.rst +++ b/doc/guides/rel_notes/known_issues.rst @@ -163,7 +163,7 @@ Not all variants of supported NIC types have been use= d in testing =20 **Description**: The supported network interface cards can come in a number of variant= s with different device ID's. - Not all of these variants have been tested with the Intel=C2=AE DPDK. + Not all of these variants have been tested with the DPDK. =20 The NIC device identifiers used during testing: =20 @@ -210,7 +210,7 @@ Multi-process sample app requires exact memory mappin= g A multi-process client application fails to initialize. =20 **Resolution/Workaround**: - See the "Multi-process Limitations" section in the Intel=C2=AE DPDK = Programmer's Guide for more information. + See the "Multi-process Limitations" section in the DPDK Programmer's = Guide for more information. =20 **Affected Environment/Platform**: All. @@ -468,7 +468,7 @@ GCC might generate Intel=C2=AE AVX instructions for p= rocessors without Intel=C2=AE AVX s ------------------------------------------------------------------------= ------------ =20 **Description**: - When compiling Intel=C2=AE DPDK (and any DPDK app), gcc may generate= Intel=C2=AE AVX instructions, even when the + When compiling DPDK (and any DPDK app), gcc may generate Intel=C2=AE = AVX instructions, even when the processor does not support Intel=C2=AE AVX. =20 **Implication**: diff --git a/doc/guides/sample_app_ug/cmd_line.rst b/doc/guides/sample_ap= p_ug/cmd_line.rst index 6a72959..02a295f 100644 --- a/doc/guides/sample_app_ug/cmd_line.rst +++ b/doc/guides/sample_app_ug/cmd_line.rst @@ -45,7 +45,7 @@ to debug a DPDK application, in a Linux* application en= vironment. .. note:: =20 The rte_cmdline library should not be used in production code since - it is not validated to the same standard as other Intel=C2=AE DPDK = libraries. + it is not validated to the same standard as other DPDK libraries. See also the "rte_cmdline library should not be used in production c= ode due to limited testing" item in the "Known Issues" section of the Release Notes. =20 diff --git a/examples/ip_pipeline/config/tm_profile.cfg b/examples/ip_pip= eline/config/tm_profile.cfg index 53edb67..2dfb215 100644 --- a/examples/ip_pipeline/config/tm_profile.cfg +++ b/examples/ip_pipeline/config/tm_profile.cfg @@ -41,7 +41,7 @@ ; are set to 1:1:1:1 ; ; For more details, please refer to chapter "Quality of Service (QoS) Fr= amework" -; of Intel Data Plane Development Kit (Intel DPDK) Programmer's Guide. +; of Data Plane Development Kit (DPDK) Programmer's Guide. =20 ; Port configuration [port] diff --git a/examples/qos_sched/profile.cfg b/examples/qos_sched/profile.= cfg index 10180c2..f5b704c 100644 --- a/examples/qos_sched/profile.cfg +++ b/examples/qos_sched/profile.cfg @@ -41,7 +41,7 @@ ; are set to 1:1:1:1 ; ; For more details, please refer to chapter "Quality of Service (QoS) Fr= amework" -; of Intel Data Plane Development Kit (Intel DPDK) Programmer's Guide. +; of Data Plane Development Kit (DPDK) Programmer's Guide. =20 ; Port configuration [port] diff --git a/lib/librte_eal/common/include/rte_common.h b/lib/librte_eal/= common/include/rte_common.h index b58a384..332f2a4 100644 --- a/lib/librte_eal/common/include/rte_common.h +++ b/lib/librte_eal/common/include/rte_common.h @@ -38,7 +38,7 @@ * @file * * Generic, commonly-used macro and inline function definitions - * for Intel DPDK. + * for DPDK. */ =20 #ifdef __cplusplus diff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/com= mon/include/rte_eal.h index d2816a8..0e99c31 100644 --- a/lib/librte_eal/common/include/rte_eal.h +++ b/lib/librte_eal/common/include/rte_eal.h @@ -86,7 +86,7 @@ struct rte_config { =20 /** * Pointer to memory configuration, which may be shared across multiple - * Intel DPDK instances + * DPDK instances */ struct rte_mem_config *mem_config; } __attribute__((__packed__)); diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal= /common/include/rte_version.h index 6b1890e..0baf130 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -33,7 +33,7 @@ =20 /** * @file - * Definitions of Intel(R) DPDK version numbers + * Definitions of DPDK version numbers */ =20 #ifndef _RTE_VERSION_H_ diff --git a/lib/librte_pipeline/rte_pipeline.h b/lib/librte_pipeline/rte= _pipeline.h index 5459324..7302a62 100644 --- a/lib/librte_pipeline/rte_pipeline.h +++ b/lib/librte_pipeline/rte_pipeline.h @@ -42,7 +42,7 @@ extern "C" { * @file * RTE Pipeline * - * This tool is part of the Intel DPDK Packet Framework tool suite and p= rovides + * This tool is part of the DPDK Packet Framework tool suite and provide= s * a standard methodology (logically similar to OpenFlow) for rapid deve= lopment * of complex packet processing pipelines out of ports, tables and actio= ns. * diff --git a/lib/librte_port/rte_port.h b/lib/librte_port/rte_port.h index 00b97a9..c3c5348 100644 --- a/lib/librte_port/rte_port.h +++ b/lib/librte_port/rte_port.h @@ -42,7 +42,7 @@ extern "C" { * @file * RTE Port * - * This tool is part of the Intel DPDK Packet Framework tool suite and p= rovides + * This tool is part of the DPDK Packet Framework tool suite and provide= s * a standard interface to implement different types of packet ports. * ***/ diff --git a/lib/librte_table/rte_table.h b/lib/librte_table/rte_table.h index 720514e..d3446a5 100644 --- a/lib/librte_table/rte_table.h +++ b/lib/librte_table/rte_table.h @@ -42,7 +42,7 @@ extern "C" { * @file * RTE Table * - * This tool is part of the Intel DPDK Packet Framework tool suite and p= rovides + * This tool is part of the DPDK Packet Framework tool suite and provide= s * a standard interface to implement different types of lookup tables fo= r data * plane processing. * --=20 2.7.0