aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraig Connolly <padraig.connolly@intel.com>2016-11-15 09:35:50 +0000
committerDamjan Marion <dmarion.lists@gmail.com>2016-11-17 21:02:29 +0000
commit999bbc4a2088c532d75e401703bd9205cf217c84 (patch)
treefc11fbc6bfa78f3c367c7a2fc9ed948f8f40bdea
parent75665d3ea133f9978bb31ad6877166872cad1139 (diff)
remove reference to Intel with dpdk docs
*Changed configure files to say DPDK instead of Intel DPDK *Changed rpm and deb config files to say DPDK instead of Intel DPDK *Changed vnet Makefile to say DPDK instead of Intel DPDK Change-Id: Ic6e3eacf2341af873d4bd2e036d5afa857ca6355 Signed-off-by: Padraig Connolly <padraig.connolly@intel.com>
-rw-r--r--build-root/deb/debian/control2
-rw-r--r--build-root/rpm/vpp.spec2
-rw-r--r--plugins/configure.ac2
-rw-r--r--plugins/snat-plugin/configure.ac2
-rw-r--r--vlib/configure.ac2
-rw-r--r--vnet/Makefile.am2
-rw-r--r--vnet/configure.ac2
-rw-r--r--vpp-api-test/configure.ac2
-rw-r--r--vpp/configure.ac2
9 files changed, 9 insertions, 9 deletions
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control
index 86383b14..988d2764 100644
--- a/build-root/deb/debian/control
+++ b/build-root/deb/debian/control
@@ -41,7 +41,7 @@ Description: Vector Packet Processing--runtime libraries
This package contains the VPP shared libraries, including:
.
vppinfra - foundation library supporting vectors, hashes, bitmaps, pools, and string formatting.
- dpdk - Intel DPDK library
+ dpdk - DPDK library
svm - vm library
vlib - vector processing library
vlib-api - binary API library
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec
index 7f0e2a34..0620234d 100644
--- a/build-root/rpm/vpp.spec
+++ b/build-root/rpm/vpp.spec
@@ -43,7 +43,7 @@ Group: System Environment/Libraries
%description lib
This package contains the VPP shared libraries, including:
vppinfra - foundation library supporting vectors, hashes, bitmaps, pools, and string formatting.
-dpdk - Intel DPDK library
+dpdk - DPDK library
svm - vm library
vlib - vector processing library
vlib-api - binary API library
diff --git a/plugins/configure.ac b/plugins/configure.ac
index c3151919..cf58bf75 100644
--- a/plugins/configure.ac
+++ b/plugins/configure.ac
@@ -11,7 +11,7 @@ AC_ARG_ENABLE(tests,
[enable_tests=0])
AC_ARG_WITH(dpdk,
- AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]),
+ AC_HELP_STRING([--with-dpdk],[Use DPDK]),
[with_dpdk=1],
[with_dpdk=0])
diff --git a/plugins/snat-plugin/configure.ac b/plugins/snat-plugin/configure.ac
index e7408b93..011246cd 100644
--- a/plugins/snat-plugin/configure.ac
+++ b/plugins/snat-plugin/configure.ac
@@ -22,7 +22,7 @@ AX_PROG_JAVADOC
AX_PROG_JAVA
AC_ARG_WITH(dpdk,
- AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]),
+ AC_HELP_STRING([--with-dpdk],[Use DPDK]),
[with_dpdk=1],
[with_dpdk=0])
diff --git a/vlib/configure.ac b/vlib/configure.ac
index 6aa08f6f..f7079e64 100644
--- a/vlib/configure.ac
+++ b/vlib/configure.ac
@@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_ARG_WITH(dpdk,
- AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]),
+ AC_HELP_STRING([--with-dpdk],[Use DPDK]),
[with_dpdk=1],
[with_dpdk=0])
diff --git a/vnet/Makefile.am b/vnet/Makefile.am
index 3ffcca8e..86b73906 100644
--- a/vnet/Makefile.am
+++ b/vnet/Makefile.am
@@ -659,7 +659,7 @@ nobase_include_HEADERS += \
vnet/pg/edit.h
########################################
-# Intel DPDK
+# DPDK
########################################
if WITH_DPDK
libvnet_la_SOURCES += \
diff --git a/vnet/configure.ac b/vnet/configure.ac
index 5d01acc9..80de43af 100644
--- a/vnet/configure.ac
+++ b/vnet/configure.ac
@@ -8,7 +8,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_ARG_WITH(dpdk,
- AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]),
+ AC_HELP_STRING([--with-dpdk],[Use DPDK]),
[with_dpdk=1],
[with_dpdk=0])
diff --git a/vpp-api-test/configure.ac b/vpp-api-test/configure.ac
index 250f74c5..4c200458 100644
--- a/vpp-api-test/configure.ac
+++ b/vpp-api-test/configure.ac
@@ -20,7 +20,7 @@ AC_ARG_WITH(q-platform,
esac])
AC_ARG_WITH(dpdk,
- AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]),
+ AC_HELP_STRING([--with-dpdk],[Use DPDK]),
[with_dpdk=1],
[with_dpdk=0])
diff --git a/vpp/configure.ac b/vpp/configure.ac
index 25de7773..0bc13e63 100644
--- a/vpp/configure.ac
+++ b/vpp/configure.ac
@@ -5,7 +5,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_ARG_WITH(dpdk,
- AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]),
+ AC_HELP_STRING([--with-dpdk],[Use DPDK]),
[with_dpdk=1],
[with_dpdk=0])