> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Saturday, December 11, 2021 5:05 PM > To: [email protected]; [email protected]; Akhil Goyal > <[email protected]>; Declan Doherty <[email protected]>; > [email protected]; Ruifeng Wang <[email protected]>; Jan Viktorin > <[email protected]>; Bruce Richardson > <[email protected]>; Ray Kinsella <[email protected]>; Ankur > Dwivedi <[email protected]>; Anoob Joseph <[email protected]>; > Radha Mohan Chintakuntla <[email protected]>; Veerasenareddy Burru > <[email protected]>; Pavan Nikhilesh <[email protected]>; > Nithin Dabilpuram <[email protected]>; Kiran Kumar K > <[email protected]>; Sunil Kumar Kori <[email protected]>; Satha > Rao <[email protected]>; Nalla Pradeep <[email protected]>; > Ciara Power <[email protected]>; Shijith Thotton > <[email protected]>; Ashwin Sekhar T K <[email protected]>; > Anatoly Burakov <[email protected]> > Cc: [email protected]; [email protected] > Subject: [dpdk-dev] [PATCH v5 5/5] drivers: remove octeontx2 drivers > > From: Jerin Jacob <[email protected]> > > As per the deprecation notice, In the view of enabling unified driver > for octeontx2(cn9k)/octeontx3(cn10k), removing drivers/octeontx2 > drivers and replace with drivers/cnxk/ which > supports both octeontx2(cn9k) and octeontx3(cn10k) SoCs. > > This patch does the following > > - Replace drivers/common/octeontx2/ with drivers/common/cnxk/ > - Replace drivers/mempool/octeontx2/ with drivers/mempool/cnxk/ > - Replace drivers/net/octeontx2/ with drivers/net/cnxk/ > - Replace drivers/event/octeontx2/ with drivers/event/cnxk/ > - Replace drivers/crypto/octeontx2/ with drivers/crypto/cnxk/ > - Rename config/arm/arm64_octeontx2_linux_gcc as > config/arm/arm64_cn9k_linux_gcc > - Update the documentation and MAINTAINERS to reflect the same. > - Change the reference to OCTEONTX2 as OCTEON 9. Old release notes and > the kernel related documentation is not accounted for this change. > > Signed-off-by: Jerin Jacob <[email protected]> > Acked-by: Ferruh Yigit <[email protected]> > Acked-by: Akhil Goyal <[email protected]> > --- > MAINTAINERS | 37 - > app/test/meson.build | 1 - > app/test/test_cryptodev.c | 7 - > app/test/test_cryptodev.h | 1 - > app/test/test_cryptodev_asym.c | 17 - > app/test/test_eventdev.c | 8 - > config/arm/arm64_cn10k_linux_gcc | 1 - > ...teontx2_linux_gcc => arm64_cn9k_linux_gcc} | 3 +- > config/arm/meson.build | 10 +-
For Arm configuration part: Acked-by: Ruifeng Wang <[email protected]>

