On Thu, Aug 19, 2021 at 1:27 PM Radha Mohan Chintakuntla <rad...@marvell.com> wrote: > > Removing the rawdev based octeontx2-dma driver as the dependent > common/octeontx2 will be soon be going away. Also a new DMA driver will > be coming in this place once the rte_dmadev library is in. > > Signed-off-by: Radha Mohan Chintakuntla <rad...@marvell.com> > --- > Changes from v3: > Fixed patch application failure on main due to conflict. > > Changes from v2: > Fixed DPDK CI reported issues for more documentation failure. > > Changes from v1: > Fixed compilation issues in documentation > > MAINTAINERS | 6 - > doc/guides/platform/octeontx2.rst | 3 - > doc/guides/rawdevs/index.rst | 1 - > doc/guides/rawdevs/octeontx2_dma.rst | 103 ----- > drivers/raw/meson.build | 1 - > drivers/raw/octeontx2_dma/meson.build | 18 - > drivers/raw/octeontx2_dma/otx2_dpi_msg.c | 105 ----- > drivers/raw/octeontx2_dma/otx2_dpi_rawdev.c | 441 -------------------- > drivers/raw/octeontx2_dma/otx2_dpi_rawdev.h | 197 --------- > drivers/raw/octeontx2_dma/otx2_dpi_test.c | 218 ---------- > drivers/raw/octeontx2_dma/version.map | 3 - > 11 files changed, 1096 deletions(-) > delete mode 100644 doc/guides/rawdevs/octeontx2_dma.rst > delete mode 100644 drivers/raw/octeontx2_dma/meson.build > delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_msg.c > delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_rawdev.c > delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_rawdev.h > delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_test.c > delete mode 100644 drivers/raw/octeontx2_dma/version.map > <snip>
Hi Thomas, The CI is reporting unrelated failures which I think can be ignored. https://lab.dpdk.org/results/dashboard/patchsets/18263/ regards, Radha Mohan