From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <Allain.Legacy@windriver.com> Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by dpdk.org (Postfix) with ESMTP id 4EC5710E3C for <web@dpdk.org>; Thu, 30 Mar 2017 14:19:34 +0200 (CEST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id v2UCJWJf019863 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 30 Mar 2017 05:19:32 -0700 (PDT) Received: from yow-cgts4-lx.wrs.com (128.224.145.137) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 30 Mar 2017 05:19:32 -0700 From: Allain Legacy <allain.legacy@windriver.com> To: <web@dpdk.org> CC: <ferruh.yigit@intel.com> Date: Thu, 30 Mar 2017 08:19:01 -0400 Message-ID: <20170330121901.73795-1-allain.legacy@windriver.com> X-Mailer: git-send-email 2.12.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [128.224.145.137] Subject: [dpdk-web] [PATCH] add AVP to supported NIC list X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK 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, 30 Mar 2017 12:19:34 -0000 Adds the Wind River AVP device to the list of supported NICs for the 17.05 release. Signed-off-by: Allain Legacy <allain.legacy@windriver.com> --- doc/nics.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/nics.html b/doc/nics.html index f3eff47..a0fdbcf 100644 --- a/doc/nics.html +++ b/doc/nics.html @@ -97,6 +97,10 @@ <li><a href="/doc/guides/nics/vmxnet3.html">vmxnet3</a> (VMware ESXi)</li> <li><a href="/doc/guides/xen/pkt_switch.html#xen-pmd-frontend-prerequisites">xenvirt</a> (Xen)</li> </ul> + <h3>Wind River</h3> + <ul> + <li><a href="/doc/guides/nics/avp.html">avp</a> (Accelerated Virtual Port)</li> + </ul> <h3>Others</h3> <ul> <li><a href="/browse/dpdk/tree/drivers/net/af_packet">af_packet</a> (Linux AF_PACKET socket)</li> -- 2.12.1