remove reference to Intel with dpdk docs 29/3829/2
authorPadraig Connolly <padraig.connolly@intel.com>
Tue, 15 Nov 2016 09:35:50 +0000 (09:35 +0000)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 17 Nov 2016 21:02:29 +0000 (21:02 +0000)
*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>
build-root/deb/debian/control
build-root/rpm/vpp.spec
plugins/configure.ac
plugins/snat-plugin/configure.ac
vlib/configure.ac
vnet/Makefile.am
vnet/configure.ac
vpp-api-test/configure.ac
vpp/configure.ac

index 86383b1..988d276 100644 (file)
@@ -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
index 7f0e2a3..0620234 100644 (file)
@@ -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
index c315191..cf58bf7 100644 (file)
@@ -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])
 
index e7408b9..011246c 100644 (file)
@@ -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])
 
index 6aa08f6..f7079e6 100644 (file)
@@ -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])
 
index 3ffcca8..86b7390 100644 (file)
@@ -659,7 +659,7 @@ nobase_include_HEADERS +=                   \
   vnet/pg/edit.h
 
 ########################################
-# Intel DPDK
+# DPDK
 ########################################
 if WITH_DPDK
 libvnet_la_SOURCES +=                          \
index 5d01acc..80de43a 100644 (file)
@@ -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])
 
index 250f74c..4c20045 100644 (file)
@@ -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])
 
index 25de777..0bc13e6 100644 (file)
@@ -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])