DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] update Mellanox roadmap for 20.08
@ 2020-06-02 22:06 Thomas Monjalon
  2020-06-03 10:23 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2020-06-02 22:06 UTC (permalink / raw)
  To: web; +Cc: Gal Cohen

Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-May/168680.html

Reported-by: Gal Cohen <galco@mellanox.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 884323f..3c4d029 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -11,9 +11,13 @@ This list is obviously neither complete nor guaranteed.
 
 ### Version 20.08 (2020 August) {#2008}
 
+- flow sampling and mirroring API
 - performance optimizations in mlx drivers for Arm platforms
+- mlx5 memory management options, and queue stop/start
+- mlx5 eCPRI matching and Tx scheduling for 5G
 - mlx5 vDPA device counters
 - IF proxy
+- testpmd swap forwarding for L2/L3/L4
 - l2fwd forwarding between asymmetric ports
 - performance test application for flow rules
 - octeontx2 crypto lookaside protocol and event adapter
-- 
2.26.2


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

* [dpdk-web] [PATCH v2] update Mellanox roadmap for 20.08
  2020-06-02 22:06 [dpdk-web] [PATCH] update Mellanox roadmap for 20.08 Thomas Monjalon
@ 2020-06-03 10:23 ` Thomas Monjalon
  2020-06-08 12:47   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2020-06-03 10:23 UTC (permalink / raw)
  To: web; +Cc: Asaf Penso, Gal Cohen

Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-May/168680.html

Reported-by: Gal Cohen <galco@mellanox.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---

v2: add missed feature about new flow action object

---
 content/roadmap/_index.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 884323f..4dd7b3e 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -11,9 +11,14 @@ This list is obviously neither complete nor guaranteed.
 
 ### Version 20.08 (2020 August) {#2008}
 
+- flow action object API
+- flow sampling and mirroring API
 - performance optimizations in mlx drivers for Arm platforms
+- mlx5 memory management options, and queue stop/start
+- mlx5 eCPRI matching and Tx scheduling for 5G
 - mlx5 vDPA device counters
 - IF proxy
+- testpmd swap forwarding for L2/L3/L4
 - l2fwd forwarding between asymmetric ports
 - performance test application for flow rules
 - octeontx2 crypto lookaside protocol and event adapter
-- 
2.26.2


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

* Re: [dpdk-web] [PATCH v2] update Mellanox roadmap for 20.08
  2020-06-03 10:23 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
@ 2020-06-08 12:47   ` Thomas Monjalon
  2020-06-10 22:53     ` Gal Cohen (Product)
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2020-06-08 12:47 UTC (permalink / raw)
  To: web; +Cc: Asaf Penso, Gal Cohen

03/06/2020 12:23, Thomas Monjalon:
> Was announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2020-May/168680.html
> 
> Reported-by: Gal Cohen <galco@mellanox.com>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied




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

* Re: [dpdk-web] [PATCH v2] update Mellanox roadmap for 20.08
  2020-06-08 12:47   ` Thomas Monjalon
@ 2020-06-10 22:53     ` Gal Cohen (Product)
  0 siblings, 0 replies; 4+ messages in thread
From: Gal Cohen (Product) @ 2020-06-10 22:53 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web, Asaf Penso

10x for updating 

Gal


> On Jun 8, 2020, at 3:48 PM, Thomas Monjalon <thomas@monjalon.net> wrote:
> 
> 03/06/2020 12:23, Thomas Monjalon:
>> Was announced in the dpdk-dev mailing list:
>> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmails.dpdk.org%2Farchives%2Fdev%2F2020-May%2F168680.html&amp;data=02%7C01%7Cgalco%40mellanox.com%7Cb18652509b3e4375537f08d80baa2c3d%7Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C637272172799153968&amp;sdata=1yY1Qk06weThhaCN2fPEkIQE1OFMDKUmYO53%2F5%2BKbAg%3D&amp;reserved=0
>> 
>> Reported-by: Gal Cohen <galco@mellanox.com>
>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Applied
> 
> 
> 

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

end of thread, other threads:[~2020-06-10 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 22:06 [dpdk-web] [PATCH] update Mellanox roadmap for 20.08 Thomas Monjalon
2020-06-03 10:23 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
2020-06-08 12:47   ` Thomas Monjalon
2020-06-10 22:53     ` Gal Cohen (Product)

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).