From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id D481D95B5
 for <web@dpdk.org>; Fri, 12 Feb 2016 17:42:57 +0100 (CET)
Received: by mail-wm0-f47.google.com with SMTP id g62so27020555wme.0
 for <web@dpdk.org>; Fri, 12 Feb 2016 08:42:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id;
 bh=lZqokbU7qGdthe6nRY8sZ+CGpdpPvgPLVhsVXFAaPLQ=;
 b=0RWJwn2eTRUhgl+kquGSu3+EszVFrXkWLyZTdcFjdy8R1ZN+wKf+PY3m+moephQaVt
 ncPPrK+AXMxSLAtr/49noZlJhAP9AnfBk5dRuZgOVABrvPOt2kLrBJYrg5gtjRz0Qn3v
 HzNjDKEtxXGLTKcq15FiMCQIhu4ARoXjMbSh4JmVq6fGnguoHuWTU5Z0T8YQpqF8zegK
 eMmvB+Pf4cg5CwIWNQ9cpV44ue5cQyh6jJUqNrwnEtwp0Lyjzp3KLY78/CQ23mFwUNzv
 2c/r3woXDzE04IVfQ2bJFwY8tCSjk0Q9Z4enfpLnN1ij9Y2G1wvk0cUM0csCjp3xwXKF
 p4mg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id;
 bh=lZqokbU7qGdthe6nRY8sZ+CGpdpPvgPLVhsVXFAaPLQ=;
 b=P3lGWArp5D0bvkZjBiKi2fEVTr52nZQxxPnauJW/EqFWQHbxU9e2Oe1uPVV0wQ6eaF
 Mw2zGE665B+EmZtTFDd96h80XX+GY+70E2Tl1OkdHSEj36swQT3Nwv3RzF463pyPe8rM
 ZdPNVnJJV8+gXDMbqmgb2vyANo0xEjV6OedGBhB1efKVrDn/yh2qUoWk1IdRAzLI1e8h
 7qkINh0y/4dhatYXrYZ3f95WvR08tghuGBJTNM/IRB7IZqcPigyK6PdNFOkegrJxhqdr
 lnQzWrij+gJ39A9jlFmqBk9Iu/cf5Ol65v+440ONNgTgNu5Cr4jwz1H+pNTrW6tIBbIM
 P5+g==
X-Gm-Message-State: AG10YOQakK6ljkw6mB6AviaqFcEAtC6Pp/JJzCpRgsBVfCx9/vKTwJcXc09y5svk+0G1BV0n
X-Received: by 10.194.115.8 with SMTP id jk8mr2937221wjb.136.1455295377673;
 Fri, 12 Feb 2016 08:42:57 -0800 (PST)
Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr.
 [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id w62sm3100039wmg.21.2016.02.12.08.42.56
 for <web@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Fri, 12 Feb 2016 08:42:56 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Fri, 12 Feb 2016 17:41:23 +0100
Message-Id: <1455295283-18409-1-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.7.0
Subject: [dpdk-web] [PATCH] move unmaintained extensions at the bottom
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Feb 2016 16:42:58 -0000

The extensions memnic and vmxnet3 are not maintained and
does not work anymore with the latest DPDK.
Make their status explicit before a possible removal.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 doc.html      |  8 ++------
 download.html | 10 +++++-----
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/doc.html b/doc.html
index 84c596d..397daea 100644
--- a/doc.html
+++ b/doc.html
@@ -53,12 +53,6 @@
 				<li>The guides are also available as
 					<a href="/doc/pdf-guides/">PDF files</a>.
 			</ul>
-			<h3>Extensions</h3>
-			<p>Drivers for paravirtualized NICs:</p>
-			<ul>
-				<li>For QEMU via IVSHMEM, read the <a href="/doc/memnic-pmd">memnic-pmd manual</a>.</li>
-				<li>For VMware ESXi via vmxnet3 without uio, read the <a href="/doc/vmxnet3-usermap">vmxnet3-usermap manual</a>.</li>
-			</ul>
 			<h3>Applications</h3>
 			<ul>
 				<li><a href="http://pktgen.readthedocs.org">pktgen-dpdk (traffic generator)</a>
@@ -70,6 +64,8 @@
 			<h3>Archives</h3>
 			<ul>
 				<li><a href="/doc/archives">documentation for previous versions</a>
+				<li>Unmaintained driver for QEMU IVSHMEM: <a href="/doc/memnic-pmd">memnic-pmd</a>.
+				<li>Unmaintained driver for VMware ESXi vmxnet3 without uio: <a href="/doc/vmxnet3-usermap">vmxnet3-usermap</a>.
 			</ul>
 		</section>
 	</body>
diff --git a/download.html b/download.html
index 1704053..2a1dedf 100644
--- a/download.html
+++ b/download.html
@@ -41,11 +41,6 @@
 			<p>Latest version: <a href="/browse/dpdk/snapshot/dpdk-2.2.0.tar.gz">2.2.0</a>.</p>
 			<p>Other versions and formats are available from the <a href="/browse/dpdk/refs/">browsing interface</a>.</p>
 			<p>Once downloaded, follow the <a href="/doc/quick-start">quick start instructions</a> to build and run a first test.</p>
-			<h3>Extensions</h3>
-			<ul>
-				<li><a href="/browse/memnic/refs/">memnic</a> &mdash; latest: <a href="/browse/memnic/snapshot/memnic-1.3.tar.gz">1.3</a></li>
-				<li><a href="/browse/vmxnet3-usermap/refs/">vmxnet3-usermap</a> &mdash; latest: <a href="/browse/vmxnet3-usermap/snapshot/vmxnet3-usermap-1.2.tar.gz">1.2</a></li>
-			</ul>
 			<h3>Applications</h3>
 			<ul>
 				<li><a href="/browse/apps/pktgen-dpdk/refs/">pktgen-dpdk (traffic generator)</a></li>
@@ -54,6 +49,11 @@
 			<ul>
 				<li><a href="/browse/tools/dts/refs/">dts (test suite)</a></li>
 			</ul>
+			<h3>Unmaintained Extensions</h3>
+			<ul>
+				<li><a href="/browse/memnic/refs/">memnic</a> &mdash; latest: <a href="/browse/memnic/snapshot/memnic-1.3.tar.gz">1.3</a>
+				<li><a href="/browse/vmxnet3-usermap/refs/">vmxnet3-usermap</a> &mdash; latest: <a href="/browse/vmxnet3-usermap/snapshot/vmxnet3-usermap-1.2.tar.gz">1.2</a>
+			</ul>
 		</section>
 	</body>
 </html>
-- 
2.7.0