* [dpdk-web] [PATCH 1/3] clean news page
2016-09-08 8:19 [dpdk-web] [PATCH 0/3] update news page Thomas Monjalon
@ 2016-09-08 8:19 ` Thomas Monjalon
2016-09-08 8:19 ` [dpdk-web] [PATCH 2/3] indent news Thomas Monjalon
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2016-09-08 8:19 UTC (permalink / raw)
To: web
Remove news with following criteria:
- dead link
- event (already a page for events)
- new PMD patches
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
news.html | 44 --------------------------------------------
1 file changed, 44 deletions(-)
diff --git a/news.html b/news.html
index 55ce0d0..ef3acc0 100644
--- a/news.html
+++ b/news.html
@@ -40,14 +40,6 @@
<h2>In the News</h2>
<ul>
<li>
- <em>October 20-21, 2016</em>
- <a href="https://dpdksummit.com/us/en/events">DPDK Userspace Dublin</a>
- </li>
- <li>
- <em>August 17, 2015</em>
- <a href="/events#usasummit2015">DPDK summit at San Francisco</a>
- </li>
- <li>
<em>July 3, 2015</em>
<a href="http://www.chelsio.com/wp-content/uploads/resources/T5-40Gb-Linux-DPDK.pdf">Chelsio reports T5 performances</a>
</li>
@@ -56,50 +48,18 @@
<a href="https://www.liberouter.org/wp-content/uploads/2015/06/pmd_szedata2_dpdk_measurement.pdf">Liberouter reports SZEDATA2 performances</a>
</li>
<li>
- <em>April 21, 2015</em>
- <a href="/events#chinasummit2015">DPDK summit at Beijing</a>
- </li>
- <li>
<em>October 13, 2014</em>
<a href="http://events.linuxfoundation.org/sites/events/files/slides/Openstack-v4_0.pdf">High performance NFVI explained at LinuxCon</a>
</li>
<li>
- <em>September 8, 2014</em>
- <a href="/events#summit2014">DPDK summit at San Francisco</a>
- </li>
- <li>
- <em>June 11, 2014</em>
- <a href="http://www.emulex.com/media-center/media-center-home/press-releases/story/?tx_news_pi1[news]=556&cHash=a0499276dcfe10a9653aaedf375dbaac">Emulex announces OneConnect OCe14000 PMD with 6WIND</a>
- </li>
- <li>
- <em>March 24, 2014</em>
- <a href="http://6wind.com/speed-matters-information">SPEED MATTERS contest by 6WIND</a>
- </li>
- <li>
- <em>November 5, 2013</em>
- <a href="http://6wind.com/seminars/dpdk">Seminar about packet processing with DPDK</a>
- </li>
- <li>
- <em>September 10, 2013</em>
- <a href="https://intel.activeevents.com/sf13/connect/fileDownload/session/A2DEBBD0E050F8F6FB2399BBE772C5BA/SF13_COML001_100.pdf">Intel / Wind River lab at IDF</a>
- </li>
- <li>
<em>September 9, 2013</em>
<a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Demonstrates-Intel-Open-Networking-Platform-Support.pdf">6WIND demonstrates Open vSwitch acceleration during IDF</a>
</li>
<li>
- <em>July 10, 2013</em>
- <a href="http://dpdk.org/ml/archives/announce/2013-July/000009.html">6WIND releases librte_pmd_virtio for KVM</a>
- </li>
- <li>
<em>June 28, 2013</em>
<a href="https://github.com/01org/dpdk-ovs">Intel releases a reference code for Open vSwitch</a>
</li>
<li>
- <em>June 12, 2013</em>
- <a href="http://dpdk.org/ml/archives/announce/2013-June/000005.html">6WIND releases librte_pmd_vmxnet3 for VMware ESXi</a>
- </li>
- <li>
<em>May 31, 2013</em>
<a href="http://dpdk.org/ml/archives/announce/2013-May/000002.html">Wind River releases Pktgen using text management interface</a>
</li>
@@ -124,10 +84,6 @@
<a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-Mellanox-Support.pdf">6WIND and Mellanox announce Mellanox ConnectX-3 40G librte_pmd_mlx4 driver</a>
</li>
<li>
- <em>September 10, 2012</em>
- <a href="http://www.radisys.com/2012/radisys-delivers-industrys-first-40g-solution-for-intel-data-plane-development-kit">Radisys announces PMD (Poll Mode Driver) for its 40G NIC</a>
- </li>
- <li>
<em>June 12, 2012</em>
<a href="http://6wind.com/wp-content/uploads/PDF/press/2012/6WIND-announces-VMware-support.pdf">6WIND announces PMD (Poll Mode Driver) driver for VMware ESXi</a>
</li>
--
2.7.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-web] [PATCH 2/3] indent news
2016-09-08 8:19 [dpdk-web] [PATCH 0/3] update news page Thomas Monjalon
2016-09-08 8:19 ` [dpdk-web] [PATCH 1/3] clean " Thomas Monjalon
@ 2016-09-08 8:19 ` Thomas Monjalon
2016-09-08 8:19 ` [dpdk-web] [PATCH 3/3] update news page Thomas Monjalon
2016-09-12 14:02 ` [dpdk-web] [PATCH 0/3] " Mcnamara, John
3 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2016-09-08 8:19 UTC (permalink / raw)
To: web
Move anchor text to next line and remove optional closing </li>.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
news.html | 64 +++++++++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/news.html b/news.html
index ef3acc0..18e59a5 100644
--- a/news.html
+++ b/news.html
@@ -41,68 +41,68 @@
<ul>
<li>
<em>July 3, 2015</em>
- <a href="http://www.chelsio.com/wp-content/uploads/resources/T5-40Gb-Linux-DPDK.pdf">Chelsio reports T5 performances</a>
- </li>
+ <a href="http://www.chelsio.com/wp-content/uploads/resources/T5-40Gb-Linux-DPDK.pdf">
+ Chelsio reports T5 performances</a>
<li>
<em>June 19, 2015</em>
- <a href="https://www.liberouter.org/wp-content/uploads/2015/06/pmd_szedata2_dpdk_measurement.pdf">Liberouter reports SZEDATA2 performances</a>
- </li>
+ <a href="https://www.liberouter.org/wp-content/uploads/2015/06/pmd_szedata2_dpdk_measurement.pdf">
+ Liberouter reports SZEDATA2 performances</a>
<li>
<em>October 13, 2014</em>
- <a href="http://events.linuxfoundation.org/sites/events/files/slides/Openstack-v4_0.pdf">High performance NFVI explained at LinuxCon</a>
- </li>
+ <a href="http://events.linuxfoundation.org/sites/events/files/slides/Openstack-v4_0.pdf">
+ High performance NFVI explained at LinuxCon</a>
<li>
<em>September 9, 2013</em>
- <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Demonstrates-Intel-Open-Networking-Platform-Support.pdf">6WIND demonstrates Open vSwitch acceleration during IDF</a>
- </li>
+ <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Demonstrates-Intel-Open-Networking-Platform-Support.pdf">
+ 6WIND demonstrates Open vSwitch acceleration during IDF</a>
<li>
<em>June 28, 2013</em>
- <a href="https://github.com/01org/dpdk-ovs">Intel releases a reference code for Open vSwitch</a>
- </li>
+ <a href="https://github.com/01org/dpdk-ovs">
+ Intel releases a reference code for Open vSwitch</a>
<li>
<em>May 31, 2013</em>
- <a href="http://dpdk.org/ml/archives/announce/2013-May/000002.html">Wind River releases Pktgen using text management interface</a>
- </li>
+ <a href="http://dpdk.org/ml/archives/announce/2013-May/000002.html">
+ Wind River releases Pktgen using text management interface</a>
<li>
<em>May 23, 2013</em>
- <a href="http://dpdk.org/ml/archives/dev/2013-May/000088.html">NetBSD TCP/IP port on DPDK using Rump framework</a>
- </li>
+ <a href="http://dpdk.org/ml/archives/dev/2013-May/000088.html">
+ NetBSD TCP/IP port on DPDK using Rump framework</a>
<li>
<em>April 17, 2013</em>
- <a href="http://newsroom.intel.com/community/intel_newsroom/blog/2013/04/17/intel-accelerates-the-data-center-and-telecom-network-transformation-with-new-reference-architectures">Intel announces new reference architectures (Sunrise Trail and accelerated Open vSwitch)</a>
- </li>
+ <a href="http://newsroom.intel.com/community/intel_newsroom/blog/2013/04/17/intel-accelerates-the-data-center-and-telecom-network-transformation-with-new-reference-architectures">
+ Intel announces new reference architectures (Sunrise Trail and accelerated Open vSwitch)</a>
<li>
<em>April 9, 2013</em>
- <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-dpdk-org.pdf">6WIND announces dpdk.org</a>
- </li>
+ <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-dpdk-org.pdf">
+ 6WIND announces dpdk.org</a>
<li>
<em>April 2, 2013</em>
- <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-Virtual-Switch-Acceleration-Software.pdf">6WIND announces accelerated Open vSwitch</a>
- </li>
+ <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-Virtual-Switch-Acceleration-Software.pdf">
+ 6WIND announces accelerated Open vSwitch</a>
<li>
<em>February 25, 2013</em>
- <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-Mellanox-Support.pdf">6WIND and Mellanox announce Mellanox ConnectX-3 40G librte_pmd_mlx4 driver</a>
- </li>
+ <a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Announces-Mellanox-Support.pdf">
+ 6WIND and Mellanox announce Mellanox ConnectX-3 40G librte_pmd_mlx4 driver</a>
<li>
<em>June 12, 2012</em>
- <a href="http://6wind.com/wp-content/uploads/PDF/press/2012/6WIND-announces-VMware-support.pdf">6WIND announces PMD (Poll Mode Driver) driver for VMware ESXi</a>
- </li>
+ <a href="http://6wind.com/wp-content/uploads/PDF/press/2012/6WIND-announces-VMware-support.pdf">
+ 6WIND announces PMD (Poll Mode Driver) driver for VMware ESXi</a>
<li>
<em>May 22, 2012</em>
- <a href="http://www.windriver.com/news/press/pr.html?ID=10661">Wind River announces DPDK support</a>
- </li>
+ <a href="http://www.windriver.com/news/press/pr.html?ID=10661">
+ Wind River announces DPDK support</a>
<li>
<em>February 27, 2012</em>
- <a href="http://www.tieto.com/tieto-provides-professional-software-services-and-support-intel%C2%AE-data-plane-development-kit">Tieto announces DPDK support</a>
- </li>
+ <a href="http://www.tieto.com/tieto-provides-professional-software-services-and-support-intel%C2%AE-data-plane-development-kit">
+ Tieto announces DPDK support</a>
<li>
<em>February 27, 2012</em>
- <a href="http://www.qosmos.com/qosmos-extends-its-advanced-deep-packet-inspection-software-to-support-intel-data-plane-development-kit">Qosmos announces DPI ixEngine library for DPDK</a>
- </li>
+ <a href="http://www.qosmos.com/qosmos-extends-its-advanced-deep-packet-inspection-software-to-support-intel-data-plane-development-kit">
+ Qosmos announces DPI ixEngine library for DPDK</a>
<li>
<em>September 11, 2011</em>
- <a href="http://www.prweb.com/releases/2011/9/prweb8785683.htm">6WIND announces DPDK support</a>
- </li>
+ <a href="http://www.prweb.com/releases/2011/9/prweb8785683.htm">
+ 6WIND announces DPDK support</a>
</ul>
</section>
</body>
--
2.7.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-web] [PATCH 3/3] update news page
2016-09-08 8:19 [dpdk-web] [PATCH 0/3] update news page Thomas Monjalon
2016-09-08 8:19 ` [dpdk-web] [PATCH 1/3] clean " Thomas Monjalon
2016-09-08 8:19 ` [dpdk-web] [PATCH 2/3] indent news Thomas Monjalon
@ 2016-09-08 8:19 ` Thomas Monjalon
2016-09-12 14:02 ` [dpdk-web] [PATCH 0/3] " Mcnamara, John
3 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2016-09-08 8:19 UTC (permalink / raw)
To: web
More frequent updates would be welcome :)
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
news.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/news.html b/news.html
index 18e59a5..a7ca2dc 100644
--- a/news.html
+++ b/news.html
@@ -40,6 +40,58 @@
<h2>In the News</h2>
<ul>
<li>
+ <em>August 25, 2016</em>
+ <a href="http://github.com/outscale/butterfly">
+ Outscale releases the virtual switch Butterfly</a>
+ <li>
+ <em>June 8, 2016</em>
+ <a href="http://warp17.net">
+ Juniper announces the packet generator WARP17</a>
+ <li>
+ <em>May 20, 2016</em>
+ <a href="http://clearlinux.org/blogs/dpdk-clear-linux-os-intel%C2%AE-architecture">
+ DPDK is available in Clear Linux OS</a>
+ <li>
+ <em>May 5, 2016</em>
+ <a href="http://insights.ubuntu.com/2016/05/05/the-new-simplicity-to-consume-dpdk">
+ DPDK is available in Ubuntu 16.04</a>
+ <li>
+ <em>April 21, 2016</em>
+ <a href="http://docs.mirantis.com/openstack/fuel/fuel-9.0/release-notes.html#new-features">
+ Mirantis OpenStack Fuel 9 supports DPDK</a>
+ <li>
+ <em>March 17, 2016</em>
+ <a href="http://span.cs.berkeley.edu/bess.html">
+ UC Berkeley, Intel and AT&T announce the virtual switch framework BESS</a>
+ <li>
+ <em>March 2, 2016</em>
+ <a href="http://dpdk.org/ml/archives/dev/2016-March/034348.html">
+ The TCP stack ANS works with Redis and NGINX ports</a>
+ <li>
+ <em>February 11, 2016</em>
+ <a href="http://linuxfoundation.org/news-media/announcements/2016/02/linux-foundation-forms-open-source-effort-advance-io-services">
+ The Linux Foundation announces the virtual router VPP in fd.io</a>
+ <li>
+ <em>December 16, 2015</em>
+ <a href="http://gandi.net/news/en/2015-12-16/6308-packet-journey_a_free_software_router_for_linux_based_on_dpdk">
+ Gandi announces the virtual router Packet-journey</a>
+ <li>
+ <em>December 3, 2015</em>
+ <a href="http://www.theregister.co.uk/2015/12/08/nokia_arm_enea_craft_tcpip_stack_for_the_cloud">
+ Nokia, ARM and Enea announce the TCP stack OpenFastPath</a>
+ <li>
+ <em>October 29, 2015</em>
+ <a href="http://conferences.sigcomm.org/imc/2015/papers/p275.pdf">
+ Munich University presents the traffic generator Moongen</a>
+ <li>
+ <em>September 22, 2015</em>
+ <a href="http://itpeernetwork.intel.com/new-storage-performance-development-kit-goes-live">
+ Intel announces the Storage Performance Development Kit (SPDK)</a>
+ <li>
+ <em>August 19, 2015</em>
+ <a href="http://dpdk.org/ml/archives/dev/2015-August/022892.html">
+ Cisco announces the traffic generator TRex</a>
+ <li>
<em>July 3, 2015</em>
<a href="http://www.chelsio.com/wp-content/uploads/resources/T5-40Gb-Linux-DPDK.pdf">
Chelsio reports T5 performances</a>
@@ -48,10 +100,18 @@
<a href="https://www.liberouter.org/wp-content/uploads/2015/06/pmd_szedata2_dpdk_measurement.pdf">
Liberouter reports SZEDATA2 performances</a>
<li>
+ <em>February 20, 2015</em>
+ <a href="http://blog.cloudius-systems.com/2015/02/20/seastar">
+ ScyllaDB (formerly Cloudius) announces the C++ framework Seastar</a>
+ <li>
<em>October 13, 2014</em>
<a href="http://events.linuxfoundation.org/sites/events/files/slides/Openstack-v4_0.pdf">
High performance NFVI explained at LinuxCon</a>
<li>
+ <em>April 4, 2014</em>
+ <a href="https://www.usenix.org/system/files/conference/nsdi14/nsdi14-paper-jeong.pdf">
+ KAIST presents the userland stack mTCP</a>
+ <li>
<em>September 9, 2013</em>
<a href="http://6wind.com/wp-content/uploads/PDF/press/2013/6WIND-Demonstrates-Intel-Open-Networking-Platform-Support.pdf">
6WIND demonstrates Open vSwitch acceleration during IDF</a>
--
2.7.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-web] [PATCH 0/3] update news page
2016-09-08 8:19 [dpdk-web] [PATCH 0/3] update news page Thomas Monjalon
` (2 preceding siblings ...)
2016-09-08 8:19 ` [dpdk-web] [PATCH 3/3] update news page Thomas Monjalon
@ 2016-09-12 14:02 ` Mcnamara, John
2016-09-13 20:08 ` Thomas Monjalon
3 siblings, 1 reply; 6+ messages in thread
From: Mcnamara, John @ 2016-09-12 14:02 UTC (permalink / raw)
To: Thomas Monjalon, web
> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Thursday, September 8, 2016 9:19 AM
> To: web@dpdk.org
> Subject: [dpdk-web] [PATCH 0/3] update news page
>
> The news page was not updated enough and had some dead links.
> The events announces are now clearly avoided in this page as there is
> already an events page.
> The important news of the DPDK ecosystem, like new projects, can be added
> here.
>
Series:
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-web] [PATCH 0/3] update news page
2016-09-12 14:02 ` [dpdk-web] [PATCH 0/3] " Mcnamara, John
@ 2016-09-13 20:08 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2016-09-13 20:08 UTC (permalink / raw)
To: web; +Cc: Mcnamara, John
2016-09-12 14:02, Mcnamara, John:
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> > The news page was not updated enough and had some dead links.
> > The events announces are now clearly avoided in this page as there is
> > already an events page.
> > The important news of the DPDK ecosystem, like new projects, can be added
> > here.
>
> Series:
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied
Everyone is welcome to add more news about the DPDK ecosystem.
^ permalink raw reply [flat|nested] 6+ messages in thread