* [dpdk-web] [PATCH 1/2] Added training section to doc tab
@ 2016-10-10 14:25 Marcin Maciejewski
2016-10-10 14:25 ` [dpdk-web] [PATCH 2/2] Moving instructor-led training section to about tab Marcin Maciejewski
2016-10-18 21:20 ` [dpdk-web] [PATCH 1/2] Added training section to doc tab Thomas Monjalon
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Maciejewski @ 2016-10-10 14:25 UTC (permalink / raw)
To: thomas.monjalon; +Cc: web, Marcin Maciejewski
- online resources list
- instructor-led courses list
Signed-off-by: Marcin Maciejewski <mac@semihalf.com>
---
doc.html | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc.html b/doc.html
index 24bc410..2b7e8b9 100644
--- a/doc.html
+++ b/doc.html
@@ -67,6 +67,22 @@
<li>Unmaintained driver for VMware ESXi vmxnet3 without uio: <a href="/doc/vmxnet3-usermap">vmxnet3-usermap</a>.
</ul>
</ul>
+ <h2>Trainings</h2>
+ <ul>
+ <li>This section includes both paid, and free resources provided by our partners
+ <li>If you are interested in consulting/development services, please refer to <a href="/about">supporting companies list</a>
+ <h3>On-line resources</h3>
+ <ul>
+ <li>DPDK Summit - <a href="https://dpdksummit.com/us/en/past-events">Presentations and lectures</a>
+ <li>Intel Network Builders University - <a href="https://networkbuilders.intel.com/university/coursescategory/dpdk">DPDK Courses</a> [registration is free, but required]
+ </ul>
+ <h3>Instructor-led courses</h3>
+ <ul>
+ <li>Calsoft Labs - <a href="http://sdn.calsoftlabs.com/competencies/intel-dpdk.html">Intel DPDK Evaluation</a>
+ <li>Semihalf - <a href="http://academy.semihalf.com/">Advanced DPDK Applications</a>
+ <li>WindRiver - <a href="https://education.windriver.com/lmt/clmsCatalogDetails.prMain?in_sessionId=&in_portId=1&in_offeringId=1994910">Data Plane Development Kit</a>
+ </ul>
+ </ul>
</section>
</body>
</html>
--
2.9.0.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-web] [PATCH 2/2] Moving instructor-led training section to about tab
2016-10-10 14:25 [dpdk-web] [PATCH 1/2] Added training section to doc tab Marcin Maciejewski
@ 2016-10-10 14:25 ` Marcin Maciejewski
2016-10-18 21:20 ` [dpdk-web] [PATCH 1/2] Added training section to doc tab Thomas Monjalon
1 sibling, 0 replies; 3+ messages in thread
From: Marcin Maciejewski @ 2016-10-10 14:25 UTC (permalink / raw)
To: thomas.monjalon; +Cc: web, Marcin Maciejewski
Signed-off-by: Marcin Maciejewski <mac@semihalf.com>
---
about.html | 9 +++++++++
doc.html | 9 +--------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/about.html b/about.html
index 7633d91..9d91569 100644
--- a/about.html
+++ b/about.html
@@ -45,6 +45,7 @@
<p>For any other question, please contact <a href="mailto:admin@dpdk.org">admin@dpdk.org</a>.
<h2>Extensions / Support</h2>
<p>Companies able to provide services and support for DPDK environments:</p>
+ <br>
<ul>
<li id="6WIND">
<a href="http://6wind.com/products/6windgate-software-modules">6WIND</a>
@@ -57,6 +58,14 @@
<li id="WindRiver">
<a href="http://www.windriver.com/news/press/pr.html?ID=10661">Wind River</a>
</ul>
+ <p>Instructor-led courses provided by supporting companies:</p>
+ <br>
+ <ul>
+ <li>Calsoft Labs - <a href="http://www.altencalsoftlabs.com/resources/insights/dpdk-data-plane-development-kit/">Intel DPDK Evaluation</a>
+ <li>Semihalf - <a href="http://academy.semihalf.com/">Advanced DPDK Applications</a>
+ <li>WindRiver - <a href="https://education.windriver.com/lmt/clmsCatalogDetails.prMain?in_sessionId=&in_portId=1&in_offeringId=1994910">Data Plane Development Kit</a>
+ </ul>
+
<h2>Logos</h3>
<p>
<a href="http://fast.dpdk.org/download/logos/">The DPDK logos</a>
diff --git a/doc.html b/doc.html
index 2b7e8b9..bb3b2fe 100644
--- a/doc.html
+++ b/doc.html
@@ -69,19 +69,12 @@
</ul>
<h2>Trainings</h2>
<ul>
- <li>This section includes both paid, and free resources provided by our partners
- <li>If you are interested in consulting/development services, please refer to <a href="/about">supporting companies list</a>
+ <li>If you are interested in paid consulting/instructor-led training services, please refer to <a href="/about">supporting companies list</a>
<h3>On-line resources</h3>
<ul>
<li>DPDK Summit - <a href="https://dpdksummit.com/us/en/past-events">Presentations and lectures</a>
<li>Intel Network Builders University - <a href="https://networkbuilders.intel.com/university/coursescategory/dpdk">DPDK Courses</a> [registration is free, but required]
</ul>
- <h3>Instructor-led courses</h3>
- <ul>
- <li>Calsoft Labs - <a href="http://sdn.calsoftlabs.com/competencies/intel-dpdk.html">Intel DPDK Evaluation</a>
- <li>Semihalf - <a href="http://academy.semihalf.com/">Advanced DPDK Applications</a>
- <li>WindRiver - <a href="https://education.windriver.com/lmt/clmsCatalogDetails.prMain?in_sessionId=&in_portId=1&in_offeringId=1994910">Data Plane Development Kit</a>
- </ul>
</ul>
</section>
</body>
--
2.9.0.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH 1/2] Added training section to doc tab
2016-10-10 14:25 [dpdk-web] [PATCH 1/2] Added training section to doc tab Marcin Maciejewski
2016-10-10 14:25 ` [dpdk-web] [PATCH 2/2] Moving instructor-led training section to about tab Marcin Maciejewski
@ 2016-10-18 21:20 ` Thomas Monjalon
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-10-18 21:20 UTC (permalink / raw)
To: Marcin Maciejewski; +Cc: web
2016-10-10 14:25, Marcin Maciejewski:
> - online resources list
> - instructor-led courses list
>
> Signed-off-by: Marcin Maciejewski <mac@semihalf.com>
Thanks for the inputs Marcin.
I squashed the two patches and did some formatting/wording changes
to better integrate with the existing sectons.
Sorry for not letting you review these changes before applying,
I wanted to have it online before the summit in Dublin.
If you feel it must be changed or re-organize, feel free to send
more patches.
I hope the training initiative will be fruitful and more links
will be collected.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-18 21:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 14:25 [dpdk-web] [PATCH 1/2] Added training section to doc tab Marcin Maciejewski
2016-10-10 14:25 ` [dpdk-web] [PATCH 2/2] Moving instructor-led training section to about tab Marcin Maciejewski
2016-10-18 21:20 ` [dpdk-web] [PATCH 1/2] Added training section to doc tab 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).