From 2a9744e242922483b4e9e6a84b5e34c265dae780 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Mon, 13 Jul 2020 13:31:05 +0100 Subject: [PATCH] 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 Acked-by: Hemant Agrawal Acked-by: Konstantin Ananyev Acked-by: Rosen Xu --- doc/guides/rel_notes/deprecation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 1f1dafd9dc..24624421de 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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 -- 2.20.1