DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05
@ 2017-04-06 14:35 Ferruh Yigit
  2017-04-06 14:35 ` [dpdk-web] [PATCH 2/3] move bnxt pmd update to 17.08 Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ferruh Yigit @ 2017-04-06 14:35 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web, Ferruh Yigit, Shepard Siegel, Ed Czeck

Plan is to include ark pmd in 17.05 rc2
http://dpdk.org/ml/archives/dev/2017-March/062713.html

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
CC: Shepard Siegel <shepard.siegel@atomicrules.com>
CC: Ed Czeck <ed.czeck@atomicrules.com>
---
 dev/roadmap.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index 39af55d..81ed290 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -58,12 +58,12 @@
 		<li>Automated VF processing of PF Reset for i40e
 		<li>Consistent PMD Batching behaviour
 		<li>Cryptodev DOCSIS BPI+
+		<li>Atomic Rules Arkville Driver
 	</ul>
 	<h3 id="1708">Version 17.08 (2017 August)</h3>
 	<ul>
 		<li>Hotplug Notification
 		<li>Automatic Device Binding
-		<li>Atomic Rules Arkville Driver
 		<li>Xen Netfront Driver
 	</ul>
 	<h3 id="cycle">Cycle model</h3>
-- 
2.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-web] [PATCH 2/3] move bnxt pmd update to 17.08
  2017-04-06 14:35 [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 Ferruh Yigit
@ 2017-04-06 14:35 ` Ferruh Yigit
  2017-04-06 14:35 ` [dpdk-web] [PATCH 3/3] announce enic pmd update for 17.08 Ferruh Yigit
  2017-04-06 14:57 ` [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 Thomas Monjalon
  2 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2017-04-06 14:35 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web, Ferruh Yigit, Stephen Hurd, Ajit Khaparde

bnxt pmd update sent after propasol deadline and defered to 17.08
http://dpdk.org/ml/archives/dev/2017-March/061620.html

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
CC: Stephen Hurd <stephen.hurd@broadcom.com>
CC: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 dev/roadmap.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index 81ed290..81e8502 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -53,7 +53,6 @@
 		<li>Interrupt Mode for virtio-user
 		<li>New device types in vhost-user
 		<li>Add flow API and virtual functions support in the Solarflare net driver
-		<li>Enhance bnxt driver and update the HWRM version to 1.7.1
 		<li>Tunnel and MPLS filters for i40e
 		<li>Automated VF processing of PF Reset for i40e
 		<li>Consistent PMD Batching behaviour
@@ -65,6 +64,7 @@
 		<li>Hotplug Notification
 		<li>Automatic Device Binding
 		<li>Xen Netfront Driver
+		<li>Enhance bnxt driver and update the HWRM version
 	</ul>
 	<h3 id="cycle">Cycle model</h3>
 	<p>A typical release should be done after 3 months.
-- 
2.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-web] [PATCH 3/3] announce enic pmd update for 17.08
  2017-04-06 14:35 [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 Ferruh Yigit
  2017-04-06 14:35 ` [dpdk-web] [PATCH 2/3] move bnxt pmd update to 17.08 Ferruh Yigit
@ 2017-04-06 14:35 ` Ferruh Yigit
  2017-04-06 14:57 ` [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 Thomas Monjalon
  2 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2017-04-06 14:35 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web, Ferruh Yigit, John Daley, Nelson Escobar

enic pmd flow API update sent after proposal deadline and deferred
to 17.08
http://dpdk.org/ml/archives/dev/2017-March/062571.html

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
CC: John Daley <johndale@cisco.com>
CC: Nelson Escobar <neescoba@cisco.com>
---
 dev/roadmap.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index 81e8502..50f0a71 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -65,6 +65,7 @@
 		<li>Automatic Device Binding
 		<li>Xen Netfront Driver
 		<li>Enhance bnxt driver and update the HWRM version
+		<li>Enic flow API support
 	</ul>
 	<h3 id="cycle">Cycle model</h3>
 	<p>A typical release should be done after 3 months.
-- 
2.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05
  2017-04-06 14:35 [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 Ferruh Yigit
  2017-04-06 14:35 ` [dpdk-web] [PATCH 2/3] move bnxt pmd update to 17.08 Ferruh Yigit
  2017-04-06 14:35 ` [dpdk-web] [PATCH 3/3] announce enic pmd update for 17.08 Ferruh Yigit
@ 2017-04-06 14:57 ` Thomas Monjalon
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2017-04-06 14:57 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: web, Shepard Siegel, Ed Czeck, John Daley, Nelson Escobar,
	Ajit Khaparde, Stephen Hurd

Series applied, thanks

http://dpdk.org/dev/roadmap

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-06 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 14:35 [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 Ferruh Yigit
2017-04-06 14:35 ` [dpdk-web] [PATCH 2/3] move bnxt pmd update to 17.08 Ferruh Yigit
2017-04-06 14:35 ` [dpdk-web] [PATCH 3/3] announce enic pmd update for 17.08 Ferruh Yigit
2017-04-06 14:57 ` [dpdk-web] [PATCH 1/3] move ark pmd back to 17.05 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).