From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53])
 by dpdk.org (Postfix) with ESMTP id B6446C3B0
 for <web@dpdk.org>; Thu, 18 Feb 2016 19:15:05 +0100 (CET)
Received: by mail-wm0-f53.google.com with SMTP id g62so37906756wme.0
 for <web@dpdk.org>; Thu, 18 Feb 2016 10:15:05 -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:organization:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding:content-type;
 bh=P884MvwzMRvmeJRhOVCyYWBAum6QLXEAwbutbOmIoVk=;
 b=RwXRRRKQTyi+Hu1Y08QHmFM+ddPUDKUGCn7e+8VGFUsQlBGXIPmJYriFD3gZbbQwqi
 mBZEWwqCQ3QJeqjQiZJ1E/KjtmoDLy1ZywGfv62H92T0yKyWwVFw8XlxlLEGZYNAPb5b
 y5h/yIvp66rIO/4006nDOcxFU4fLSoihflrS9RimOyEXWs0FyNURv6XK//90Ra1JWLjJ
 5NKA1/P/fBGhQ5iBh3GWhS60ewL7fuuIJjmnGnP5v1PKcOnNPFzZYFCNeD06mEM2/GKD
 AcIXPfmgrsb1pOSb1+5EGqBdpm4kZPDEUu/p/VPp1GE0W8AVWJbMOIOvj6eqCMA31Mch
 TAqg==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=P884MvwzMRvmeJRhOVCyYWBAum6QLXEAwbutbOmIoVk=;
 b=J0mN3enk/uzgZA/ytJNbRhcgNy40AQhVd+K/R8ibKy2SVgRnJxXUBDJ+IUTUACbiYG
 xImi78Z6U6DoAfhesnEMH+i8zGszyP27Swayovs98gAuL32Z0hAL6mGYczBp1df15N5j
 WTZxjJN3CnaiQB3fAKRki2y2NGiuKRSTv7ULv8xBUMsc5EZucRRyH+7H4qtxhPaLctto
 HOVhVXqhlpLlvoGrcywaZwtcct17sCJe8u+bQRy8tflFYe2dC1BNqoYRsctz6Y0YTn3t
 8AqT5pvkv4YYRpcLRXbz8TnioP6yqt1CPfUuQv9yDTVbx3MTIAQg9NwN7Ioy9tm9+eil
 ABnw==
X-Gm-Message-State: AG10YOQFr9LKKuOTM6oJ3o2RroJuCz8b9R2t+BlQYgFFA6WLFr+Ovi5Ky4HNQfGnwxtmaeTZ
X-Received: by 10.194.143.44 with SMTP id sb12mr8993378wjb.58.1455819305521;
 Thu, 18 Feb 2016 10:15:05 -0800 (PST)
Received: from xps13.localnet (229.202.154.77.rev.sfr.net. [77.154.202.229])
 by smtp.gmail.com with ESMTPSA id x186sm4092151wmg.19.2016.02.18.10.15.03
 for <web@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 18 Feb 2016 10:15:04 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Thu, 18 Feb 2016 19:13:29 +0100
Message-ID: <4980143.UrTs07GWbc@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1455295283-18409-1-git-send-email-thomas.monjalon@6wind.com>
References: <1455295283-18409-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [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: Thu, 18 Feb 2016 18:15:05 -0000

2016-02-12 17:41, Thomas Monjalon:
> 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>

Applied