[dpdk-web] [PATCH v2] cleanup supported NICs

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Feb 26 18:36:41 CET 2017


From: Ferruh Yigit <ferruh.yigit at intel.com>

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
v2:
	- rewording
	- move vmxnet3_usermap

---
 doc/nics.html | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/doc/nics.html b/doc/nics.html
index e6d6c4e..f3eff47 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -62,10 +62,6 @@
 			<ul>
 				<li><a href="/doc/guides/nics/enic.html">enic</a> (UCS Virtual Interface Card)</li>
 			</ul>
-			<h3>Emulex</h3>
-			<ul>
-				<li><a href="/about#6WIND">oce</a> (OneConnect OCe14000 family)</li>
-			</ul>
 			<h3>Intel</h3>
 			<ul>
 				<li><a href="/doc/guides/nics/e1000em.html">e1000</a> (82540, 82545, 82546)</li>
@@ -98,13 +94,8 @@
 			<h3>Paravirtualization</h3>
 			<ul>
 				<li><a href="/doc/guides/nics/virtio.html">virtio-net</a> (QEMU)</li>
+				<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>
-				<li>
-					<a href="/doc/vmxnet3-usermap">vmxnet3 usermap</a> or
-					<a href="/doc/guides/nics/vmxnet3.html">vmxnet3 + uio</a>
-					(VMware ESXi)
-				</li>
-				<li><a href="/doc/memnic-pmd">memnic</a></li>
 			</ul>
 			<h3>Others</h3>
 			<ul>
@@ -113,6 +104,12 @@
 				<li><a href="/doc/guides/nics/pcap_ring.html#libpcap-based-pmd">pcap</a> (file or kernel driver)</li>
 				<li><a href="/doc/guides/nics/pcap_ring.html#rings-based-pmd">ring</a> (memory)</li>
 			</ul>
+			<h3>Attic</h3>
+			<ul>
+				<li><a href="/doc/memnic-pmd">memnic</a> (Qemu IVSHMEM)</li>
+				<li><a href="/doc/vmxnet3-usermap">vmxnet3 usermap</a> (VMware ESXi without uio)</li>
+				<li><a href="/about#6WIND">oce</a> (Emulex OneConnect OCe14000)</li>
+			</ul>
 		</section>
 	</body>
 </html>
-- 
2.7.0



More information about the web mailing list