[dpdk-dev] [PATCH v5 5/5] drivers: remove octeontx2 drivers

Ruifeng Wang Ruifeng.Wang at arm.com
Tue Dec 14 09:57:55 CET 2021


> -----Original Message-----
> From: jerinj at marvell.com <jerinj at marvell.com>
> Sent: Saturday, December 11, 2021 5:05 PM
> To: dev at dpdk.org; thomas at monjalon.net; Akhil Goyal
> <gakhil at marvell.com>; Declan Doherty <declan.doherty at intel.com>;
> jerinj at marvell.com; Ruifeng Wang <Ruifeng.Wang at arm.com>; Jan Viktorin
> <viktorin at rehivetech.com>; Bruce Richardson
> <bruce.richardson at intel.com>; Ray Kinsella <mdr at ashroe.eu>; Ankur
> Dwivedi <adwivedi at marvell.com>; Anoob Joseph <anoobj at marvell.com>;
> Radha Mohan Chintakuntla <radhac at marvell.com>; Veerasenareddy Burru
> <vburru at marvell.com>; Pavan Nikhilesh <pbhagavatula at marvell.com>;
> Nithin Dabilpuram <ndabilpuram at marvell.com>; Kiran Kumar K
> <kirankumark at marvell.com>; Sunil Kumar Kori <skori at marvell.com>; Satha
> Rao <skoteshwar at marvell.com>; Nalla Pradeep <pnalla at marvell.com>;
> Ciara Power <ciara.power at intel.com>; Shijith Thotton
> <sthotton at marvell.com>; Ashwin Sekhar T K <asekhar at marvell.com>;
> Anatoly Burakov <anatoly.burakov at intel.com>
> Cc: david.marchand at redhat.com; ferruh.yigit at intel.com
> Subject: [dpdk-dev] [PATCH v5 5/5] drivers: remove octeontx2 drivers
> 
> From: Jerin Jacob <jerinj at marvell.com>
> 
> 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 <jerinj at marvell.com>
> Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Acked-by: Akhil Goyal <gakhil at marvell.com>
> ---
>  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 <ruifeng.wang at arm.com>



More information about the dev mailing list