diff options
author | Padraig Connolly <padraig.connolly@intel.com> | 2016-11-15 09:35:50 +0000 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-11-17 21:02:29 +0000 |
commit | 999bbc4a2088c532d75e401703bd9205cf217c84 (patch) | |
tree | fc11fbc6bfa78f3c367c7a2fc9ed948f8f40bdea /build-root/rpm | |
parent | 75665d3ea133f9978bb31ad6877166872cad1139 (diff) |
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>
Diffstat (limited to 'build-root/rpm')
-rw-r--r-- | build-root/rpm/vpp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index 7f0e2a342c4..0620234d0a5 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -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 |