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>
This commit is contained in:
Padraig Connolly
2016-11-15 09:35:50 +00:00
committed by Damjan Marion
parent 75665d3ea1
commit 999bbc4a20
9 changed files with 9 additions and 9 deletions

View 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

View 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

View 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])

View 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])

View 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])

View File

@ -659,7 +659,7 @@ nobase_include_HEADERS += \
vnet/pg/edit.h
########################################
# Intel DPDK
# DPDK
########################################
if WITH_DPDK
libvnet_la_SOURCES += \

View 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])

View 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])

View 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])