DPDK patches and discussions
 help / color / mirror / Atom feed
* Marvell DPDK v22.11 Roadmap
@ 2022-09-02 12:45 Jerin Jacob Kollanukkaran
  2023-01-13 15:30 ` Marvell DPDK v23.03 Roadmap Jerin Jacob Kollanukkaran
  0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2022-09-02 12:45 UTC (permalink / raw)
  To: dev, Thomas Monjalon, john.mcnamara
  Cc: Prasun Kapoor, Satananda Burla, Liron Himi, Nadav Haklai,
	GR-ipbu-jerinj-team, Derek Chickles

Marvell DPDK v22.11 Roadmap
~~~~~~~~~~~~~~~~~~~~~~~~~~~

1) New device class:
====================
a) Machine learning inference device library
http://patches.dpdk.org/project/dpdk/patch/20220803132839.2747858-2-jerinj@marvell.com/


2) New library:
===============
a) Add lib/pdcp library to enable PDCP protocol support similar to lib/ipsec/ library for enabling IPsec protocol support. 

 
3) ethdev:
==========
a) support congestion management
http://patches.dpdk.org/project/dpdk/patch/20220713130340.2886839-1-jerinj@marvell.com/

b) add IPsec SA expiry event subtypes
http://patches.dpdk.org/project/dpdk/patch/20220416192530.173895-8-gakhil@marvell.com/

c) add trace points
http://patches.dpdk.org/project/dpdk/patch/20220804134430.6192-2-adwivedi@marvell.com/

d) introduce pool sort capability
https://patches.dpdk.org/project/dpdk/patch/20220902070047.2812906-1-hpothula@marvell.com/

e)add protocol param to color table update
https://patches.dpdk.org/project/dpdk/patch/20220823102255.2905191-1-skori@marvell.com/


4)security:
===========
a) support MACsec
http://patches.dpdk.org/project/dpdk/patch/20220814184620.512343-3-gakhil@marvell.com/


5) mbuf:
========
a) free up additional 8B mbuf space in first cacheline for IOVA mode as VA builds
https://patchwork.dpdk.org/project/dpdk/patch/20220829151626.2101336-2-sthotton@marvell.com/	

b) mbuf: clarify meta data needed for Outbound Inline
https://patchwork.dpdk.org/project/dpdk/patch/20220822143812.30010-1-ndabilpuram@marvell.com/


6) eventdev:
============
a) add element offset to event vector
https://patchwork.dpdk.org/project/dpdk/patch/20220816154932.10168-1-pbhagavatula@marvell.com/

b) add weight and affinity attributes to queue conf
https://patchwork.dpdk.org/project/dpdk/patch/dcd3cf0ec034632f97223bb9df389f9cedf9753c.1660116951.git.sthotton@marvell.com/

c) introduce event cryptodev vector type
https://patches.dpdk.org/project/dpdk/patch/20220804095907.97895-2-vfialko@marvell.com/


7) example applications:
========================
a) examples/fips_validation: enhancements
http://patches.dpdk.org/project/dpdk/list/?submitter=2301

b) examples/l3fwd: enhancements
https://patchwork.dpdk.org/project/dpdk/patch/20220829094442.3422-1-pbhagavatula@marvell.com/

c) examples/ipsec-secgw: support for per SA HW reassembly
https://patchwork.dpdk.org/project/dpdk/patch/20220829151233.2515424-1-rbhansali@marvell.com/

d) examples/ipsec-secgw: add event crypto adapter
https://patches.dpdk.org/project/dpdk/patch/20220804103626.102688-2-vfialko@marvell.com/

e) app/test-security-perf: add security perf app
http://patches.dpdk.org/project/dpdk/patch/20220811035933.802-2-anoobj@marvell.com/


8) Compiler support
====================
a) Additional GCC-12 compilation fixes
https://patches.dpdk.org/project/dpdk/list/?submitter=Amit+Prakash+Shukla

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

* Marvell DPDK v23.03 Roadmap
  2022-09-02 12:45 Marvell DPDK v22.11 Roadmap Jerin Jacob Kollanukkaran
@ 2023-01-13 15:30 ` Jerin Jacob Kollanukkaran
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2023-01-13 15:30 UTC (permalink / raw)
  To: dev, Thomas Monjalon, john.mcnamara
  Cc: Prasun Kapoor, Satananda Burla, Liron Himi, Nadav Haklai,
	GR-ipbu-jerinj-team, Derek Chickles

Marvell DPDK v23.03 Roadmap for non-driver changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1) New device class:
====================

a) Machine learning inference device library
http://patches.dpdk.org/project/dpdk/patch/20221114120238.2143832-2-jerinj@marvell.com/

b)Test application to verify the mldev APIs
https://patches.dpdk.org/project/dpdk/patch/20221208192918.25022-1-syalavarthi@marvell.com/


2) New library(libpdcp)
=======================

a) Add lib/pdcp library to enable PDCP protocol support similar to lib/ipsec/ library for enabling IPsec protocol support.
http://patches.dpdk.org/project/dpdk/list/?series=26246


3) EAL
======

a) Enable PMU counter for self monitoring/profiling via trace and non trace infrastructure
https://patches.dpdk.org/project/dpdk/patch/20230110234642.1188550-2-tduszynski@marvell.com/


b)Add vfio-platform bus
https://patches.dpdk.org/project/dpdk/list/?series=26249


4) ethdev:
==========

a) add trace points
https://patches.dpdk.org/project/dpdk/list/?series=26505


5) eventdev:
============

a) add trace points
http://patches.dpdk.org/project/dpdk/patch/20221219141114.1687608-1-amitprakashs@marvell.com/


6) Crypto
==========

a) Support for SHAKE algorithm in rte_cryptodev
http://patches.dpdk.org/project/dpdk/list/?series=26503

b) Crypto cross verification test suite to compare crypto results generated from two different drivers
http://patches.dpdk.org/project/dpdk/list/?series=26226

c) cryptodev: introduce query API for error interrupt event
https://patches.dpdk.org/project/dpdk/patch/20221221132142.2732040-3-schalla@marvell.com/


7) Graph 
========

a) pcap capture support
https://patches.dpdk.org/project/dpdk/patch/20230112100106.2180665-1-amitprakashs@marvell.com/


8)reorder library
=================

a) Bug fixes
http://patches.dpdk.org/project/dpdk/list/?series=26425

b) Add a new API for allowing applications to drain re-order buffers to a specified sequence number.


9) Test and example applications
================================
a) Crypto producer enhancements in test-eventdev
http://patches.dpdk.org/project/dpdk/list/?series=25982
http://patches.dpdk.org/project/dpdk/list/?series=25983

b) ECDSA, SHA3 & SHAKE support in FIPS validation app

c) Support non-NULL crypto algorithms with test-eventdev perf application

d) test/security: add inline MACsec cases
http://patches.dpdk.org/project/dpdk/patch/20220928124516.93050-5-gakhil@marvell.com/

e) test: add reassembly perf test
https://patchwork.dpdk.org/project/dpdk/patch/20211004142305.14924-1-pbhagavatula@marvell.com/

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

end of thread, other threads:[~2023-01-13 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 12:45 Marvell DPDK v22.11 Roadmap Jerin Jacob Kollanukkaran
2023-01-13 15:30 ` Marvell DPDK v23.03 Roadmap Jerin Jacob Kollanukkaran

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