From 999bbc4a2088c532d75e401703bd9205cf217c84 Mon Sep 17 00:00:00 2001 From: Padraig Connolly Date: Tue, 15 Nov 2016 09:35:50 +0000 Subject: 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 --- vnet/Makefile.am | 2 +- vnet/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vnet') 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]) -- cgit 1.2.3-korg