From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 822492B93 for ; Sat, 1 Apr 2017 03:25:55 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id x124so10890309wmf.0 for ; Fri, 31 Mar 2017 18:25:55 -0700 (PDT) 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=1UM/VWoCOvxqqshoLrOj/ICh5qNgwKHUKiFu4kMnO1Y=; b=qRqtiq3jb9WBK33Mg2+Irdomnq9EIW6hGm9yeg8JK+u9Sw5SWTkIjhN1nRY8YDOzLz VqIG5ZseyRYHQS0MU7jdbMhsEc8Yea9jar4R0nZQUHN3oUDNCsbz2Mf8HzQaNxtQftym rSjvkvBpG4LChQMsswlSyiXfFsx20hjuIBL2GY5yzRh7ZT5w0vMGRsebZCPiKjNYAtAb 3z9qAdj9fastQLI62TJFMwRl0Ehw+vQu1Zyeg3BT6hmDGeJs7Bo2jFsqTBzPYwn2B604 PIBETbIEsiQyRdNAIBi2HOCCu8xGPxyHNF8wpdoHW8GhOSIBXttNVNijqY8HYfffjeDd 10WA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=1UM/VWoCOvxqqshoLrOj/ICh5qNgwKHUKiFu4kMnO1Y=; b=nIirFzhTnh8oNx/cswtF2VFGVcOs1DTmLsUV912IwojgPtboEhZYqOgfZA8abuH8FU xFDY3RrDc3+wYGCs3ub3UZNWU8qtAOPnWcZ6Q/gMIa0TUAtYEePDQM2WHeQ0EB3KfAf6 9YnQhc9NZU0Q50yFL0UqUsiwEBZqT0dURKpWZ5WVW1Dtdlhc6x2xuEqPuFDKblHgjSkj UEHfsUhOLL4Erh6e4Qb/FsbkImCRkMwghwNzmaltcsnINImweF8UGj3Q8R75Nrd36+ri LHhY47zM6FcTWnMP/4JojNHln65LI8C5R084YZeMJfIFTj6F7QPGa4nlfvTB3sdEjwwO GQIA== X-Gm-Message-State: AFeK/H3UUfGh7071vxprPC3HchHtq7l35vwhkJafYRIC3oK462vT5NWp 0sUY0dOOnALY2YgdwQo= X-Received: by 10.28.158.87 with SMTP id h84mr420753wme.4.1491009954750; Fri, 31 Mar 2017 18:25:54 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id p7sm8653962wrc.19.2017.03.31.18.25.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 31 Mar 2017 18:25:53 -0700 (PDT) From: Thomas Monjalon To: web@dpdk.org Date: Sat, 1 Apr 2017 03:25:44 +0200 Message-Id: <1491009944-32180-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-web] [PATCH] better advertise drivers X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 01:25:55 -0000 Signed-off-by: Thomas Monjalon --- doc/nics.html | 2 ++ index.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/nics.html b/doc/nics.html index a0a6345..18f1d2c 100644 --- a/doc/nics.html +++ b/doc/nics.html @@ -38,6 +38,8 @@

Supported NICs

+

Features supported by the drivers can be checked in the + networking drivers matrix.

Amazon

  • ena (Elastic Network Adapter)
  • diff --git a/index.html b/index.html index d4679a5..7493939 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,9 @@
  • multicore framework
  • huge page memory
  • ring buffers
  • -
  • poll-mode drivers
  • +
  • poll-mode drivers + for networking + and crypto

Usage

These libraries can be used to:

-- 2.7.0