* [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08
@ 2020-06-08 21:28 Thomas Monjalon
2020-06-08 21:28 ` [dpdk-web] [PATCH 2/3] update Marvell " Thomas Monjalon
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-08 21:28 UTC (permalink / raw)
To: web; +Cc: Maxime Coquelin
Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-May/167941.html
Reported-by: Maxime Coquelin <maxime.coquelin@redhat.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 4dd7b3e..5b9e715 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -11,12 +11,16 @@ This list is obviously neither complete nor guaranteed.
### Version 20.08 (2020 August) {#2008}
+- external thread registration API
- 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
+- vhost REPLY_ACK advertised unconditionally
+- vhost SET_STATUS
+- virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS
- IF proxy
- testpmd swap forwarding for L2/L3/L4
- l2fwd forwarding between asymmetric ports
--
2.26.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-web] [PATCH 2/3] update Marvell roadmap for 20.08
2020-06-08 21:28 [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08 Thomas Monjalon
@ 2020-06-08 21:28 ` Thomas Monjalon
2020-06-09 4:04 ` [dpdk-web] [EXT] " Jerin Kollanukkaran
2020-06-08 21:28 ` [dpdk-web] [PATCH 3/3] update Broadcom " Thomas Monjalon
2020-06-09 9:54 ` [dpdk-web] [PATCH 1/3] update Red Hat " Maxime Coquelin
2 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-08 21:28 UTC (permalink / raw)
To: web; +Cc: Jerin Jacob
Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-May/168992.html
Reported-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/roadmap/_index.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 5b9e715..164f151 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -12,20 +12,29 @@ This list is obviously neither complete nor guaranteed.
### Version 20.08 (2020 August) {#2008}
- external thread registration API
+- log registration constructor
+- removal of non-kernel based PCI probing
+- Arm CRC32 in generic API
+- Tx QoS marking API
- 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
+- octeontx2 parameters for Rx/Tx context locking
+- octeontx2 packet mirroring
+- qede SR-IOV PF
- vhost REPLY_ACK advertised unconditionally
- vhost SET_STATUS
- virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS
- IF proxy
- testpmd swap forwarding for L2/L3/L4
- l2fwd forwarding between asymmetric ports
+- performance test for IP reassembly
- performance test application for flow rules
-- octeontx2 crypto lookaside protocol and event adapter
+- octeontx2 crypto protocol lookaside and ChaCha-Poly
+- ipsec-secgw flow distribution and stats per-core
- regexdev
- regex driver based on libpcre
- UBSan in build
--
2.26.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-web] [PATCH 3/3] update Broadcom roadmap for 20.08
2020-06-08 21:28 [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08 Thomas Monjalon
2020-06-08 21:28 ` [dpdk-web] [PATCH 2/3] update Marvell " Thomas Monjalon
@ 2020-06-08 21:28 ` Thomas Monjalon
2020-06-10 7:34 ` Thomas Monjalon
2020-06-09 9:54 ` [dpdk-web] [PATCH 1/3] update Red Hat " Maxime Coquelin
2 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-08 21:28 UTC (permalink / raw)
To: web; +Cc: Ajit Khaparde
Was announced in the dpdk-dev mailing list:
http://mails.dpdk.org/archives/dev/2020-June/169430.html
Reported-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/roadmap/_index.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 164f151..2d94cbf 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -18,6 +18,9 @@ This list is obviously neither complete nor guaranteed.
- Tx QoS marking API
- flow action object API
- flow sampling and mirroring API
+- bnxt VF representor and multi-device
+- bnxt optimization for Arm, burst mode info and flow counters
+- bnxt VLAN pop/push, VXLAN encap/decap, L2/L3/L4 rewrite and TTL decrement
- performance optimizations in mlx drivers for Arm platforms
- mlx5 memory management options, and queue stop/start
- mlx5 eCPRI matching and Tx scheduling for 5G
--
2.26.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-web] [EXT] [PATCH 2/3] update Marvell roadmap for 20.08
2020-06-08 21:28 ` [dpdk-web] [PATCH 2/3] update Marvell " Thomas Monjalon
@ 2020-06-09 4:04 ` Jerin Kollanukkaran
2020-06-10 7:34 ` Thomas Monjalon
0 siblings, 1 reply; 8+ messages in thread
From: Jerin Kollanukkaran @ 2020-06-09 4:04 UTC (permalink / raw)
To: Thomas Monjalon, web
Acked-by: Jerin Jacob <jerinj@marvell.com>
________________________________
From: Thomas Monjalon <thomas@monjalon.net>
Sent: Tuesday, June 9, 2020 2:58 AM
To: web@dpdk.org <web@dpdk.org>
Cc: Jerin Kollanukkaran <jerinj@marvell.com>
Subject: [EXT] [PATCH 2/3] update Marvell roadmap for 20.08
External Email
----------------------------------------------------------------------
Was announced in the dpdk-dev mailing list:
https://urldefense.proofpoint.com/v2/url?u=http-3A__mails.dpdk.org_archives_dev_2020-2DMay_168992.html&d=DwIDAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=1DGob4H4rxz6H8uITozGOCa0s5f4wCNtTa4UUKvcsvI&m=VeJKcqcYYBtR34XQqiEaSTc_yT0BACPDsKRY2YA4gPM&s=BhCy69T1-SQlIHUmYdShBTlkWFqnZA3ngyVjvFiQAaw&e=
Reported-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/roadmap/_index.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 5b9e715..164f151 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -12,20 +12,29 @@ This list is obviously neither complete nor guaranteed.
### Version 20.08 (2020 August) {#2008}
- external thread registration API
+- log registration constructor
+- removal of non-kernel based PCI probing
+- Arm CRC32 in generic API
+- Tx QoS marking API
- 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
+- octeontx2 parameters for Rx/Tx context locking
+- octeontx2 packet mirroring
+- qede SR-IOV PF
- vhost REPLY_ACK advertised unconditionally
- vhost SET_STATUS
- virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS
- IF proxy
- testpmd swap forwarding for L2/L3/L4
- l2fwd forwarding between asymmetric ports
+- performance test for IP reassembly
- performance test application for flow rules
-- octeontx2 crypto lookaside protocol and event adapter
+- octeontx2 crypto protocol lookaside and ChaCha-Poly
+- ipsec-secgw flow distribution and stats per-core
- regexdev
- regex driver based on libpcre
- UBSan in build
--
2.26.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08
2020-06-08 21:28 [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08 Thomas Monjalon
2020-06-08 21:28 ` [dpdk-web] [PATCH 2/3] update Marvell " Thomas Monjalon
2020-06-08 21:28 ` [dpdk-web] [PATCH 3/3] update Broadcom " Thomas Monjalon
@ 2020-06-09 9:54 ` Maxime Coquelin
2020-06-10 7:34 ` Thomas Monjalon
2 siblings, 1 reply; 8+ messages in thread
From: Maxime Coquelin @ 2020-06-09 9:54 UTC (permalink / raw)
To: Thomas Monjalon, web
On 6/8/20 11:28 PM, Thomas Monjalon wrote:
> Was announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2020-May/167941.html
>
> Reported-by: Maxime Coquelin <maxime.coquelin@redhat.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 4dd7b3e..5b9e715 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -11,12 +11,16 @@ This list is obviously neither complete nor guaranteed.
>
> ### Version 20.08 (2020 August) {#2008}
>
> +- external thread registration API
> - 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
> +- vhost REPLY_ACK advertised unconditionally
> +- vhost SET_STATUS
> +- virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS
> - IF proxy
> - testpmd swap forwarding for L2/L3/L4
> - l2fwd forwarding between asymmetric ports
>
Acked-by: Maxime Coquelin <maixme.coquelin@redhat.com>
Thanks,
Maxime
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08
2020-06-09 9:54 ` [dpdk-web] [PATCH 1/3] update Red Hat " Maxime Coquelin
@ 2020-06-10 7:34 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-10 7:34 UTC (permalink / raw)
To: Maxime Coquelin; +Cc: web
09/06/2020 11:54, Maxime Coquelin:
>
> On 6/8/20 11:28 PM, Thomas Monjalon wrote:
> > Was announced in the dpdk-dev mailing list:
> > http://mails.dpdk.org/archives/dev/2020-May/167941.html
> >
> > Reported-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: Maxime Coquelin <maixme.coquelin@redhat.com>
Applied
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-web] [EXT] [PATCH 2/3] update Marvell roadmap for 20.08
2020-06-09 4:04 ` [dpdk-web] [EXT] " Jerin Kollanukkaran
@ 2020-06-10 7:34 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-10 7:34 UTC (permalink / raw)
To: Jerin Kollanukkaran; +Cc: web
09/06/2020 06:04, Jerin Kollanukkaran:
>
> Was announced in the dpdk-dev mailing list:
> https://urldefense.proofpoint.com/v2/url?u=http-3A__mails.dpdk.org_archives_dev_2020-2DMay_168992.html&d=DwIDAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=1DGob4H4rxz6H8uITozGOCa0s5f4wCNtTa4UUKvcsvI&m=VeJKcqcYYBtR34XQqiEaSTc_yT0BACPDsKRY2YA4gPM&s=BhCy69T1-SQlIHUmYdShBTlkWFqnZA3ngyVjvFiQAaw&e=
>
> Reported-by: Jerin Jacob <jerinj@marvell.com>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Applied
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-web] [PATCH 3/3] update Broadcom roadmap for 20.08
2020-06-08 21:28 ` [dpdk-web] [PATCH 3/3] update Broadcom " Thomas Monjalon
@ 2020-06-10 7:34 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2020-06-10 7:34 UTC (permalink / raw)
To: Ajit Khaparde; +Cc: web
08/06/2020 23:28, Thomas Monjalon:
> Was announced in the dpdk-dev mailing list:
> http://mails.dpdk.org/archives/dev/2020-June/169430.html
>
> Reported-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Applied
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-06-10 7:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08 21:28 [dpdk-web] [PATCH 1/3] update Red Hat roadmap for 20.08 Thomas Monjalon
2020-06-08 21:28 ` [dpdk-web] [PATCH 2/3] update Marvell " Thomas Monjalon
2020-06-09 4:04 ` [dpdk-web] [EXT] " Jerin Kollanukkaran
2020-06-10 7:34 ` Thomas Monjalon
2020-06-08 21:28 ` [dpdk-web] [PATCH 3/3] update Broadcom " Thomas Monjalon
2020-06-10 7:34 ` Thomas Monjalon
2020-06-09 9:54 ` [dpdk-web] [PATCH 1/3] update Red Hat " Maxime Coquelin
2020-06-10 7:34 ` 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).