doc: announce rawdev API change

Add to the documentation for 20.08 a notice about the changes of rawdev
APIs proposed by patchset [1].

[1] http://inbox.dpdk.org/dev/20200709152047.167730-1-bruce.richardson@intel.com/

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Rosen Xu <rosen.xu@intel.com>
This commit is contained in:
Bruce Richardson 2020-07-13 13:31:05 +01:00 committed by Thomas Monjalon
parent a5449d78d1
commit 2a9744e242

View File

@ -133,6 +133,13 @@ Deprecation Notices
to one it means it represents IV, when is set to zero it means J0 is used
directly, in this case 16 bytes of J0 need to be passed.
* rawdev: The rawdev APIs which take a device-specific structure as
parameter directly, or indirectly via a "private" pointer inside another
structure, will be modified to take an additional parameter of the
structure size. The affected APIs will include ``rte_rawdev_info_get``,
``rte_rawdev_configure``, ``rte_rawdev_queue_conf_get`` and
``rte_rawdev_queue_setup``.
* sched: To allow more traffic classes, flexible mapping of pipe queues to
traffic classes, and subport level configuration of pipes and queues
changes will be made to macros, data structures and API functions defined