From 50ebc616ddd9d05651923134d7bfaa02c103fbce Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Mon, 9 Jan 2017 12:56:14 +0200 Subject: linux-gen: netmap: bump supported netmap version to 11.2 Signed-off-by: Matias Elo Signed-off-by: Maxim Uvarov --- DEPENDENCIES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DEPENDENCIES') 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. -- cgit v1.2.3