aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-03-13 14:49:59 +0200
committerMatias Elo <matias.elo@nokia.com>2019-03-18 15:46:02 +0200
commit6d832e408b848c739cd1ce07584322619030936a (patch)
tree2a8730973c5bddbc4f5b0534e0dfb203c6a9e947
parent123d4b5092725f3fbc7178ff0cde4c7f8d53ffd3 (diff)
linux-gen: netmap: bump tested version to v13.0
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-rw-r--r--.travis.yml2
-rw-r--r--DEPENDENCIES4
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bb84ab19e..607e89477 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -84,7 +84,7 @@ install:
echo "Installing NETMAP";
sudo apt-get install linux-headers-`uname -r` ;
CDIR=`pwd` ;
- git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v11.2 https://github.com/luigirizzo/netmap.git;
+ git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v13.0 https://github.com/luigirizzo/netmap.git;
pushd netmap/LINUX;
./configure --drivers= ;
make -j $(nproc);
diff --git a/DEPENDENCIES b/DEPENDENCIES
index f16617bc3..917d84158 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -96,13 +96,13 @@ Prerequisites for building the OpenDataPlane (ODP) API
3.3.1 Building netmap kernel modules
ODP works at least with the latest release version of netmap, which is
- currently 11.2. However, if possible one should try to use the latest netmap
+ currently v13.0. However, if possible one should try to use the latest netmap
master branch commit for the best performance and the latest bug fixes.
# Checkout netmap code
$ git clone https://github.com/luigirizzo/netmap.git
$ cd netmap
- $ git checkout v11.2 (optional)
+ $ git checkout v13.0 (optional)
This is enough to build ODP. If you don't want to build netmap kernel
modules you can jump to section 3.3.2.