* [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs
@ 2017-04-06 7:56 Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 2/4] doc: add liquidio to the list of supported nics Jerin Jacob
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jerin Jacob @ 2017-04-06 7:56 UTC (permalink / raw)
To: web; +Cc: thomas.monjalon, shijith.thotton, rasesh.mody, Jerin Jacob
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
doc/nics.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/nics.html b/doc/nics.html
index c3c49b0..1dfc0de 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -51,7 +51,7 @@
</ul>
<h3>Cavium</h3>
<ul>
- <li><a href="/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX)</li>
+ <li><a href="/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX, CN83XX, CN81XX, CN80XX)</li>
</ul>
<h3>Chelsio</h3>
<ul>
--
2.12.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-web] [PATCH 2/4] doc: add liquidio to the list of supported nics
2017-04-06 7:56 [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Jerin Jacob
@ 2017-04-06 7:56 ` Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 3/4] move Qlogic PMDs under Cavium Jerin Jacob
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Jerin Jacob @ 2017-04-06 7:56 UTC (permalink / raw)
To: web; +Cc: thomas.monjalon, shijith.thotton, rasesh.mody, Jerin Jacob
Signed-off-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
doc/nics.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/nics.html b/doc/nics.html
index 1dfc0de..84353b3 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -52,6 +52,7 @@
<h3>Cavium</h3>
<ul>
<li><a href="/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX, CN83XX, CN81XX, CN80XX)</li>
+ <li><a href="/doc/guides/nics/liquidio.html">liquidio</a> (LiquidIO II CN23XX)</li>
</ul>
<h3>Chelsio</h3>
<ul>
--
2.12.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-web] [PATCH 3/4] move Qlogic PMDs under Cavium
2017-04-06 7:56 [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 2/4] doc: add liquidio to the list of supported nics Jerin Jacob
@ 2017-04-06 7:56 ` Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 4/4] add eventdev in poll-mode drivers Jerin Jacob
2017-04-06 8:11 ` [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Thomas Monjalon
3 siblings, 0 replies; 5+ messages in thread
From: Jerin Jacob @ 2017-04-06 7:56 UTC (permalink / raw)
To: web; +Cc: thomas.monjalon, shijith.thotton, rasesh.mody, Jerin Jacob
Qlogic is part of Cavium now. The MAINTAINERS file is already
updated to reflect the status. Fixing the missing web page update.
CC: Rasesh Mody <rasesh.mody@cavium.com>
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
doc/nics.html | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/doc/nics.html b/doc/nics.html
index 84353b3..7a782f7 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -53,6 +53,8 @@
<ul>
<li><a href="/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX, CN83XX, CN81XX, CN80XX)</li>
<li><a href="/doc/guides/nics/liquidio.html">liquidio</a> (LiquidIO II CN23XX)</li>
+ <li><a href="/doc/guides/nics/bnx2x.html">bnx2x</a> (QLogic 578xx)</li>
+ <li><a href="/doc/guides/nics/qede.html">qede</a> (QLogic FastLinQ QL4xxxx)</li>
</ul>
<h3>Chelsio</h3>
<ul>
@@ -86,11 +88,6 @@
<ul>
<li><a href="/doc/guides/nics/nfp.html">nfp</a> (NFP-6xxx)</li>
</ul>
- <h3>QLogic</h3>
- <ul>
- <li><a href="/doc/guides/nics/bnx2x.html">bnx2x</a> (578xx)</li>
- <li><a href="/doc/guides/nics/qede.html">qede</a> (FastLinQ QL4xxxx)</li>
- </ul>
<h3>Solarflare</h3>
<ul>
<li><a href="/doc/guides/nics/sfc_efx.html">sfc_efx</a> (SFN7xxx, SFN8xxx)</li>
--
2.12.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-web] [PATCH 4/4] add eventdev in poll-mode drivers
2017-04-06 7:56 [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 2/4] doc: add liquidio to the list of supported nics Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 3/4] move Qlogic PMDs under Cavium Jerin Jacob
@ 2017-04-06 7:56 ` Jerin Jacob
2017-04-06 8:11 ` [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Thomas Monjalon
3 siblings, 0 replies; 5+ messages in thread
From: Jerin Jacob @ 2017-04-06 7:56 UTC (permalink / raw)
To: web; +Cc: thomas.monjalon, shijith.thotton, rasesh.mody, Jerin Jacob
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index dcfd9f2..bd8a68c 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,8 @@
<li>ring buffers</li>
<li>poll-mode drivers
for <a href="/doc/nics">networking</a>
- and <a href="/doc/guides/cryptodevs/">crypto</a></li>
+ , <a href="/doc/guides/cryptodevs/">crypto</a>
+ and <a href="/doc/guides/eventdevs/">eventdev</a></li>
</ul>
<h3>Usage</h3>
<p>These libraries can be used to:</p>
--
2.12.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs
2017-04-06 7:56 [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Jerin Jacob
` (2 preceding siblings ...)
2017-04-06 7:56 ` [dpdk-web] [PATCH 4/4] add eventdev in poll-mode drivers Jerin Jacob
@ 2017-04-06 8:11 ` Thomas Monjalon
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-04-06 8:11 UTC (permalink / raw)
To: Jerin Jacob; +Cc: web, shijith.thotton, rasesh.mody
Series applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-04-06 8:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 7:56 [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 2/4] doc: add liquidio to the list of supported nics Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 3/4] move Qlogic PMDs under Cavium Jerin Jacob
2017-04-06 7:56 ` [dpdk-web] [PATCH 4/4] add eventdev in poll-mode drivers Jerin Jacob
2017-04-06 8:11 ` [dpdk-web] [PATCH 1/4] update the list of supported thunderx SKUs Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).