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 --- plugins/configure.ac | 2 +- plugins/snat-plugin/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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]) -- cgit 1.2.3-korg