From ee00e5122fbd94832b2130b06471296b9f70a02f Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Thu, 23 Jul 2015 08:26:55 +0300 Subject: [PATCH] Fix in docs about netmap --- docs/NETMAP_INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/NETMAP_INSTALL.md b/docs/NETMAP_INSTALL.md index 77b909d..8d74fa0 100644 --- a/docs/NETMAP_INSTALL.md +++ b/docs/NETMAP_INSTALL.md @@ -1,5 +1,7 @@ Build netmap on Debian 7 Wheezy with ixgbe 10GE NIC (82599): +If you want _stable_ driver with all modern features, please use this reference instead [here](http://www.stableit.ru/2014/10/netmap-debian-7-wheezy-intel-82599.html) + Get kernel sources: ```bash cd /usr/src @@ -47,4 +49,3 @@ ifconfig eth0 up ifconfig eth0 promisc ``` -If you want driver with all modern features, please take a look [here](http://www.stableit.ru/2014/10/netmap-debian-7-wheezy-intel-82599.html)