[PATCH v2] raw/ioat: remove deprecated driver

Thomas Monjalon thomas at monjalon.net
Wed Sep 28 14:42:22 CEST 2022


20/09/2022 17:54, Bruce Richardson:
> The ioat driver has been superseded by the ioat and idxd dmadev drivers,
> and has been deprecated for some time, so remove it.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> V2: remove references to ioat rawdev from API guide
> ---
>  doc/api/doxy-api-index.md              |   1 -
>  doc/api/doxy-api.conf.in               |   1 -
>  doc/guides/rawdevs/index.rst           |   1 -
>  doc/guides/rawdevs/ioat.rst            | 333 -----------
>  doc/guides/rel_notes/deprecation.rst   |   7 -
>  drivers/raw/ioat/dpdk_idxd_cfg.py      |   1 -
>  drivers/raw/ioat/idxd_bus.c            | 365 ------------
>  drivers/raw/ioat/idxd_pci.c            | 380 -------------
>  drivers/raw/ioat/ioat_common.c         | 273 ---------
>  drivers/raw/ioat/ioat_private.h        |  84 ---
>  drivers/raw/ioat/ioat_rawdev.c         | 332 -----------
>  drivers/raw/ioat/ioat_rawdev_test.c    | 734 -------------------------
>  drivers/raw/ioat/ioat_spec.h           | 336 -----------
>  drivers/raw/ioat/meson.build           |  36 --
>  drivers/raw/ioat/rte_idxd_rawdev_fns.h | 394 -------------
>  drivers/raw/ioat/rte_ioat_rawdev.h     | 214 -------
>  drivers/raw/ioat/rte_ioat_rawdev_fns.h | 379 -------------
>  drivers/raw/ioat/version.map           |   3 -
>  drivers/raw/meson.build                |   1 -
>  19 files changed, 3875 deletions(-)

MAINTAINERS update was missing (fixed).

Applied, thanks.





More information about the dev mailing list