[dpdk-web] [PATCH] better advertise drivers

Thomas Monjalon thomas.monjalon at 6wind.com
Sat Apr 1 03:25:44 CEST 2017


Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 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 @@
 		</header>
 		<section>
 			<h2>Supported NICs</h2>
+			<p>Features supported by the drivers can be checked in the
+			<a href="http://dpdk.org/doc/guides/nics/overview.html#id1">networking drivers matrix</a>.</p>
 			<h3>Amazon</h3>
 			<ul>
 				<li><a href="/doc/guides/nics/ena.html">ena</a> (Elastic Network Adapter)</li>
diff --git a/index.html b/index.html
index d4679a5..7493939 100644
--- a/index.html
+++ b/index.html
@@ -52,7 +52,9 @@
 				<li>multicore framework</li>
 				<li>huge page memory</li>
 				<li>ring buffers</li>
-				<li>poll-mode drivers</li>
+				<li>poll-mode drivers
+					for <a href="/doc/nics">networking</a>
+					and <a href="/doc/guides/cryptodevs/">crypto</a></li>
 			</ul>
 			<h3>Usage</h3>
 			<p>These libraries can be used to:</p>
-- 
2.7.0



More information about the web mailing list