From: Fan Zhang Date: Thu, 19 May 2016 14:18:35 +0000 (+0100) Subject: doc: announce API change in port library X-Git-Tag: spdx-start~6047 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=5e2a686cd4bb0421aeef6c2d916b97ceb1a246db doc: announce API change in port library The API changes are planned for rte_port_source_params and rte_port_sink_params, which will be supported from release 16.11. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu Acked-by: Thomas Monjalon --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f5871f8215..d2dc4a9a43 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -65,3 +65,7 @@ Deprecation Notices renamed to something more consistent (net and crypto prefixes) in 16.11. Some of these driver names are used publicly, to create virtual devices, so a deprecation notice is necessary. + +* API will change for ``rte_port_source_params`` and ``rte_port_sink_params`` + structures. The member ``file_name`` data type will be changed from + ``char *`` to ``const char *``. This change targets release 16.11.