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 <conor.wa...@intel.com> > Acked-by: Kevin Laatz <kevin.la...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > --- > --- 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 <tho...@monjalon.net>