Hi Tejasree/Nithinsen, As we already have merged the cryptodev and test app changes. PMD patches got delayed. It would make sense to merge these in current release to have feature complete.
Can you add updates to release notes and cnxk.ini file so that these patches can be merged in Current release. @Thomas Monjalon I hope it is ok to merge these patches. Lib patches were merged as below. commit 6e928dcd68ab2bca9fefea9031f5edc388e89258 Author: Radu Nicolau <[email protected]> Date: Tue Feb 3 11:13:07 2026 +0000 cryptodev: add 256-NxA4/5/6 algorithms > -----Original Message----- > From: Nithinsen Kaithakadan <[email protected]> > Sent: Tuesday, March 24, 2026 9:18 AM > To: [email protected] > Cc: Ankur Dwivedi <[email protected]>; Anoob Joseph > <[email protected]>; Tejasree Kondoj <[email protected]>; Akhil Goyal > <[email protected]> > Subject: [PATCH 0/2] crypto/cnxk: add SNOW5G and ZUC256 support > > This patch series extends the cnxk crypto PMD to support SNOW5G > NEA4/NIA4 and ZUC256 NEA6/NIA6 confidentiality and integrity > algorithms across supported CNXK platforms. > > Nithinsen Kaithakadan (1): > crypto/cnxk: add SNOW5G and ZUC256 support > > Tejasree Kondoj (1): > crypto/cnxk: add ZUC256 v2 support for cn20k > > drivers/common/cnxk/hw/cpt.h | 4 +- > drivers/common/cnxk/roc_se.c | 52 +++++++- > drivers/common/cnxk/roc_se.h | 18 ++- > drivers/crypto/cnxk/cnxk_cryptodev.h | 2 +- > .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 118 ++++++++++++++++-- > drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 13 +- > drivers/crypto/cnxk/cnxk_se.h | 32 ++++- > 7 files changed, 211 insertions(+), 28 deletions(-) > > -- > 2.34.1

