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
committed by
Damjan Marion
parent
75665d3ea1
commit
999bbc4a20
@ -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
|
||||
|
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
@ -659,7 +659,7 @@ nobase_include_HEADERS += \
|
||||
vnet/pg/edit.h
|
||||
|
||||
########################################
|
||||
# Intel DPDK
|
||||
# DPDK
|
||||
########################################
|
||||
if WITH_DPDK
|
||||
libvnet_la_SOURCES += \
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user