aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2017-01-09 12:56:14 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-24 19:42:23 +0300
commit50ebc616ddd9d05651923134d7bfaa02c103fbce (patch)
treec95e89a8a7d39c84788442df0876300b3a805c77 /DEPENDENCIES
parent1ff6b7a7e44e7d7376920f1e1ee81dbf28f95563 (diff)
linux-gen: netmap: bump supported netmap version to 11.2
Signed-off-by: Matias Elo <matias.elo@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index f1f0edd16..574859ce5 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -83,13 +83,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.1. However, if possible one should try to use the latest netmap
+ currently 11.2. 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.1 (optional)
+ $ git checkout v11.2 (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.