port: modify source and sink port structure
[dpdk.git] / doc / guides / rel_notes / release_16_11.rst
index 25b1ba9..51fc707 100644 (file)
@@ -170,6 +170,9 @@ API Changes
 * The ``rte_ivshmem`` feature (including library and EAL code) has been removed
   in 16.11 because it had some design issues which were not planned to be fixed.
 
+* The ``file_name`` data type of ``struct rte_port_source_params`` and
+  ``struct rte_port_sink_params`` is changed from `char *`` to ``const char *``.
+
 
 ABI Changes
 -----------