DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] update Intel roadmap for 20.08
@ 2020-06-12 13:58 Ferruh Yigit
  2020-06-12 16:20 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2020-06-12 13:58 UTC (permalink / raw)
  To: web; +Cc: dev, Thomas Monjalon, John McNamara, Tim O'Driscoll

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 content/roadmap/_index.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 887612c..a141050 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -46,6 +46,30 @@ This list is obviously neither complete nor guaranteed.
 - regexdev
 - regex driver based on libpcre
 - UBSan in build
+<!-- Networking -->
+- implement vector lookup for fib
+<!-- Network drivers -->
+- i40e add switch filter programming for DNS
+- i40e optimize flow director rule insertion rate
+- ice enable DCF datapath
+- ice enhance support for PPPoE
+- ice support GTP-U
+- ice support RSS for IPv6 prefix
+- ice improve flow based RSS and add more protocols
+- ice support ether type filtering on flow director
+- ixgbe/i40e replace some legacy filter API
+- igb/ixgbe/i40e/ice base code update
+<!-- Virtualisation -->
+- introduce vhost async API
+- enhance vhost DMA operations with CBDMA PMD
+<!-- Crypto -->
+- support crypto-CRC chained operation
+- support QAT PMD chacha poly
+- support QAT PMD primary and secondary processes
+<!-- Eventdev -->
+- add Dynamic Load Balancer (DLB) PMD
+<!-- General -->
+- support direct-store (write-combined) memory write (movdiri)
 
 ### Version 20.11 (2020 November) {#2011}
 
-- 
2.25.4


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

* [dpdk-web] [PATCH v2] update Intel roadmap for 20.08
  2020-06-12 13:58 [dpdk-web] [PATCH] update Intel roadmap for 20.08 Ferruh Yigit
@ 2020-06-12 16:20 ` Thomas Monjalon
  2020-06-15  9:50   ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2020-06-12 16:20 UTC (permalink / raw)
  To: web; +Cc: john.mcnamara, tim.odriscoll, Ferruh Yigit

From: Ferruh Yigit <ferruh.yigit@intel.com>

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
v2: items integrated in the list
Small rewording were done to start items with driver name
and avoid verbs in the middle.
2 word additions: "x86" direct-store and CBDMA "ioat driver"
---
 content/roadmap/_index.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 887612c..e3310a1 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -11,21 +11,33 @@ This list is obviously neither complete nor guaranteed.
 
 ### Version 20.08 (2020 August) {#2008}
 
+<!-- General -->
 - external thread registration API
 - log registration constructor
 - removal of non-kernel based PCI probing
 - bit operations API for drivers
+- x86 direct-store (write-combined) memory write (movdiri)
 - Arm CPU frequency calculation using generic counter
 - Armv8-a IO barriers changed to use DMB instruction
 - Arm CRC32 in generic API
 - C11 atomic semantics in mbuf, eventdev, EAL interrupts
+<!-- Networking -->
 - integrate RCU library with LPM library
+- FIB vector lookup
 - Tx QoS marking API
 - flow action object API
 - flow sampling and mirroring API
+<!-- Network drivers -->
 - 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
+- i40e switch filter programming for DNS
+- i40e flow director rule insertion rate optimization
+- ice DCF, GTP-U, IPv6 RSS, and PPPoE enhancement
+- ice flow based RSS improvement and add more protocols
+- ice ethertype filtering on flow director
+- ixgbe/i40e legacy filter API replacement
+- igb/ixgbe/i40e/ice base code update
 - performance optimizations in mlx drivers for Arm platforms
 - mlx5 memory management options, and queue stop/start
 - mlx5 eCPRI matching and Tx scheduling for 5G
@@ -33,18 +45,27 @@ This list is obviously neither complete nor guaranteed.
 - octeontx2 parameters for Rx/Tx context locking
 - octeontx2 packet mirroring
 - qede SR-IOV PF
+<!-- Virtualisation -->
+- vhost async API
+- vhost DMA operations with CBDMA ioat driver
 - vhost REPLY_ACK advertised unconditionally
 - vhost SET_STATUS
 - virtio-user GET/SET_PROTOCOL_FEATURES, REPLY_ACK, SET_STATUS
+<!-- Network apps -->
 - 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
+<!-- Crypto -->
+- crypto-CRC chained operation
 - octeontx2 crypto protocol lookaside and ChaCha-Poly
+- qat multi-process support and Chacha-Poly
 - ipsec-secgw flow distribution and stats per-core
+<!-- Others -->
 - regexdev
 - regex driver based on libpcre
+- Dynamic Load Balancer event driver
 - UBSan in build
 
 ### Version 20.11 (2020 November) {#2011}
-- 
2.26.2


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

* Re: [dpdk-web] [PATCH v2] update Intel roadmap for 20.08
  2020-06-12 16:20 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
@ 2020-06-15  9:50   ` Ferruh Yigit
  2020-06-15 10:04     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2020-06-15  9:50 UTC (permalink / raw)
  To: Thomas Monjalon, web; +Cc: john.mcnamara, tim.odriscoll

On 6/12/2020 5:20 PM, Thomas Monjalon wrote:
> From: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>


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

* Re: [dpdk-web] [PATCH v2] update Intel roadmap for 20.08
  2020-06-15  9:50   ` Ferruh Yigit
@ 2020-06-15 10:04     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2020-06-15 10:04 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: web, john.mcnamara, tim.odriscoll

15/06/2020 11:50, Ferruh Yigit:
> On 6/12/2020 5:20 PM, Thomas Monjalon wrote:
> > From: Ferruh Yigit <ferruh.yigit@intel.com>
> > 
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied: http://core.dpdk.org/roadmap/#2008




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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12 13:58 [dpdk-web] [PATCH] update Intel roadmap for 20.08 Ferruh Yigit
2020-06-12 16:20 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
2020-06-15  9:50   ` Ferruh Yigit
2020-06-15 10:04     ` 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).