14/10/2021 11:49, Conor Walsh: > Deprecate the rawdev IOAT driver as both IOAT and IDXD drivers have > moved to dmadev. > > Signed-off-by: Conor Walsh <[email protected]> > Acked-by: Kevin Laatz <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > +* raw/ioat: The ``ioat`` rawdev driver has been deprecated, since it's > + functionality is provided through the new ``dmadev`` infrastructure. > + To continue to use hardware previously supported by the ``ioat`` rawdev > driver, > + applications should be updated to use the ``dmadev`` library instead, > + with the underlying HW-functionality being provided by the ``ioat`` or > + ``idxd`` dma drivers
Acked-by: Thomas Monjalon <[email protected]>

