doc: announce API change in port library
authorFan Zhang <roy.fan.zhang@intel.com>
Thu, 19 May 2016 14:18:35 +0000 (15:18 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 28 Jul 2016 18:27:13 +0000 (20:27 +0200)
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 <roy.fan.zhang@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
doc/guides/rel_notes/deprecation.rst

index f5871f8..d2dc4a9 100644 (file)
@@ -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.